Supported File Formats
Format | Versions | Read | Write | Waypoints | Tracks | Routes |
---|---|---|---|---|---|---|
GPS Exchange Format (GPX) | 1.0, 1.1 | ✔︎ | ✔︎ | ✔︎ | ✘ | ✘ |
Keyhole Markup Language (KML) | 2.2 | ✔︎ | ✔︎ | ✔︎ | ✘ | ✘ |
On the TODO list:
- TomTom POI (
.asc
&.ov2
). - Garmin MapSource.
- CSV.
GPS Exchange Format
- Parser:
software.purpledragon.poi4s.gpx.GpxParser
- Artifact:
poi4s-gpx
- Dependencies:
scala-xml
- Format Documentation:
Keyhole Markup Language
- Parser:
software.purpledragon.poi4s.kml.KmlParser
- Artifact:
poi4s-kml
- Dependencies:
scala-xml
- Format Documentation: