add WMS layers
This commit is contained in:
@@ -40,6 +40,15 @@ export const MAP_CONFIG = {
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Couverture forestière approximative au 18ème siècle",
|
||||
minZoom: 13,
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORETANC/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Ancienneté des forêts actuelles",
|
||||
minZoom: 13,
|
||||
@@ -49,6 +58,16 @@ export const MAP_CONFIG = {
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Carte des sols",
|
||||
minZoom: 8,
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW/MapServer/WMSServer?",
|
||||
layers: '1',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
|
||||
],
|
||||
CENTER: [46.52863469527167, 2.43896484375],
|
||||
ZOOM_LEVEL: 6,
|
||||
|
Reference in New Issue
Block a user