jenetics / jpx

JPX - Java GPX library
Apache License 2.0
206 stars 31 forks source link

Handle parsing for localised value formats #163

Closed raynigon closed 2 years ago

raynigon commented 2 years ago

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?

raynigon commented 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.

jenetics commented 2 years ago

And thank you for the fix :+1: