<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18852"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px"
id=MailContainerBody leftMargin=0 topMargin=0 bgColor=#ffffff text=#000000
CanvasTabStop="true" name="Compose message area">
<DIV><FONT face=Arial></FONT> </DIV>
<DIV>>i'll see what i can do. i have yet to have much success with the
geotagging tools to merge coordinate<BR>data with the raw images from my
DSLR.<BR></DIV>
<DIV><FONT face=Arial> JOSM with the AgPifoJ plugin makes this
simple. But for other purposes, I use the following batch file
to GeoLocate the image files with the ever useful ExifTool:</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial> (note: use this with a copy of the files; it
overwrites the original)</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>@echo off<BR>if "%1"=="" goto Help<BR>if "%2"=="" goto
Help<BR>Exiftool.pl -overwrite_original -AllDates%1=%2 .<BR>Exiftool.pl
-overwrite_original -geotag %3 .<BR>Goto EEND</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial>:Help<BR>Echo Usage: GeoTag {+/-} {adjustment} {GPX
File}<BR>Echo where adjustment is minus / plus HH:MM:SS</FONT></DIV>
<DIV><FONT face=Arial>Echo example: GeoTag + 00:00:23
20091207.gpx</FONT></DIV>
<DIV><FONT face=Arial>:EEND</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV></BODY></HTML>