From 6653aa40997d5daed2f8e10a69e7bb52477a99d2 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 18 Jan 2024 12:57:34 +0100 Subject: Fix space damage. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3