-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
59 lines (59 loc) · 2.2 KB
/
manifest.json
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
52
53
54
55
56
57
58
59
{
"js": [
"js/coordinates.js",
"js/coordinatesquery.js"
],
"css": [
"css/coordinates.css"
],
"default_options": {
"placement": "bottom",
"position": 3,
"services": [
{
"url": "http://geobretagne.fr/geoserver/ref/wms",
"layers": [
{
"name": "REG_BD_ALTI",
"label": "mnt 25m IGN",
"metadata": "http://geobretagne.fr/geonetwork/apps/georchestra/?uuid=b29b9a3b-a9ba-4834-a33a-35c3b78ff444"
}
]
},
{
"url": "http://geobretagne.fr/geoserver/alti/wms",
"layers": [
{
"name": "litto3d",
"label": "litto 3D IGN",
"metadata": "http://geobretagne.fr/geonetwork/apps/georchestra/?uuid=266b60bd-0f1d-4e47-a5b5-c932e35d836d"
}
]
},
{
"url": "http://geobretagne.fr/geoserver/alti/wms",
"layers": [
{
"name": "mnt5so",
"label": "mnt 5m Bretagne sans ouvrages",
"metadata": "http://geobretagne.fr/geonetwork/apps/georchestra/?uuid=4ac04028-fb34-475d-96f8-b1218b396c38"
},
{
"name": "mnt5ao",
"label": "mnt 5m Bretagne avec ouvrages",
"metadata": "http://geobretagne.fr/geonetwork/apps/georchestra/?uuid=b0bb2067-157f-477d-951d-09b1fa0e98ef"
}
]
}
],
"showintoolmenu": true,
"autoactivate": false
},
"i18n": {
"en": {},
"es": {},
"fr": {
"coordinates": "Coordonnées"
}
}
}