From e083ed13a72e81db0dd44b468f913595d3791be1 Mon Sep 17 00:00:00 2001 From: stebifan Date: Tue, 7 May 2019 16:39:07 +0200 Subject: [PATCH] Update config.js --- config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.js b/config.js index d5dd6a6..cfc8147 100644 --- a/config.js +++ b/config.js @@ -27,10 +27,9 @@ module.exports = function () { { 'name': 'OSM', // Please ask Freifunk Regensburg before using its tile server c- example with retina tiles - 'url': 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', + 'url': 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', 'config': { 'maxZoom': 20, - 'subdomains': '1234', 'attribution': '© OpenMapTiles © OpenStreetMap contributors' } },