This should puts me somewhere in Shanghai, China. But Avenue shows the middle of Atlantic Ocean instead. Took me a while to realize this looks like (0, 0) the other issue was talking about.
If I had to guess, it's because the Xcode example uses Waypoints (<wpt>) and you're reading Track Segments/Points (<trkseg>/<trkpt>).
I don't mind if there's an output that Avenue doesn't read. There's thousands of GPS handheld devices out there, and there's got to be some weird or legit format that's not supported. But you really SHOULD NOT fail silently or even show fallback results without explicit warning. Say something went wrong, please.
I think this is a duplicate of https://github.com/vincentneo/Avenue-GPX-Viewer/issues/9, but since I don't know how to re-open an issue...
I have an Xcode-compatible GPX modified from template:
This should puts me somewhere in Shanghai, China. But Avenue shows the middle of Atlantic Ocean instead. Took me a while to realize this looks like (0, 0) the other issue was talking about.
If I had to guess, it's because the Xcode example uses Waypoints (
<wpt>
) and you're reading Track Segments/Points (<trkseg>
/<trkpt>
).I don't mind if there's an output that Avenue doesn't read. There's thousands of GPS handheld devices out there, and there's got to be some weird or legit format that's not supported. But you really SHOULD NOT fail silently or even show fallback results without explicit warning. Say something went wrong, please.