From be81cc16173067995205f9d1bf5332535fd0797a Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Wed, 13 Jun 2012 11:53:21 +0000 Subject: [PATCH] Geography : the markers are not removed when we change the database. svn: r19837 --- src/plugins/lib/maps/geography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/maps/geography.py b/src/plugins/lib/maps/geography.py index df18a412f..9b949c66b 100644 --- a/src/plugins/lib/maps/geography.py +++ b/src/plugins/lib/maps/geography.py @@ -418,7 +418,7 @@ class GeoGraphyView(OsmGps, NavigationView): """ Remove all markers on the map """ - self.osm.image_remove_all() + self.marker_layer.clear_markers() def _present_in_places_list(self, index, string): """