From 8a89c0f5db859d83ecdd643d932def04bfd5a3c8 Mon Sep 17 00:00:00 2001 From: stebifan Date: Tue, 7 May 2019 16:36:06 +0200 Subject: [PATCH] Update config.js --- config.js | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/config.js b/config.js index b40f690..d5dd6a6 100644 --- a/config.js +++ b/config.js @@ -25,35 +25,15 @@ module.exports = function () { 'maxAge': 7, 'mapLayers': [ { - 'name': 'Freifunk Regensburg', + 'name': 'OSM', // Please ask Freifunk Regensburg before using its tile server c- example with retina tiles - 'url': 'https://{s}.tiles.ffrgb.net/{z}/{x}/{y}{retina}.png', + 'url': 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', 'config': { 'maxZoom': 20, 'subdomains': '1234', 'attribution': '© OpenMapTiles © OpenStreetMap contributors' } }, - { - 'name': 'Freifunk Troisdorf', - 'url': 'https://tiles.freifunk-rhein-sieg.net/styles/osm-bright/{z}/{x}/{y}.png', - 'config': { - 'maxZoom': 20, - 'type': 'osm', - 'attribution': 'Design © Mapbox, CC-BY 3.0 — Daten © OpenStreetMap' - } - }, - { - 'name': 'Freifunk Regensburg Night', - // Please ask Freifunk Regensburg before using its tile server - example with retina and dark tiles - 'url': 'https://{s}.tiles.ffrgb.net/n/{z}/{x}/{y}{retina}.png', - 'config': { - 'maxZoom': 20, - 'subdomains': '1234', - 'attribution': ' © OpenMapTiles © OpenStreetMap contributors', - 'mode': 'night' - } - }, { 'name': 'OpenStreetMap.HOT', 'url': 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',