#47 update map layers
This commit is contained in:
parent
8df8ecc4df
commit
d5a55aa4c3
@ -20,7 +20,7 @@ export const MAP_CONFIG = {
|
|||||||
{
|
{
|
||||||
name: "Hydrographie",
|
name: "Hydrographie",
|
||||||
maxZoom: 20,
|
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'],
|
layers: ['1', '2', '3', '4', '5','6'],
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
@ -44,7 +44,7 @@ export const MAP_CONFIG = {
|
|||||||
{
|
{
|
||||||
name: "Pentes (relief)",
|
name: "Pentes (relief)",
|
||||||
maxZoom: 20,
|
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',
|
layers: '0',
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
@ -83,9 +83,9 @@ export const MAP_CONFIG = {
|
|||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Parcellaire agricole anonyme 2019",
|
name: "Parcellaire agricole anonyme 2020",
|
||||||
maxZoom: 20,
|
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',
|
layers: '0',
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
@ -177,8 +177,8 @@ export const MAP_CONFIG = {
|
|||||||
{
|
{
|
||||||
name: "Limites administratives",
|
name: "Limites administratives",
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/INSPIRE/AU_wms/MapServer/WMSServer?",
|
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/WMS/Cadastral_Layers/MapServer/WMSServer?",
|
||||||
layers: ['1', '2', '3', '4'],
|
layers: ['Region', 'Province', 'Municipality'],
|
||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© CadGIS'
|
attribution: '© CadGIS'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user