Skip to content

Commit

Permalink
#88: Try using Lambert 72 projection and add some more base layers fr…
Browse files Browse the repository at this point in the history
…om geopunt
  • Loading branch information
StefanVanDyck committed Sep 11, 2024
1 parent 11b9f32 commit 0be64b1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/spatial-hub/spatial-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,14 +418,14 @@ fq:
# projections.#.origin.latitude = default latitude
# projections.#.origin.longitude = default longitude
# projections.#.origin.zoom = default zoom
projection:
default: 31370
projections:
3857:
label: 'Pseudo-Mercator -- Spherical Mercator'
definition:
code: 'EPSG:3857' # leaflet supported, uses startup lat,lon,zoom
31370:
label: 'Belgische Lambert 1972'
definition:
code: 'EPSG:31370'
#projection:
# default: 31370
#projections:
# 3857:
# label: 'Pseudo-Mercator -- Spherical Mercator'
# definition:
# code: 'EPSG:3857' # leaflet supported, uses startup lat,lon,zoom
# 31370:
# label: 'Belgische Lambert 1972'
# definition:
# code: 'EPSG:31370'

0 comments on commit 0be64b1

Please sign in to comment.