80967c6259
configurable and documented!
28 lines
772 B
Plaintext
28 lines
772 B
Plaintext
{
|
|
"dataPath": "https://map.luebeck.freifunk.net/data/",
|
|
"siteName": "Freifunk Lübeck",
|
|
"mapSigmaScale": 0.5,
|
|
"showContact": true,
|
|
"maxAge": 14,
|
|
"mapLayers": [
|
|
{ "name": "MapQuest",
|
|
"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": "Stamen.TonerLite"
|
|
}
|
|
],
|
|
"siteNames": [
|
|
{ "site": "ffhl", "name": "Lübeck" },
|
|
{ "site": "ffeh", "name": "Entenhausen" },
|
|
{ "site": "ffgt", "name": "Gothamcity" },
|
|
{ "site": "ffal", "name": "Atlantis" }
|
|
]
|
|
}
|