forked from geosolutions-it/MapStoreExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
51 lines (51 loc) · 1.14 KB
/
config.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
{
"map": {
"projection": "EPSG:900913",
"units": "m",
"center": {
"x": -1.67665601487454,
"y": 48.111066641561635,
"crs": "EPSG:4326"
},
"zoom": 13,
"maxExtent": [
-20037508.34, -20037508.34,
20037508.34, 20037508.34
],
"layers": [
{
"type": "osm",
"title": "Open Street Map",
"name": "mapnik",
"source": "osm",
"group": "background",
"visibility": true
},
{
"type": "wms",
"url":"https://georchestra.mydomain.org/geoserver/ows",
"visibility": true,
"opacity": 1.0,
"title": "Rennes - aires de jeu",
"name": "espub_mob:gev_ajeu",
"format": "image/png"
},
{
"type": "wms",
"url":"https://georchestra.mydomain.org/geoserver/ows",
"visibility": true,
"opacity": 1.0,
"title": "Rennes - jeux",
"name": "espub_mob:gev_jeu",
"format": "image/png"
},
{
"source": "ol",
"group": "background",
"title": "Empty Background",
"fixed": true,
"type": "empty"
}
]
}
}