Coordinates are not parsed correctly on non-en-US cultures
Closed this issue · 2 comments
arknu commented
The parsing of coordinates don't specify the InvariantCulture, which means that on non-en-US cultures, the value "55.10694050000001" gets parsed as "5510694050000001", which obviously messes up the coordinates rather badly.
I suspect the problem is this line:
I'm working on a PR to address this issue.