#2 enable wms layers in leaflet map
This commit is contained in:
@@ -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: {
|
||||
|
@@ -57,6 +57,14 @@ export const MAP_CONFIG = {
|
||||
subdomains: "abc",
|
||||
attribution: '© <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: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors. Map style by Cyclosm. Tiles by Champs-Libres.'
|
||||
},
|
||||
{
|
||||
name: "IGN Vue satellite",
|
||||
maxZoom: 17,
|
||||
|
Reference in New Issue
Block a user