We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think that if (l < 2) return; // Invalid line in GeoJSON is a bad idea, because a gpx with the
if (l < 2) return; // Invalid line in GeoJSON
<trkseg> <trkpt lat="55.373858" lon="37.538318"> <ele>215.257000</ele> <time>2018-05-29T20:38:59.000Z</time> <fix>3d</fix> <hdop>2.1</hdop> <vdop>2.4</vdop> <pdop>3.2</pdop> </trkpt> </trkseg>
are usually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think that
if (l < 2) return; // Invalid line in GeoJSON
is a bad idea, because a gpx with theare usually.
The text was updated successfully, but these errors were encountered: