module.exports = function () { return { // Variables are NODE_ID and NODE_NAME (only a-z0-9\- other chars are replaced with _) 'nodeInfos': [ { 'name': 'Clientstatistik', 'href': 'https://statistik.freifunk-troisdorf.de/render/d-solo/oUBqc1Wmk/nodes?orgId=1&var-hostname={NODE_NAME}&refresh=10s&panelId=2&theme=light&width=1000&height=500&tz=UTC%2B02%3A00', 'image': 'https://statistik.freifunk-troisdorf.de/render/d-solo/oUBqc1Wmk/nodes?orgId=1&var-hostname={NODE_NAME}&refresh=10s&panelId=2&theme=light&width=1000&height=500&tz=UTC%2B02%3A00', 'title': 'Knoten {NODE_ID} - weiteren Statistiken' }, { 'name': 'Traffic', 'href': 'https://statistik.freifunk-troisdorf.de/render/d-solo/oUBqc1Wmk/nodes?orgId=1&var-hostname={NODE_NAME}&refresh=10s&panelId=3&theme=light&width=1000&height=500&tz=UTC%2B02%3A00', 'image': 'https://statistik.freifunk-troisdorf.de/render/d-solo/oUBqc1Wmk/nodes?orgId=1&var-hostname={NODE_NAME}&refresh=10s&panelId=3&theme=light&width=1000&height=500&tz=UTC%2B02%3A00', 'title': 'Knoten {NODE_ID} - weiteren Statistiken' } ], // Array of data provider are supported 'dataPath': [ 'https://map.freifunk-troisdorf.de/data/tdf4/', 'https://map.freifunk-troisdorf.de/data/tdf5/', 'https://map.freifunk-troisdorf.de/data/tdf6/', 'https://map.freifunk-troisdorf.de/data/rifu/' // 'https://map.freifunk-troisdorf.de/data/unifi/' ], 'siteName': 'Freifunk Troisdorf', 'maxAge': 7, 'mapLayers': [ { 'name': 'Freifunk Rhein-Sieg', // Please ask Freifunk Rhein Sieg before using its tile server c- example with retina tiles 'url': 'https://tile.freifunk-rhein-sieg.net/tile/{z}/{x}/{y}.png', 'config': { 'maxZoom': 20, 'attribution': '© Freifunk-Rhein-Sieg © OpenStreetMap contributors' } }, { 'name': 'OSM', 'url': 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', 'config': { 'maxZoom': 20, 'attribution': '© OpenMapTiles © OpenStreetMap contributors' } }, { 'name': 'OpenStreetMap.HOT', 'url': 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', 'config': { 'maxZoom': 20, 'attribution': '© Openstreetmap France | © OpenStreetMap' } }, { 'name': 'Esri.WorldImagery', 'url': '//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', 'config': { 'maxZoom': 20, 'attribution': 'Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community' } } ], // Set a visible frame 'fixedCenter': [ // Northwest [ 50.8428, 7.0367 ], // Southeast [ 50.776, 7.1919 ] ], 'domainNames': [ { 'site': 'tdf', 'name': 'Troisdorf' }, { 'site': 'inn', 'name': 'Innenstadt' }, { 'site': 'rifu', 'name': 'Richtfunk' }, { 'site': 'flu', 'name': 'Soziale Netze' } ], 'linkList': [ { 'title': 'Impressum', 'href': 'http://freifunk-troisdorf.de/kontakt/impressum/' }, { 'title': 'Datenschutz', 'href': 'http://freifunk-troisdorf.de/datenschutz/' } ] }; };