From 3a3a3e014c7a1719b736708cc7431b366abfab52 Mon Sep 17 00:00:00 2001 From: stebifan Date: Tue, 7 May 2019 16:42:11 +0200 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index cfc8147..c26667b 100644 --- a/config.js +++ b/config.js @@ -29,7 +29,7 @@ module.exports = function () { // 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': 20, + 'maxZoom': 19, 'attribution': '© OpenMapTiles © OpenStreetMap contributors' } },