Skip to content
/ j4gpx Public

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/)

License

Notifications You must be signed in to change notification settings

urizev/j4gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages