We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Looking for a gpx parser, i came across yours. Just a note from the first impression:
gpxParse.parseGpxFromFile("/path/to/gpxFile", function(error, data) { //do stuff });
Writing //do stuff hardly gives any hint as to what this does. Is it a pull parser? is it a tree parser? Is it an event driven parser?
//do stuff
If you care, it would do your audience a favour if you pasted one of your test code snippets. It is a tree parser.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking for a gpx parser, i came across yours. Just a note from the first impression:
Writing
//do stuff
hardly gives any hint as to what this does. Is it a pull parser? is it a tree parser? Is it an event driven parser?If you care, it would do your audience a favour if you pasted one of your test code snippets. It is a tree parser.
The text was updated successfully, but these errors were encountered: