[libchamplain] Remove OpenAerialMap until it is reborn
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libchamplain] Remove OpenAerialMap until it is reborn
- Date: Fri, 11 Sep 2009 21:46:59 +0000 (UTC)
commit c897259245497520c860f19139c7ae1972c2fd97
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date: Fri Sep 11 16:31:08 2009 -0400
Remove OpenAerialMap until it is reborn
champlain/champlain-map-source-factory.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/champlain/champlain-map-source-factory.c b/champlain/champlain-map-source-factory.c
index 1e6b3c0..1742f24 100644
--- a/champlain/champlain-map-source-factory.c
+++ b/champlain/champlain-map-source-factory.c
@@ -215,6 +215,8 @@ ChamplainMapSourceDesc OSM_TRANSPORTMAP_DESC =
NULL
};
+#if 0
+/* Disabling until OpenArealMap works again */
static
ChamplainMapSourceDesc OAM_DESC =
{
@@ -229,6 +231,7 @@ ChamplainMapSourceDesc OAM_DESC =
"http://tile.openaerialmap.org/tiles/1.0.0/openaerialmap-900913/#Z#/#X#/#Y#.jpg",
NULL
};
+#endif
static
ChamplainMapSourceDesc MFF_RELIEF_DESC =
@@ -262,8 +265,10 @@ champlain_map_source_factory_init (ChamplainMapSourceFactory *factory)
OSM_TRANSPORTMAP_DESC.constructor, OSM_TRANSPORTMAP_DESC.data);
champlain_map_source_factory_register (factory, &OSM_OSMARENDER_DESC,
OSM_OSMARENDER_DESC.constructor, OSM_OSMARENDER_DESC.data);
+#if 0
champlain_map_source_factory_register (factory, &OAM_DESC,
OAM_DESC.constructor, OAM_DESC.data);
+#endif
champlain_map_source_factory_register (factory, &MFF_RELIEF_DESC,
MFF_RELIEF_DESC.constructor, MFF_RELIEF_DESC.data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]