Geography : the markers are not removed when we change the database.

svn: r19837
This commit is contained in:
Serge Noiraud 2012-06-13 11:53:21 +00:00
parent f6d6b9c990
commit be81cc1617

View File

@ -418,7 +418,7 @@ class GeoGraphyView(OsmGps, NavigationView):
""" """
Remove all markers on the map Remove all markers on the map
""" """
self.osm.image_remove_all() self.marker_layer.clear_markers()
def _present_in_places_list(self, index, string): def _present_in_places_list(self, index, string):
""" """