Remek Zajac
Results
11
issues of
Remek Zajac
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...