#2 enable wms layers in leaflet map

This commit is contained in:
nobohan
2021-05-22 21:17:27 +02:00
parent 81a7ddbae0
commit d0578e06d5
5 changed files with 10 additions and 41 deletions

View File

@@ -25,7 +25,7 @@ export const AppConfig = {
signup:true,
email_contact:false,
platform_intro: {
fr: "Bienvenue<br /> à Wasseiges",
fr: "Bienvenue<br /> à BiomMap Wasseiges",
en: "Welcome<br /> on GeoNature Citizen"
},
platform_teaser: {

View File

@@ -57,6 +57,14 @@ export const MAP_CONFIG = {
subdomains: "abc",
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors. Map style by Cyclosm. Tiles by Champs-Libres.'
},
{
name: "WMS SPW ortho",
maxZoom: 17,
layer: "//geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_2019/MapServer/WMSServer?",
layers: '0',
wms: true,
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors. Map style by Cyclosm. Tiles by Champs-Libres.'
},
{
name: "IGN Vue satellite",
maxZoom: 17,