From 3c0cd2a36d8bd1921b7b2d551fc932bcb0a80582 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 10 Nov 2019 15:21:24 +0100 Subject: [PATCH] Update config.js --- config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.js b/config.js index bae8094..e6dc958 100644 --- a/config.js +++ b/config.js @@ -26,19 +26,18 @@ module.exports = function () { 'mapLayers': [ { 'name': 'Freifunk Rhein-Sieg', - // Please ask Freifunk Regensburg before using its tile server c- example with retina tiles + // Please ask Freifunk Rhein Sieg before using its tile server c- example with retina tiles 'url': 'https://tiles.freifunk-rhein-sieg.net/tile/{z}/{x}/{y}.png', 'config': { - 'maxZoom': 19, + 'maxZoom': 20, 'attribution': '© Freifunk-Rhein-Sieg (Stefan Hoffmann) © OpenStreetMap contributors' } }, { 'name': 'OSM', - // Please ask Freifunk Regensburg before using its tile server c- example with retina tiles 'url': 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', 'config': { - 'maxZoom': 19, + 'maxZoom': 20, 'attribution': '© OpenMapTiles © OpenStreetMap contributors' } }, @@ -46,7 +45,7 @@ module.exports = function () { 'name': 'OpenStreetMap.HOT', 'url': 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', 'config': { - 'maxZoom': 19, + 'maxZoom': 20, 'attribution': '© Openstreetmap France | © OpenStreetMap' } },