Skip to content

Commit

Permalink
fix wmts hard coded extent
Browse files Browse the repository at this point in the history
  • Loading branch information
Koivusto committed Jan 10, 2025
1 parent 745243a commit 49783d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/Map/mapOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 49783d9

Please sign in to comment.