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