export const MAP_CONFIG = { DEFAULT_PROVIDER: "OpenStreetMapOrg", BASEMAPS: [ { name: "OpenStreetMapOrg", maxZoom: 19, layer: "//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", subdomains: "abc", attribution: '© OpenStreetMap contributors, Tiles style by Humanitarian OpenStreetMap Team hosted by OpenStreetMap France' }, // { // name: "OpenStreetMapFRHot", // maxZoom: 19, // layer: "//{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png", // subdomains: "abc", // attribution: // '© OpenStreetMap contributors, Tiles style by Humanitarian OpenStreetMap Team hosted by OpenStreetMap France' // }, // { // name: "OpenStreetMapCH", // maxZoom: 18, // layer: "//tile.osm.ch/switzerland/{z}/{x}/{y}.png", // subdomains: "abc", // attribution: // '© OpenStreetMap contributors', // bounds: [[45, 5], [48, 11]] // }, // { // name: "OpenStreetMapDE", // maxZoom: 18, // layer: "//{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png", // subdomains: "abc", // attribution: // '© OpenStreetMap contributors' // }, // { // name: "OpenStreetMapBZH", // maxZoom: 18, // layer: "//tile.openstreetmap.bzh/br/{z}/{x}/{y}.png", // subdomains: "", // attribution: // '© OpenStreetMap contributors, Tiles courtesy of Breton OpenStreetMap Team', // bounds: [[46.2, -5.5], [50, 0.7]] // }, { name: "OpenTopoMap", maxZoom: 19, layer: "//{s}.opentopomap.org/{z}/{x}/{y}.png", subdomains: "abc", attribution: "© OpenTopoMap" }, { name: "Cyclosm - Belgique", maxZoom: 19, layer: "//{s}.tiles.champs-libres.be/cyclosm/{z}/{x}/{y}.png", subdomains: "abc", attribution: '© OpenStreetMap contributors. Map style by Cyclosm. Tiles by Champs-Libres.' }, { name: "Imagerie aérienne Wallonie", maxZoom: 20, layer: "//geoservices.wallonie.be/arcgis/services/IMAGERIE/ORTHO_LAST/MapServer/WMSServer?", layers: '0', wms: true, attribution: '© SPW' }, { name: "Plan de secteur", minZoom: 12, maxZoom: 20, layer: "//geoservices.wallonie.be/arcgis/services/AMENAGEMENT_TERRITOIRE/PDS/MapServer/WMSServer?", layers: '2', wms: true, attribution: '© SPW' }, ], CENTER: [46.52863469527167, 2.43896484375], ZOOM_LEVEL: 6, ZOOM_LEVEL_RELEVE: 15, NEW_OBS_POINTER: "assets/pointer-blue2.png", OBS_POINTER: "assets/pointer-green.png", LOCATE_CONTROL_TITLE: { 'fr':'Me localiser', 'en':'Show me where i am' } }