From: Rob Norris Date: Mon, 10 Feb 2014 23:42:11 +0000 (+0000) Subject: Remove built in OpenStreetBugs datasource as this service is being phased out. X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/9663d460d78eede61146856f50cc3e721d28d170?hp=415b0e21cfbd2d8a1e22ac02d7e6ccd2f9743f7c Remove built in OpenStreetBugs datasource as this service is being phased out. --- diff --git a/doc/examples/datasources.xml b/doc/examples/datasources.xml index 061c8c90..c886fb50 100644 --- a/doc/examples/datasources.xml +++ b/doc/examples/datasources.xml @@ -1,5 +1,4 @@ - OpenStreetBugs LRBT diff --git a/src/osm.c b/src/osm.c index 7597b5d7..07bf3899 100644 --- a/src/osm.c +++ b/src/osm.c @@ -159,10 +159,6 @@ void osm_init () { vik_ext_tool_datasources_register ( VIK_EXT_TOOL ( vwtds ) ); g_object_unref ( vwtds ); - vwtds = vik_webtool_datasource_new_with_members ( _("OpenStreetBugs"), "http://openstreetbugs.schokokeks.org/api/0.1/getGPX?l=%s&r=%s&b=%s&t=%s&open=only_open_bugs", "LRBT", NULL ); - vik_ext_tool_datasources_register ( VIK_EXT_TOOL ( vwtds ) ); - g_object_unref ( vwtds ); - // Goto VikGotoXmlTool *nominatim = VIK_GOTO_XML_TOOL ( g_object_new ( VIK_GOTO_XML_TOOL_TYPE, "label", "OSM Nominatim", "url-format", "http://nominatim.openstreetmap.org/search?q=%s&format=xml",