[libchamplain] fix osm cycle map source
- From: JiÅÃ Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] fix osm cycle map source
- Date: Sun, 8 Jul 2012 16:25:37 +0000 (UTC)
commit d02f714eefc2fdd4015055ba6ec788b52174f114
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]