-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththemesConfig.json
executable file
·49 lines (44 loc) · 1.19 KB
/
themesConfig.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
{
"themes": {
"items": [],
"groups": [
{
"title": "Dev Tests",
"items": [
{
"title": "QWC2 Test",
"url": "http://kartor.kristianstad.se/park_qgis/",
"attribution": "Demo attribution",
"attributionUrl": "",
"tiled": true,
"version":"1.1.1",
"crs":"EPSG:3008",
"backgroundLayers": [
{
"name": "turistkarta",
"visibility": true
}
],
"searchProviders": ["coordinates", "geoadmin", "glarus"],
"mapCrs": "EPSG:3008",
"additionalMouseCrs": ["EPSG:3008"]
}
],
"groups": []
}
],
"backgroundLayers": [
{
"name": "turistkarta",
"title": "Turistkarta",
"type": "wms",
"url": "http://kartor.kristianstad.se/turistkarta/",
"tiled": true,
"crs":"EPSG:3008",
"srs":"EPSG:3008",
"version":"1.1.1"
}
]
},
"defaultScales": [4000000, 2000000, 1000000, 400000, 200000, 80000, 40000, 20000, 10000, 8000, 6000, 4000, 2000, 1000, 500, 250, 100]
}