This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
hopglass-frontend.config.json
55 lines (55 loc) · 2.25 KB
/
hopglass-frontend.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
52
53
54
55
{
"dataPath": "https://hopglass-backend.hamburg.freifunk.net/",
"siteName": "Freifunk Hamburg",
"mapSigmaScale": 1.1,
"showContact": false,
"maxAge": 30,
"mapLayers": [
{
"name": "OpenStreetMap",
"url": "https://{s}.tile.openstreetmap.de/tiles/osmde/{z}/{x}/{y}.png",
"config": {
"maxZoom": 18,
"attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
}
},
{
"name": "Satellitenbild",
"url": "https://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"
}
},
{
"name": "Stamen (TonerLite)",
"url": "https://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png",
"config": {
"maxZoom": 20,
"attribution": "Map tiles by <a href=\"https://stamen.com\">Stamen Design</a>, <a href=\"https://creativecommons.org/licenses/by/3.0\">CC BY 3.0</a> — Map data © <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
}
}
],
"nodeInfos": [
],
"globalInfos": [
],
"linkInfos": [],
"siteNames": [
{ "site": "ffhh", "name": "Hamburg" },
{ "site": "ffhh-nowe", "name": "Hamburg-NordWest" },
{ "site": "ffhh-ost", "name": "Hamburg-Ost" },
{ "site": "ffhh-sued", "name": "Hamburg-Sued" },
{ "site": "ffhh-west", "name": "Hamburg-West" }
],
"domainNames": [
{ "domain": "ffhh_nowe", "name": "Hamburg-NordWest" },
{ "domain": "ffhh_ost", "name": "Hamburg-Ost" },
{ "domain": "ffhh_sued", "name": "Hamburg-Sued" },
{ "domain": "ffhh_west", "name": "Hamburg-West" },
{ "domain": "ffhh_nowe_v2", "name": "Hamburg-NordWest" },
{ "domain": "ffhh_ost_v2", "name": "Hamburg-Ost" },
{ "domain": "ffhh_sued_v2", "name": "Hamburg-Sued" },
{ "domain": "ffhh_west_v2", "name": "Hamburg-West" }
],
"hwImg": []
}