skip building hopglass
This commit is contained in:
parent
cd10452112
commit
4d65b6db08
50 changed files with 2716 additions and 3 deletions
55
hopglass-frontend/config.json
Normal file
55
hopglass-frontend/config.json
Normal file
|
@ -0,0 +1,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": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue