ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: janmartin on December 02, 2010, 04:31:20 PM

Title: How to geotag with custom tags in .gpx file?
Post by: janmartin on December 02, 2010, 04:31:20 PM
Hi Phil,

I have a .gpx file with custom tags:

<trkpt lat="-32.700968767" lon="141.085271667">
  <time>2010-10-09T07:12:34.000Z</time>
  <ele>1293.4</ele>
  <custom_tag_1>123</custom_tag_1>
  <custom_tag_2>456</custom_tag_2>
  <custom_tag_3>789</custom_tag_3>
</trkpt>

How can I geotag  folder of images with not just the GPS data, but also the custom data?

Thanks,
Jan
Title: Re: How to geotag with custom tags in .gpx file?
Post by: Phil Harvey on December 02, 2010, 06:25:44 PM
Hi Jan,

The exiftool application does not have the ability to do this.  Perhaps something like geosetter can do what you want?

- Phil