As an example, in the config file in this post (https://exiftool.org/forum/index.php?topic=15228.msg81856#msg81856), I copy/pasted the %latConv and %longConv from the XMP.pm file.
What would be the proper way include %latConv and %longConv?
Sorry for the delay in resonding.
You could include the XMP module:
include Image::ExifTool::XMP;
Then use %Image::ExifTool::XMP::latConv instead of the local %latConv.
- Phil
Dang, I had previously (https://exiftool.org/forum/index.php?topic=14831.msg80332#msg80332) asked this exact same question. I need to update my notes.