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
Hi Jan,
The exiftool application does not have the ability to do this. Perhaps something like geosetter can do what you want?
- Phil