From e4205b402bb3a1937194a3bb1f2ab9cc953f8e35 Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Tue, 10 Sep 2024 16:14:23 +0200 Subject: [PATCH] #88: Try using GRB as default layer --- config/spatial-hub/spatial-hub.yml | 31 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/config/spatial-hub/spatial-hub.yml b/config/spatial-hub/spatial-hub.yml index 98f9f9b9..a0f71364 100644 --- a/config/spatial-hub/spatial-hub.yml +++ b/config/spatial-hub/spatial-hub.yml @@ -320,7 +320,7 @@ startup: lng: 4.4 zoom: 9 baselayer: - default: osm + default: grb # baselayers: # google_roadmaps: # name: 'Streets' @@ -336,22 +336,19 @@ startup: # exportType: 'hybrid' # link: 'https://www.google.com/intl/en_au/help/terms_maps.html' # projections: ['3857'] -# outline: -# name: 'Outline' -# type: 'wms' -# url: "${common.protocol}://spatial.${common.domain}/geoserver/wms?" -# layerParams: -# layers: 'ALA:world' -# format: 'image/png' -# continuousWorld: true -# exportType: 'outline' -# osm: -# name: 'Open Street Map' -# url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' -# type: 'xyz' -# exportType: 'minimal' -# link: 'https://www.openstreetmap.org/about' -# projections: ['3857'] + grb: + name: 'Grootschalig Referentiebestand' + type: 'wms' + url: "https://geo.api.vlaanderen.be/GRB/wms?service=WMS&request=getcapabilities" + 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' + type: 'xyz' + exportType: 'minimal' + link: 'https://www.openstreetmap.org/about' + projections: ['3857'] # google_satellite: # name: 'Satellite' # layerType: 'SATELLITE'