X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=src%2Ftim%2Fprune%2Fgui%2Fmap%2FMapSourceLibrary.java;h=08ab4bcf6e42dc7baf430edf27a45ac3574bfbd8;hp=331d8fe94007b27045cc53b15920cd3270be8df3;hb=HEAD;hpb=2302358503c38817e19f6e529f6c9e530aac0e86 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)); }