From c1b2bc852336af46078cb0d548ae7f20d3d64f34 Mon Sep 17 00:00:00 2001 From: Andrey Rusakov Date: Thu, 14 Nov 2024 14:26:19 +0100 Subject: [PATCH] Fixed shifting issue by updating initialExtent --- src/assets/configs/config.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/configs/config.json.tmpl b/src/assets/configs/config.json.tmpl index d776ec91..a11ff4cf 100644 --- a/src/assets/configs/config.json.tmpl +++ b/src/assets/configs/config.json.tmpl @@ -19,7 +19,7 @@ 2765505.527577451, 1173931.8492200195 ], "initialExtent": [ - 2420000, 1030000, 2900000, 1360000 + 2419995.7488073637, 1030006.663199476, 2900009.727428728, 1350004.292478851 ], "resolutions": [250, 100, 50, 20, 10, 5, 2.5, 2, 1.5, 1, 0.5, 0.25, 0.125, 0.0625], "epsg": "EPSG:2056",