From c897259245497520c860f19139c7ae1972c2fd97 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Fri, 11 Sep 2009 16:31:08 -0400 Subject: [PATCH] Remove OpenAerialMap until it is reborn --- champlain/champlain-map-source-factory.c | 5 +++++ 1 file changed, 5 insertions(+) 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); } -- 2.39.5