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): """