Skip to content

Commit

Permalink
add night mode mapLayers
Browse files Browse the repository at this point in the history
add night mode mapLayers

Signed-off-by: Tobias <[email protected]>
  • Loading branch information
T0biii authored Mar 7, 2024
1 parent 73eb86b commit 8f87bfc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@
"attribution": "&copy; Openstreetmap | &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
}
},
{
"name": "FFMUC OSM Proxy (night)",
"url": "https://tiles.ext.ffmuc.net/osm/{z}/{x}/{y}.png",
"config": {
"maxZoom": 19,
"mode": "night",
"attribution": "&copy; Openstreetmap | &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
}
},
{
"name": "FFMUC OSM.HOT Proxy",
"url": "https://tiles.ext.ffmuc.net/hot/{z}/{x}/{y}.png",
Expand Down

0 comments on commit 8f87bfc

Please sign in to comment.