-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
51 lines (51 loc) · 1.04 KB
/
config.json
File metadata and controls
51 lines (51 loc) · 1.04 KB
1
2
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"crs": "EPSG:3857",
"initialExtent": [
-8916022,
3179736,
9869141,
11789603
],
"baseLayers": [
"mapbox_satellite",
"mapbox_streets",
"carto_light",
"carto_dark"
],
"workLayers": [
{
"id": "paises",
"type": "WMS",
"url": "https://bio.discomap.eea.europa.eu/arcgis/services/Internal/Basemap_EEA38_WM/MapServer/WMSServer",
"layerNames": [ "3" ],
"title": "Países del mundo"
},
{
"id": "rios",
"type": "vector",
"url": "//sitna.github.io/getting-started/data/rivers.kml",
"title": "Ríos"
},
{
"id": "capitales",
"type": "vector",
"format": "application/vnd.geo+json",
"url": "//sitna.github.io/getting-started/data/capitals.json",
"title": "Capitales del mundo"
}
],
"controls": {
"TOC": false,
"workLayerManager": {
"div": "layers"
},
"basemapSelector": {
"div": "basemaps"
},
"search": false,
"measure": false,
"coordinates": {
"showGeo": true
}
}
}