FancyPlaces
FancyPlaces copied to clipboard
GPX Im- and Export
trafficstars
Continuing the work of Issue #7, there should be a proper zipped GPX Im- and Export as the major exchange file format for FancyPlaces
- examine/use k3b's GPX reader
- rebuild GPX writer with lessons learned from Issue #7
- use org.sax.* to build xml
- proper escaping
- ...
Just for your info: if you want to store gpx in a zip file together with image-file
the spec for kmz files (kml-zipped for google maps xml-kml format) might be usefull for you: it has a detailed description how to handle xml plus additional files with relative paths in zip-files
See https://developers.google.com/kml/documentation/kmzarchives?csw=1 for details
thanks, ill have a look next week..
this will be tackled in the upcoming v1.3 release