#36 add a new WMS layer in map config
This commit is contained in:
parent
b5eb59980a
commit
976657c2eb
@ -165,6 +165,15 @@ export const MAP_CONFIG = {
|
|||||||
wms: true,
|
wms: true,
|
||||||
attribution: '© SPW'
|
attribution: '© SPW'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Parcellaire cadastral",
|
||||||
|
minZoom: 12,
|
||||||
|
maxZoom: 20,
|
||||||
|
layer: "//geoservices.wallonie.be/arcgis/services/PLAN_REGLEMENT/CADMAP_2021_PARCELLES/MapServer/WMSServer?",
|
||||||
|
layers: ['0', '1'],
|
||||||
|
wms: true,
|
||||||
|
attribution: '© SPW'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Limites administratives",
|
name: "Limites administratives",
|
||||||
maxZoom: 20,
|
maxZoom: 20,
|
||||||
|
Loading…
Reference in New Issue
Block a user