Test more maps

This commit is contained in:
Michael Wyraz 2021-12-02 21:38:26 +01:00
parent 1c93d924de
commit 8d1bf900a7
1 changed files with 16 additions and 0 deletions

View File

@ -20,6 +20,14 @@ module.exports = function () {
],
'siteName': 'Freifunk Leipzig',
'mapLayers': [
{
'name': 'OpenStreetMap.HOT',
'url': 'https://d.tile.openstreetmap.de/{z}/{x}/{y}.png',
'config': {
'maxZoom': 19,
'attribution': '&copy; Openstreetmap | &copy; <a href="http://www.openstreetmap.de">OpenStreetMap</a>'
}
},
{
'name': 'OpenStreetMap.HOT',
'url': 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',
@ -28,6 +36,14 @@ module.exports = function () {
'attribution': '&copy; Openstreetmap France | &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}
},
{
'name': 'Stamen Toner',
'url': 'http://stamen-tiles-c.a.ssl.fastly.net/toner/{z}/{x}/{y}.png',
'config': {
'maxZoom': 20,
'attribution': 'https://stamen.com/open-source/'
}
},
{
'name': 'Esri.WorldImagery',
'url': '//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',