From 8f87bfcd6c880dcf7ba6b2d2ba33527984d4ba2c Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 7 Mar 2024 22:44:46 +0100 Subject: [PATCH] add night mode mapLayers add night mode mapLayers Signed-off-by: Tobias --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json b/config.json index 9c56cfe1..f199b486 100644 --- a/config.json +++ b/config.json @@ -228,6 +228,15 @@ "attribution": "© Openstreetmap | © OpenStreetMap" } }, + { + "name": "FFMUC OSM Proxy (night)", + "url": "https://tiles.ext.ffmuc.net/osm/{z}/{x}/{y}.png", + "config": { + "maxZoom": 19, + "mode": "night", + "attribution": "© Openstreetmap | © OpenStreetMap" + } + }, { "name": "FFMUC OSM.HOT Proxy", "url": "https://tiles.ext.ffmuc.net/hot/{z}/{x}/{y}.png",