This commit is contained in:
parent
35cbfad9b0
commit
b1a1df1a56
20
config.js
20
config.js
@ -6,13 +6,13 @@ module.exports = function () {
|
||||
'name': 'Clientstatistik',
|
||||
'href': 'https://statistik.freifunk-troisdorf.de/d/000000001/node-stats?orgId=1&var-node={NODE_ID}&var-saveinterval=60',
|
||||
'image': 'https://statistik.freifunk-troisdorf.de/d/000000001/node-stats?orgId=1&var-node={NODE_ID}&var-saveinterval=60&theme=light&viewPanel=1',
|
||||
'title': 'Knoten {NODE_ID} - weiteren Statistiken'
|
||||
'title': 'Knoten {NODE_ID}'
|
||||
},
|
||||
{
|
||||
'name': 'Traffic',
|
||||
'href': 'https://statistik.freifunk-troisdorf.de/d/000000001/node-stats?orgId=1&var-node={NODE_ID}&var-saveinterval=60',
|
||||
'image': 'https://statistik.freifunk-troisdorf.de/d/000000001/node-stats?orgId=1&var-node={NODE_ID}&var-saveinterval=60&theme=light&viewPanel=2',
|
||||
'title': 'Knoten {NODE_ID} - weiteren Statistiken'
|
||||
'title': 'Knoten {NODE_ID}'
|
||||
}
|
||||
],
|
||||
// Array of data provider are supported
|
||||
@ -42,22 +42,6 @@ module.exports = function () {
|
||||
'maxZoom': 20,
|
||||
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>'
|
||||
}
|
||||
},
|
||||
{
|
||||
'name': 'OpenStreetMap.HOT',
|
||||
'url': 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',
|
||||
'config': {
|
||||
'maxZoom': 20,
|
||||
'attribution': '© Openstreetmap France | © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
}
|
||||
},
|
||||
{
|
||||
'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
|
||||
|
Loading…
Reference in New Issue
Block a user