Fixed “Pin to live map” action not working for the track row when used in the trip’s tracks screen.
Performance improvements and trade-offs for handling very big routes/areas:
In the previous version, the app was not showing length annotations and area body for areas with too many points. From this version length annotations are ommited, but area body is still shown as it is not affecting the map performance that much.
KML/KMZ import now tries to be smarter and avoid importing routes that have too many points to be shown on the map. These routes are only imported as tracks. Reasonably sized routes are imported both as a route and a track for your convinience.
The app will avoid showing length annotations for routes with too many points.