X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fgui%2Fmap%2FMapSourceLibrary.java;h=24833ce3e7be4ce8f7f288068768d155cf394ed6;hp=df30219b9f944a21b438cc1e71f8ed51720c18f1;hb=649c5da6ee1bbc590699e11a92316ece2ea8512d;hpb=eebbb64b5d63f9eea43a0dff908c30361a376768 diff --git a/tim/prune/gui/map/MapSourceLibrary.java b/tim/prune/gui/map/MapSourceLibrary.java index df30219..24833ce 100644 --- a/tim/prune/gui/map/MapSourceLibrary.java +++ b/tim/prune/gui/map/MapSourceLibrary.java @@ -41,8 +41,8 @@ public abstract class MapSourceLibrary _sourceList.add(new OsmMapSource("Mapnik", "http://tile.openstreetmap.org/")); _sourceList.add(new OsmMapSource("Osma", "http://tah.openstreetmap.org/Tiles/tile/")); _sourceList.add(new OsmMapSource("Cyclemap", "http://andy.sandbox.cloudmade.com/tiles/cycle/")); - _sourceList.add(new OsmMapSource("Reitkarte", "http://topo.geofabrik.de/hills/", - "http://topo.openstreetmap.de/topo/", 18)); + _sourceList.add(new OsmMapSource("Reitkarte", "http://wanderreitkarte.de/hills/", + "http://topo2.wanderreitkarte.de/topo/", 18)); _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 CloudmadeMapSource("Pale Dawn", "998", 18));