branch: externals/osm
commit a2585c94fb8316e169db820d9ab65375b1e7f45c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Revert "Drop ÖPNV - outdated map data"
    
    This reverts commit 6bc3d2f3cad91bc12585c614c36229fcdd87e889.
---
 osm.el | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/osm.el b/osm.el
index 0bccd9739a..3e991991b9 100644
--- a/osm.el
+++ b/osm.el
@@ -129,7 +129,14 @@ See also `osm-server-list'."
      :url "https://%s.tile.openstreetmap.fr/openriverboatmap/%z/%x/%y.png";
      :group "Transportation"
      :copyright ("Map data © 
{OpenStreetMap|https://www.openstreetmap.org/copyright} contributors"
-                 "Map style © 
{OpenRiverBoatMap|https://github.com/tilery/OpenRiverboatMap}";)))
+                 "Map style © 
{OpenRiverBoatMap|https://github.com/tilery/OpenRiverboatMap}";))
+    (opvn
+     :name "ÖPNV" :max-zoom 18
+     :description "Base layer with public transport information"
+     :url "http://%s.tile.memomaps.de/tilegen/%z/%x/%y.png";
+     :group "Transportation"
+     :copyright ("Map data © 
{OpenStreetMap|https://www.openstreetmap.org/copyright} contributors"
+                 "Map style © {ÖPNVKarte|https://www.öpnvkarte.de}";)))
   "List of tile servers.
 
 Allowed keys:

Reply via email to