12345678910111213141516171819202122232425262728293031323334 |
- {
- "dataPath": "http://map-neu.paderborn.freifunk.net/data/",
- "siteName": "Freifunk Paderborn",
- "mapSigmaScale": 0.5,
- "showContact": false,
- "maxAge": 14,
- "mapLayers": [
- { "name": "OpenStreetmap",
- "url": "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
- "config": {
- "subdomains": "abc",
- "type": "osm",
- "attribution": "© <a href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors",
- "maxZoom": 18
- }
- },
- { "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
- }
- }
- ],
- "nodeInfos": [
- { "name": "Clientstatistik",
- "href": "nodestats/{NODE_ID}.png",
- "thumbnail": "nodestats/{NODE_ID}.png",
- "caption": "Knoten {NODE_ID}"
- }
- ]
- }
|