]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/gui/map/MapSourceLibrary.java
Version 18, July 2015
[GpsPrune.git] / tim / prune / gui / map / MapSourceLibrary.java
index b82fd4e7a23e197a80120eb6d2b2e0c7a854f409..e324af1a029114e0e726f19bf3baabb8448f096f 100644 (file)
@@ -43,8 +43,8 @@ public abstract class MapSourceLibrary
                _sourceList.add(new OsmMapSource("Reitkarte", "http://topo[234].wanderreitkarte.de/topo/"));
                _sourceList.add(new MffMapSource("Mapsforfree", "http://maps-for-free.com/layer/relief/", "jpg",
                        "http://maps-for-free.com/layer/water/", "gif", 11));
-               _sourceList.add(new OsmMapSource("Hikebikemap", "http://toolserver.org/tiles/hikebike/",
-                       "http://toolserver.org/~cmarqu/hill/", 18));
+               _sourceList.add(new OsmMapSource("Hikebikemap", "http://[abc].tiles.wmflabs.org/hikebike/",
+                       "http://[abc].tiles.wmflabs.org/hillshading/", 18));
                _sourceList.add(new OsmMapSource("Openseamap", "http://tile.openstreetmap.org/",
                        "http://tiles.openseamap.org/seamark/", 18));
        }