X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Ftim%2Fprune%2Fgui%2Fmap%2FMapSourceLibrary.java;fp=src%2Ftim%2Fprune%2Fgui%2Fmap%2FMapSourceLibrary.java;h=08ab4bcf6e42dc7baf430edf27a45ac3574bfbd8;hb=bb34b41a59b7f5fd8c045ed83f1813c730c7fc1e;hp=331d8fe94007b27045cc53b15920cd3270be8df3;hpb=679fd08a78a70745b2890bd53ea942d9bd31d643;p=GpsPrune.git diff --git a/src/tim/prune/gui/map/MapSourceLibrary.java b/src/tim/prune/gui/map/MapSourceLibrary.java index 331d8fe..08ab4bc 100644 --- a/src/tim/prune/gui/map/MapSourceLibrary.java +++ b/src/tim/prune/gui/map/MapSourceLibrary.java @@ -42,10 +42,10 @@ public abstract class MapSourceLibrary _sourceList.add(new OsmMapSource("Cycling Trails", "https://[abc].tile.openstreetmap.org/", "png", "https://tile.waymarkedtrails.org/cycling/", "png", 18)); _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://[abc].tiles.wmflabs.org/hikebike/", - "http://[abc].tiles.wmflabs.org/hillshading/", 18)); + _sourceList.add(new MffMapSource("Mapsforfree", "https://maps-for-free.com/layer/relief/", "jpg", + "https://maps-for-free.com/layer/water/", "gif", 11)); + _sourceList.add(new OsmMapSource("Hikebikemap", "https://tiles.wmflabs.org/hikebike/", + "https://tiles.wmflabs.org/hillshading/", 18)); _sourceList.add(new OsmMapSource("OpenSeaMap", "http://tile.openstreetmap.org/", "http://tiles.openseamap.org/seamark/", 18)); }