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
Your demo at https://luuka.github.io/GPXParser.js/ is broken. When I click "Load a demo GPX file", my JS console (Firefox on MacOs) shows:
gpxParser.SAMPLING_MODE is undefined
Clicking "Start the demo" results in
TypeError: FileReader.readAsText: Argument 1 is not an object.
Quickly tested on Chrome as well, same issue there. Loading any .gpx file I have myself doesn't work either.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your demo at https://luuka.github.io/GPXParser.js/ is broken.
When I click "Load a demo GPX file", my JS console (Firefox on MacOs) shows:
Clicking "Start the demo" results in
Quickly tested on Chrome as well, same issue there.
Loading any .gpx file I have myself doesn't work either.
The text was updated successfully, but these errors were encountered: