Skip to content

mapView: destroy old location on location update

Valentin Blot requested to merge (removed):master into master

In the current implementation maps become very slow after some hundreds of location updates. This is a problem, tipically when using a gps that updates the location every second. destroying the old location fixes the issue.

Merge request reports