From 9663d460d78eede61146856f50cc3e721d28d170 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Mon, 10 Feb 2014 23:42:11 +0000 Subject: [PATCH] Remove built in OpenStreetBugs datasource as this service is being phased out. --- doc/examples/datasources.xml | 1 - src/osm.c | 4 ---- 2 files changed, 5 deletions(-) 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", -- 2.39.5