Open
Description
GPX
References
Somewhat related javascript Implementations
https://github.com/mpetazzoni/leaflet-gpx
http://openlayers.org/en/master/examples/gpx.html
http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers/Format/GPX-js.html
https://code.google.com/p/gpxviewer/
https://www.npmjs.com/package/gpx-parse
Roadmap
- GpxDataSource
- load/parse .gpx
- load Metadata from gpx document
- Waypoint
- Track
- trk
- trkseg (Track Segment)
- trkpt (Track Point)
- Route
- Other ComplexTypes
- copyrightType
- linkType
- emailType
- personType
- bounds (Two lat/lon pairs defining the extent of an element.)
- Achieve good test coverage
- Write/improve documentation
- Write Tutorial/Blog post about usage in Cesium