diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:57:34 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:57:34 +0100 |
commit | 6653aa40997d5daed2f8e10a69e7bb52477a99d2 (patch) | |
tree | 4bb5e8c5f84a35fdb7c689b68e1862ddd721e04c | |
parent | 8bc18108fad35abbdb056b6f7707c9d212e4a2ef (diff) |
Fix space damage.
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ const projection = getProjection('EPSG:3006'); * * We set the extent to a 4x4 tiles square at level 2 (1024px = * 1048.576km per side) somehow centered on Norrbotten and Västerbotten, - * and zoom in from there. This represent a TILEROW (x) offset of 5, + * and zoom in from there. This represent a TILEROW (x) offset of 5, * and a TILECOL (y) offset of 2. */ const extent = [110720, 6927136, 1159296, 7975712]; |