Closed raynigon closed 2 years ago
@jenetics I think this is only a Quick Fix. But i do not know, how you would like this to be implemented correctly. Please let me know if and how this should be adapted.
Until then, i added JitPack support which will be removed for the PR with the correct solution.
And thank you for the fix :+1:
Description
When serializing a GPX file, the decimal values are formatted with english locale. This leads to problems when deserializing the data. The length cannot be parsed if the value exceeds 1000.0
Fixes #162
Type of change
Please delete options that are not relevant.
How Has This Been Tested?