forked from Gnafu/MapStore2-C040
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_edit.json
More file actions
122 lines (122 loc) · 3.09 KB
/
test_edit.json
File metadata and controls
122 lines (122 loc) · 3.09 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"map": {
"projection": "EPSG:900913",
"units": "m",
"center": {"x": 977941.7266189083, "y": 5517659.964062111, "crs": "EPSG:900913"},
"zoom":10,
"layers": [
{
"type": "osm",
"title": "Open Street Map",
"name": "mapnik",
"source": "osm",
"group": "background",
"visibility": true
},
{
"type": "google",
"title": "Google Satellite",
"name": "SATELLITE",
"source": "google",
"group": "background",
"visibility": false
},
{
"name":"BASE_CARTOGRAFICA",
"title":"BASE_CARTOGRAFICA",
"group": "background",
"type":"wms",
"url":"/geoserver-test/wms",
"bbox":
{
"crs":"EPSG:4326",
"bounds":
{
"minx":"8.664631331583704",
"miny":"44.378093234171516",
"maxx":"9.096015724443996",
"maxy":"44.52038356628868"
}
},
"visibility": false,
"singleTile": false,
"allowedSRS":
{
"EPSG:3003": true,
"EPSG:3857": true,
"EPSG:4326": true,
"EPSG:900913": true,
"CRS:84": true
},
"dimensions":[],
"params":{}
},
{
"type": "tileprovider",
"title": "OpenTopoMap",
"provider": "OpenTopoMap",
"name": "OpenTopoMap",
"source": "OpenTopoMap",
"group": "background",
"visibility": false
},
{
"format": "image/jpeg",
"name": "rv:rv1",
"params": {},
"singleTile": false,
"title": "e-Geos Ortofoto RealVista 1.0",
"type": "wms",
"group": "background",
"thumbURL": "http://www.realvista.it/reflector/open/service?SERVICE=WMS&REQUEST=GetMap&VERSION=1.3.0&LAYERS=rv%3Arv1&STYLES=&FORMAT=image%2Fjpeg&TRANSPARENT=true&HEIGHT=256&WIDTH=256&TILED=true&ZINDEX=2&SRS=EPSG%3A3857&CRS=EPSG%3A3857&BBOX=3757032.814272983,5009377.08569731,5009377.085697311,6261721.35712164",
"url": "http://www.realvista.it/reflector/open/service",
"visibility": false
},
{
"source": "ol",
"group": "background",
"title": "Nessuno sfondo",
"fixed": true,
"type": "empty",
"visibility": false,
"args": [
"Nessuno sfondo", {
"visibility": false
}
]
}, {
"id": "V_VINC_SOPRAINT",
"search": {
"url": "/geoserver-test/wfs",
"type": "wfs"
},
"name": "CORSO_1:V_VINC_SOPRAINT",
"opacity": 1,
"title": "Vincoli",
"type": "wms",
"url": "/geoserver-test/ows",
"bbox": {
"crs": "EPSG:4326",
"bounds": {
"minx": "8.0",
"miny": "44.0",
"maxx": "11.0",
"maxy": "45.0"
}
},
"visibility": true,
"singleTile": false,
"allowedSRS": {
"EPSG:3003": true,
"EPSG:4326": true,
"EPSG:900913": true,
"CRS:84": true
},
"dimensions": [],
"hideLoading": false,
"handleClickOnLayer": false,
"params": {}
}
]
}
}