Update config.js
This commit is contained in:
parent
c0ea13a8fa
commit
2736461604
18
config.js
18
config.js
@ -26,6 +26,15 @@ module.exports = function () {
|
|||||||
'mapLayers': [
|
'mapLayers': [
|
||||||
{
|
{
|
||||||
'name': 'Freifunk Troisdorf',
|
'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',
|
||||||
// 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
|
||||||
'url': 'https://{s}.tiles.ffrgb.net/{z}/{x}/{y}{retina}.png',
|
'url': 'https://{s}.tiles.ffrgb.net/{z}/{x}/{y}{retina}.png',
|
||||||
'config': {
|
'config': {
|
||||||
@ -34,15 +43,6 @@ module.exports = function () {
|
|||||||
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>'
|
'attribution': '<a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'name': 'Freifunk Testing',
|
|
||||||
'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
|
||||||
|
Loading…
Reference in New Issue
Block a user