FancyPlaces icon indicating copy to clipboard operation
FancyPlaces copied to clipboard

GPX Im- and Export

Open gabm opened this issue 10 years ago • 3 comments
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
  • ...

gabm avatar Jun 23 '15 22:06 gabm

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

k3b avatar Jul 06 '15 15:07 k3b

thanks, ill have a look next week..

gabm avatar Jul 06 '15 18:07 gabm

this will be tackled in the upcoming v1.3 release

gabm avatar Nov 19 '15 15:11 gabm