Skip to content

Commit

Permalink
BGDIINF_SB-3161 : no constraints on OL if working in Mercator
Browse files Browse the repository at this point in the history
that's the projection we will be using when (if) we provide world-wide coverage, it shouldn't be limited to the Swiss territory
  • Loading branch information
pakb committed Nov 8, 2023
1 parent 1b136f9 commit 59f8bba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/map/components/openlayers/OpenLayersMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ export default {
minResolution: VIEW_MIN_RESOLUTION,
rotation: this.rotation,
projection: WEBMERCATOR.epsg,
extent: LV95.getBoundsAs(WEBMERCATOR).flatten,
constrainOnlyCenter: true,
})
this.lv95View = new View({
zoom: this.zoom,
Expand Down

0 comments on commit 59f8bba

Please sign in to comment.