20f0f08de3
MapQuest Open Tiles service is announced to be discontinued and already started removing tiles at the highest zoom level. MapQuest provides a replacement service requiring custom javascript code to be injected, which I don't consider a good idea. OpenStreetMap.HOT is a OpenStreetMap map style using pastel colours and thus is lot better than Mapnik for rendering stuff on it.
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
{
|
|
"dataPath": "https://map.luebeck.freifunk.net/data/",
|
|
"siteName": "Freifunk Lübeck",
|
|
"mapSigmaScale": 0.5,
|
|
"showContact": true,
|
|
"maxAge": 14,
|
|
"mapLayers": [
|
|
{
|
|
"name": "OpenStreetMap.HOT"
|
|
},
|
|
{
|
|
"name": "Stamen.TonerLite"
|
|
}
|
|
],
|
|
"siteNames": [
|
|
{ "site": "ffhl", "name": "Lübeck" },
|
|
{ "site": "ffeh", "name": "Entenhausen" },
|
|
{ "site": "ffgt", "name": "Gothamcity" },
|
|
{ "site": "ffal", "name": "Atlantis" }
|
|
]
|
|
}
|