[libchamplain/libchamplain-0-12] fix osm cycle map source



commit 8cd9347ad42abe7812983ab75d3706f1234636eb
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Sun Jul 8 10:27:59 2012 +0200

    fix osm cycle map source

 champlain/champlain-map-source-factory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/champlain/champlain-map-source-factory.c b/champlain/champlain-map-source-factory.c
index 59a4f6a..b3aeb8f 100644
--- a/champlain/champlain-map-source-factory.c
+++ b/champlain/champlain-map-source-factory.c
@@ -170,7 +170,7 @@ champlain_map_source_factory_init (ChamplainMapSourceFactory *factory)
         17,
         256,
         CHAMPLAIN_MAP_PROJECTION_MERCATOR,
-        "http://tah.openstreetmap.org/Tiles/tile/#Z#/#X#/#Y#.png";,
+        "http://a.tah.openstreetmap.org/Tiles/tile/#Z#/#X#/#Y#.png";,
         champlain_map_source_new_generic,
         NULL);
   champlain_map_source_factory_register (factory, desc);
@@ -198,7 +198,7 @@ champlain_map_source_factory_init (ChamplainMapSourceFactory *factory)
         18,
         256,
         CHAMPLAIN_MAP_PROJECTION_MERCATOR,
-        "http://andy.sandbox.cloudmade.com/tiles/cycle/#Z#/#X#/#Y#.png";,
+        "http://tile.opencyclemap.org/cycle/#Z#/#X#/#Y#.png";,
         champlain_map_source_new_generic,
         NULL);
   champlain_map_source_factory_register (factory, desc);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]