Update config.js

This commit is contained in:
stebifan 2019-02-03 12:29:31 +01:00 committed by GitHub
parent 2736461604
commit 98e7a55f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,15 +24,6 @@ module.exports = function () {
'siteName': 'Freifunk Troisdorf', 'siteName': 'Freifunk Troisdorf',
'maxAge': 7, 'maxAge': 7,
'mapLayers': [ 'mapLayers': [
{
'name': 'Freifunk Troisdorf',
'url': 'https://tiles.freifunk-rhein-sieg.net/styles/osm-bright/{z}/{x}/{y}.png',
'config': {
'maxZoom': 20,
'type': 'osm',
'attribution': '<a href="https://github.com/mapbox/mapbox-studio-osm-bright.tm2">Design</a> © <a href="https://www.mapbox.com/">Mapbox</a>, <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> — Daten © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}
},
{ {
'name': 'Freifunk Regensburg', 'name': 'Freifunk Regensburg',
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles // Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
@ -43,6 +34,15 @@ module.exports = function () {
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>' 'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">&copy; OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>'
} }
}, },
{
'name': 'Freifunk Troisdorf',
'url': 'https://tiles.freifunk-rhein-sieg.net/styles/osm-bright/{z}/{x}/{y}.png',
'config': {
'maxZoom': 20,
'type': 'osm',
'attribution': '<a href="https://github.com/mapbox/mapbox-studio-osm-bright.tm2">Design</a> © <a href="https://www.mapbox.com/">Mapbox</a>, <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a> — Daten © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}
},
{ {
'name': 'Freifunk Regensburg Night', 'name': 'Freifunk Regensburg Night',
// Please ask Freifunk Regensburg before using its tile server - example with retina and dark tiles // Please ask Freifunk Regensburg before using its tile server - example with retina and dark tiles