Add FFRS tile Server

This commit is contained in:
stebifan 2019-11-09 18:00:37 +01:00 committed by GitHub
parent 3a3a3e014c
commit e448b02bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,15 @@ module.exports = function () {
'siteName': 'Freifunk Troisdorf', 'siteName': 'Freifunk Troisdorf',
'maxAge': 7, 'maxAge': 7,
'mapLayers': [ 'mapLayers': [
{
'name': 'Freifunk Rhein-Sieg',
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
'url': 'https://tiles.freifunk-rhein-sieg.net/{z}/{x}/{y}.png',
'config': {
'maxZoom': 19,
'attribution': '<a href="https://freifunk-rhein-sieg.net/" target="_blank">&copy; Freifunk-Rhein-Sieg (Stefan Hoffmann)</a> <a href="http://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap contributors</a>'
}
},
{ {
'name': 'OSM', 'name': 'OSM',
// 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