Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.02 KB

j4gpx

A simple GPX reader/writer for Java with non external dependencies and compatible with Android. Based on the work GPXParser by ghitabot (http://sourceforge.net/projects/gpxparser/)

Build Status License Release

Releases

j4gpx-0.3 (2021-07-06)
  • Security fix caused by vulnerable version of junit.
  • GPXParser support writing with indentation
  • Bug fix writing GPX with no waypoints
  • Minor fix

Thanks to @reciprocum

j4gpx-0.2 (2015-05-19)
  • Track segment support. A segment is an list of waypoints. After parsing a segment adds all its waypoints to the track list waypoints and add a new segment to the track segment list.
  • Add minimal test suite (needs to be completed)
j4gpx-0.1 (2014-01-10)
  • Initial release