forked from dgoersch/meshflix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.example
99 lines (99 loc) · 3.81 KB
/
config.json.example
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
{
"dataPath": [
"http://map.ff-en.de/data/en/",
"http://map.ff-en.de/data/spr/",
"http://map.ff-en.de/data/hat/",
"http://map.ff-en.de/data/wit/"
],
"siteName": "Freifunk im Ennepe-Ruhr-Kreis e.V.",
"mapSigmaScale": 0.5,
"showContact": false,
"maxAge": 6,
"mapLayers": [
{ "name": "MapQuest (OSM)",
"url": "https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg",
"config": {
"subdomains": "1234",
"type": "osm",
"attribution": "Tiles © <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
"maxZoom": 18
}
},
{
"name": "OpenStreetMap (DE)",
"url": "http://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png",
"config": {
"attribution": "Tiles © <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a>, OpenStreetMap DE",
"maxZoom": 18
}
},
{
"name": "Esri World Imagery",
"url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
"config": {
"attribution": "Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community",
"maxZoom": 18
}
},
{
"name": "CartoDB (DarkMatter)",
"url": "http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png",
"config": {
"subdomains": "abcd",
"attribution": "Tiles © <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a> © <a href=\"http://cartodb.com/attributions/\">CartoDB</a>",
"maxZoom": 18
}
},
{
"name": "Stamen (TonerLite)",
"url": "http://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png",
"config": {
"subdomains": "abcd",
"attribution": "Map tiles by <a href=\"http://stamen.com/\">Stamen Design</a>, <a href=\"http://creativecommons.org/licenses/by/3.0/\">CC BY 3.0</a> — Map data © <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a>",
"maxZoom": 18
}
},
{
"name": "MtbMap (Profil)",
"url": "http://tile.mtbmap.cz/mtbmap_tiles/{z}/{x}/{y}.png",
"config": {
"attribution": "© <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a> & USGS",
"maxZoom": 18
}
},
{
"name": "OpenTopoMap (Profil)",
"url": "http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png",
"config": {
"attribution": "Map data: © <a href=\"http://www.openstreetmap.org/copyright/\">OpenStreetMap</a>, <a href=\"http://viewfinderpanoramas.org/\">SRTM</a> | Map style: © <a href=\"https://opentopomap.org/\">OpenTopoMap</a> (<a href=\"https://creativecommons.org/licenses/by-sa/3.0/\">CC-BY-SA</a>)",
"maxZoom": 16
}
}
],
"nodeInfos": [
{ "name": "Clientstatistik",
"href": "http://www.freifunk-en.de",
"grafana": "http://xxxx.xx/dashboard-solo/db/ff-router?panelId=1&fullscreen&var-clients=ffnode_{NODE_ID}_clients&theme=light",
"caption": "Clients"
},
{ "name": "Datendurchsatz",
"href": "http://www.freifunk-en.de",
"grafana": "http://xxxx.xx/dashboard-solo/db/ff-router?panelId=2&fullscreen&var-traffic=ffnode_{NODE_ID}_traffic&theme=light",
"caption": "Durchsatz"
}
],
"globalInfos": [
{ "name": "Clientstatistik EN-Kreis",
"href": "http://www.freifunk-en.de",
"grafana": "http://xxxx.xx/dashboard-solo/db/ff-stats?panelId=16&fullscreen&theme=light",
"caption": "Soon(tm)"
}
],
"siteNames": [
{ "site": "ffen", "name": "Ennepe-Ruhr-Kreis" },
{ "site": "ffspr", "name": "Sprockhoevel" },
{ "site": "ffwit", "name": "Witten" },
{ "site": "ffhat", "name": "Hattingen" },
{ "site": "ffrefugee", "name": "Refugees" }
]
}