]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/gui/map/MapSourceLibrary.java
Version 16.3, July 2014
[GpsPrune.git] / tim / prune / gui / map / MapSourceLibrary.java
index 5c20eacf9ba9fdc8a2da4bc4b76cf77e8f46b263..b82fd4e7a23e197a80120eb6d2b2e0c7a854f409 100644 (file)
@@ -47,7 +47,6 @@ public abstract class MapSourceLibrary
                        "http://toolserver.org/~cmarqu/hill/", 18));
                _sourceList.add(new OsmMapSource("Openseamap", "http://tile.openstreetmap.org/",
                        "http://tiles.openseamap.org/seamark/", 18));
-               _sourceList.add(new CloudmadeMapSource("Pale Dawn", "998", 18));
        }
 
        /**
@@ -64,7 +63,6 @@ public abstract class MapSourceLibrary
                        {
                                String sourceString = configString.substring(0, splitPos);
                                MapSource source = OsmMapSource.fromConfig(sourceString);
-                               if (source == null) {source = CloudmadeMapSource.fromConfig(sourceString);}
                                if (source != null) {
                                        _sourceList.add(source);
                                }