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'
}
},