erik / derive

Generate personal heatmap from GPX/TCX/FIT/IGC data
https://erik.github.io/derive
MIT License
484 stars 62 forks source link

Support FIT files with developer fields #39

Closed laufhannes closed 4 years ago

laufhannes commented 4 years ago

Here's an example fit file that fails to display properly: 56683738298.zip
image

While that's the real track:
image

I guess this is due to https://github.com/pierremtb/easy-fit/issues/24. Maybe it's easy to switch to https://github.com/jimmykane/fit-parser for parsing fit files?

erik commented 4 years ago

Thanks for the heads up!

Looking at the changelog for that fork, doesn't seem like there are any breaking API changes, so hopefully this is a quick drop-in replacement. I'll give this a shot and see if it fixes the issue for your example file.

erik commented 4 years ago

Looks like that fixed it. Thanks again for reporting!