]> git.street.me.uk Git - andy/viking.git/commit - src/gpx.c
Enable option to not write invisible tracks or waypoints in GPX file and don't write...
authorRob Norris <rw_norris@hotmail.com>
Sun, 30 Sep 2012 18:04:24 +0000 (19:04 +0100)
committerRob Norris <rw_norris@hotmail.com>
Fri, 19 Oct 2012 21:39:47 +0000 (22:39 +0100)
commit208d20848b0f139e7e93a83ebc48da6c641caadb
tree34505efb34ac29219c271a2817c056da3d63ba81
parent778f41c5f8072cef5f865534cb75bd346f5c68f5
Enable option to not write invisible tracks or waypoints in GPX file and don't write them on GPSBabel convert to method.

This is primarily for only transferring enabled items when uploading to a GPS device.
Solidify a_gpx_write_X functions to always specify writing options, although the options can be set to NULL for default behaviour.

Set OSM uploads to not use invisible tracks since the user won't be expecting those to be transferred and probably shouldn't be transferring 'unusual' GPX files with the non-standard "hidden" text anyway
src/acquire.c
src/babel.c
src/file.c
src/file.h
src/gpx.c
src/gpx.h
src/osm-traces.c
src/viktrwlayer.c
test/gpx2gpx.c