gpx-parse icon indicating copy to clipboard operation
gpx-parse copied to clipboard

Poor doc

Open remster opened this issue 6 years ago • 0 comments

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?

If you care, it would do your audience a favour if you pasted one of your test code snippets. It is a tree parser.

remster avatar Jul 19 '18 06:07 remster