#47 update map layers

This commit is contained in:
nobohan 2023-08-14 16:27:55 +02:00
parent 8df8ecc4df
commit d5a55aa4c3
1 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ export const MAP_CONFIG = {
{
name: "Hydrographie",
maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW/MapServer/WMSServer?",
layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW_SIMPLE/MapServer/WMSServer?",
layers: ['1', '2', '3', '4', '5','6'],
wms: true,
attribution: '© SPW'
@ -44,7 +44,7 @@ export const MAP_CONFIG = {
{
name: "Pentes (relief)",
maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_CLASSE_2013_2014/MapServer/WMSServer?",
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_2013_2014__CLASSES/MapServer/WMSServer?",
layers: '0',
wms: true,
attribution: '© SPW'
@ -83,9 +83,9 @@ export const MAP_CONFIG = {
attribution: '© SPW'
},
{
name: "Parcellaire agricole anonyme 2019",
name: "Parcellaire agricole anonyme 2020",
maxZoom: 20,
layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2019/MapServer/WMSServer?",
layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2020/MapServer/WMSServer?",
layers: '0',
wms: true,
attribution: '© SPW'
@ -177,8 +177,8 @@ export const MAP_CONFIG = {
{
name: "Limites administratives",
maxZoom: 20,
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/INSPIRE/AU_wms/MapServer/WMSServer?",
layers: ['1', '2', '3', '4'],
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/WMS/Cadastral_Layers/MapServer/WMSServer?",
layers: ['Region', 'Province', 'Municipality'],
wms: true,
attribution: '© CadGIS'
},