aboutsummaryrefslogtreecommitdiffstats
path: root/main.js
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-18 12:57:34 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-18 12:57:34 +0100
commit6653aa40997d5daed2f8e10a69e7bb52477a99d2 (patch)
tree4bb5e8c5f84a35fdb7c689b68e1862ddd721e04c /main.js
parent8bc18108fad35abbdb056b6f7707c9d212e4a2ef (diff)
Fix space damage.
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index c724fd8..90e059f 100644
--- a/main.js
+++ b/main.js
@@ -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];