add more map layers
This commit is contained in:
@@ -67,7 +67,142 @@ export const MAP_CONFIG = {
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
|
||||
{
|
||||
name: "Carte des principaux types de sols",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/CNSW__PRINC_TYPES_SOLS/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Carte du dépôt de la guerre (1865 - 1880)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/CARTES_ANCIENNES/DEPOT_GUERRE_1865_1880/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Carte Ferraris (1770-1778)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/CARTES_ANCIENNES/FERRARIS/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Carte Vandermaelen (1846-1854)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/CARTES_ANCIENNES/VDML/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Hydrographie",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/EAU/RHW/MapServer/WMSServer?",
|
||||
layers: ['1', '2', '3', '4', '5','6'],
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Limites administratives",
|
||||
maxZoom: 20,
|
||||
layer: "//ccff02.minfin.fgov.be/geoservices/arcgis/services/INSPIRE/AU_wms/MapServer/WMSServer?",
|
||||
layers: ['1', '2', '3', '4'],
|
||||
wms: true,
|
||||
attribution: '© CadGIS'
|
||||
},
|
||||
{
|
||||
name: "Masque forestier",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/FORET/FORET/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "MNS (hauteur de la végétation)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNS_2013_2014_HILLSHADE/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "MNT (relief)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Pentes (relief)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNP_CLASSE_2013_2014/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Natura 2000",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/FAUNE_FLORE/NATURA2000/MapServer/WMSServer?",
|
||||
layers: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'],
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Parcellaire agricole anonyme 2019",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/AGRICULTURE/SIGEC_PARC_AGRI_ANON__2019/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "PICC (topographie)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/TOPOGRAPHIE/PICC_VDIFF/MapServer/WMSServer?",
|
||||
layers: ['1', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29'],
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Régions agricoles",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/LIMITES/LIMITES_REGIONSAGRICOLES/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Voiries vicinales désaffectées (SNCB - SNCV)",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/MOBILITE/LIGNES_SNCB_SNCV_DESAFFECT/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Carte d'occupation du sol",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_OCCUPATION_SOL/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
{
|
||||
name: "Carte d'utilisation du sol",
|
||||
maxZoom: 20,
|
||||
layer: "//geoservices.wallonie.be/arcgis/services/SOL_SOUS_SOL/WALOUS_UTILISATION_SOL/MapServer/WMSServer?",
|
||||
layers: '0',
|
||||
wms: true,
|
||||
attribution: '© SPW'
|
||||
},
|
||||
],
|
||||
CENTER: [46.52863469527167, 2.43896484375],
|
||||
ZOOM_LEVEL: 6,
|
||||
|
Reference in New Issue
Block a user