hopglass/config.json.example

22 lines
571 B
Plaintext
Raw Normal View History

{
2015-03-20 21:03:20 +01:00
"dataPath": "https://map.luebeck.freifunk.net/data/",
2015-04-05 22:29:29 +02:00
"siteName": "Freifunk Lübeck",
"mapSigmaScale": 0.5,
2015-04-26 13:12:11 +02:00
"showContact": true,
2015-07-07 16:36:19 +02:00
"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 &copy; <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
"maxZoom": 18
}
},
{
"name": "Stamen.TonerLite"
}
]
}