Luuka / GPXParser.js

GPX file parser javascript library
http://luuka.github.io/GPXParser.js/
MIT License
117 stars 52 forks source link

Add extension handling #36

Open gazhay opened 3 years ago

gazhay commented 3 years ago

I had a need to extract various extra data that had been added to the gpx track points in an extension tag.

This code allows the user to specify which fields to append to each trackpoint. If a value is not found, appends the value null, otherwise appends the value.