]> err.no Git - libchamplain/commitdiff
Remove OpenAerialMap until it is reborn
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 11 Sep 2009 20:31:08 +0000 (16:31 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Fri, 11 Sep 2009 20:31:08 +0000 (16:31 -0400)
champlain/champlain-map-source-factory.c

index 1e6b3c095fd1f432aa050e384fdfd135f959f30c..1742f240db81a42559b89d8310418ff310b019be 100644 (file)
@@ -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);
 }