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 10, 2024
1 parent 7819892 commit def70f2
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions config/spatial-hub/spatial-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,24 @@ startup:
format: 'image/png'
link: "https://www.vlaanderen.be/datavindplaats/catalogus/wms-grb"
exportType: 'normal'
grb_grijs:
name: 'Grootschalig Referentiebestand (Grijs)'
type: 'wms'
url: "https://geo.api.vlaanderen.be/GRB/wms?"
layerParams:
layers: GRB_BSK_GRIJS
format: 'image/png'
link: "https://www.vlaanderen.be/datavindplaats/catalogus/wms-grb"
exportType: 'normal'
luchtkaart:
name: 'Luchtfoto'
type: 'wms'
url: "https://geo.api.vlaanderen.be/OMWRGBMRVL/wms?"
layerParams:
layers: OMWRGBMRVL
format: 'image/png'
link: "https://www.vlaanderen.be/datavindplaats/catalogus/wms-grb"
exportType: 'normal'
osm:
name: 'Open Street Map'
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
Expand Down Expand Up @@ -401,34 +419,16 @@ fq:
# projections.#.origin.longitude = default longitude
# projections.#.origin.zoom = default zoom
projection:
default: 3857
#projections:
# 3857:
# label: 'Pseudo-Mercator -- Spherical Mercator'
# definition:
# code: 'EPSG:3857' # leaflet supported, uses startup lat,lon,zoom
# 4326:
# label: 'World Geodetic System 1984'
# definition:
# code: 'EPSG:4326' # leaflet supported, uses startup lat,lon,zoom
# 3031:
# label: 'Antarctic Polar Stereographic'
# definition:
# code: 'EPSG:3031'
# proj4js: '+proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=0 +k=1 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'
# params: { resolutions: [ 8192, 4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1, 0.5 ] }
# origin:
# latitude: -80
# longitude: 0
# zoom: 1
# 3575:
# label: 'North Pole LAEA Europe'
# definition:
# code: 'EPSG:3575'
# proj4js: '+proj=laea +lat_0=90 +lon_0=10 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'
# params: { resolutions: [ 8192, 4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1, 0.5 ]}
# origin:
# latitude: 60
# longitude: 0
# zoom: 1
#
default: 31370
projections:
3857:
label: 'Pseudo-Mercator -- Spherical Mercator'
definition:
code: 'EPSG:3857' # leaflet supported, uses startup lat,lon,zoom
4326: null
3031: null
3575: null
31370:
label: 'Belgische Lambert 1972'
definition:
code: 'EPSG:31370'

0 comments on commit def70f2

Please sign in to comment.