fabulator/gpx-builder

Values such as elevation are omitted if value is 0

Closed this issue · 1 comments

There are various places throughout the code where any falsey value will fall back to null and not be included in data. For 0 elevation, speed, etc. This can result in incorrect average speed calculations using gpx data.

Fixed in version 5.0.0, thanks to you.