From 49783d9c17dd9644dc2e3599bfd95cbf2e8db3fc Mon Sep 17 00:00:00 2001 From: Koivusto Date: Fri, 10 Jan 2025 15:23:18 +0200 Subject: [PATCH] fix wmts hard coded extent --- frontend/src/components/Map/mapOptions.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/components/Map/mapOptions.tsx b/frontend/src/components/Map/mapOptions.tsx index 709a4061..c906962c 100644 --- a/frontend/src/components/Map/mapOptions.tsx +++ b/frontend/src/components/Map/mapOptions.tsx @@ -68,10 +68,7 @@ export const mapOptions = { }, projection: { code: 'EPSG:3067', - extent: [ - 50199.4813825220335275, 5698259.8706227578222752, 2147351.4813825218006968, - 7795411.8706227578222752, - ], + extent: [-548576, 6291456, 1548576, 8388608], units: 'm' as const, proj4String: '+proj=utm +zone=35 +ellps=GRS80 +units=m +no_defs', },