forked from Gnafu/MapStore2-C040
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
39 lines (39 loc) · 933 Bytes
/
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
{
"map": {
"projection": "EPSG:900913",
"units": "m",
"center": {"x": 8.880386352539062, "y": 44.44897735945844, "crs": "EPSG:4326"},
"zoom":12,
"maxExtent": [
-20037508.34, -20037508.34,
20037508.34, 20037508.34
],
"layers": [{
"type": "osm",
"title": "Open Street Map",
"name": "mapnik",
"source": "osm",
"group": "background",
"visibility": true
},
{
"format": "image/jpeg",
"name": "rv:rv1",
"params": {},
"singleTile": false,
"title": "e-Geos Ortofoto RealVista 1.0",
"type": "wms",
"url": "http://www.realvista.it/reflector/open/service",
"visibility": false
},
{
"type": "tileprovider",
"title": "OpenTopoMap",
"provider": "OpenTopoMap",
"name": "OpenTopoMap",
"source": "OpenTopoMap",
"group": "background",
"visibility": false
}]
}
}