config.json 1012 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "dataPath": "http://map-neu.paderborn.freifunk.net/data/",
  3. "siteName": "Freifunk Paderborn",
  4. "mapSigmaScale": 0.5,
  5. "showContact": false,
  6. "maxAge": 14,
  7. "mapLayers": [
  8. { "name": "OpenStreetmap",
  9. "url": "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
  10. "config": {
  11. "subdomains": "abc",
  12. "type": "osm",
  13. "attribution": "&copy; <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors",
  14. "maxZoom": 18
  15. }
  16. },
  17. { "name": "MapQuest",
  18. "url": "https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg",
  19. "config": {
  20. "subdomains": "1234",
  21. "type": "osm",
  22. "attribution": "Tiles &copy; <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
  23. "maxZoom": 18
  24. }
  25. }
  26. ],
  27. "nodeInfos": [
  28. { "name": "Clientstatistik",
  29. "href": "nodestats/{NODE_ID}.png",
  30. "thumbnail": "nodestats/{NODE_ID}.png",
  31. "caption": "Knoten {NODE_ID}"
  32. }
  33. ]
  34. }