config.json.example 571 B

123456789101112131415161718192021
  1. {
  2. "dataPath": "https://map.luebeck.freifunk.net/data/",
  3. "siteName": "Freifunk Lübeck",
  4. "mapSigmaScale": 0.5,
  5. "showContact": true,
  6. "maxAge": 14,
  7. "mapLayers": [
  8. { "name": "MapQuest",
  9. "url": "https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg",
  10. "config": {
  11. "subdomains": "1234",
  12. "type": "osm",
  13. "attribution": "Tiles &copy; <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
  14. "maxZoom": 18
  15. }
  16. },
  17. {
  18. "name": "Stamen.TonerLite"
  19. }
  20. ]
  21. }