summaryrefslogtreecommitdiff
path: root/altoslib/AltosKML.java
Commit message (Collapse)AuthorAge
* altoslib: Handle TeleGPS files for KML exportKeith Packard2014-07-16
| | | | | | | TeleGPS files had state values that couldn't be converted to colors, which resulted in a truncated file that wasn't much use for anything. Signed-off-by: Keith Packard <keithp@keithp.com>
* java: Bump java library versions for next releaseKeith Packard2014-06-16
| | | | | | Prepare for future release by bumping java versions now Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2Keith Packard2014-05-25
| | | | | | API has changed for these libraries, time to bump the file versions Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Move CSV/KML output code to altoslibKeith Packard2014-05-22
It's sharable, so share it Signed-off-by: Keith Packard <keithp@keithp.com>