janbar / osmin

GPS Navigator On-Road/Off-Road for Android and Linux devices
GNU General Public License v3.0
82 stars 16 forks source link

[FEATURE] Display multiple gpx files #48

Open lentemoore opened 11 months ago

lentemoore commented 11 months ago

It would be really great if osmin wouldn't remove all but the last selected gpx file from the map view. Sometimes I follow one track until it intersects with the next, or need another track as a reference.

janbar commented 11 months ago

As track colors are limited (GPẌ standard from Garmin), only the current recorded track (dark green color) and tracks from the selected GPX file are displayed. Your GPX can contain few tracks. So you can merge them in one GPX file, using QMapShake or the Garmin app. Capture d’écran du 2023-08-10 11-36-06 Capture d’écran du 2023-08-10 11-37-53

janbar commented 11 months ago

I tried before to load more than one GPX, but it was a mess when tracks with the same color cross themselves. We can re-enable the feature and add a new menu item to disable activated tracks when we want to cleanup: todo ...