flopp / GpxTrackPoster

Create a visually appealing poster from your GPX tracks
MIT License
411 stars 50 forks source link

Does not process gpx whose route is less than 1km #104

Closed snooppr closed 1 year ago

snooppr commented 1 year ago

I generated different workouts. All workouts with a distance of less than one kilometer are skipped No tracks found. Many workouts can be less than 1km, such as walking or swimming.

Please add support for tracks with a distance of less than 1km.

lowtower commented 1 year ago

Hello @snoopr, there is an argument --min-distance that suits to Your question. I guess, it defaults to 1km. Try setting it to 0 Cheers

snooppr commented 1 year ago

@lowtower Thank you! this worked for me.