#------------------------------------------------------------------------------ # File: kml.fmt # # Description: Example ExifTool print format file for generating a # Google Earth KML file from a collection of geotagged images # # Usage: exiftool -p kml.fmt FILE [...] > out.kml # # Revisions: 2010/02/05 - P. Harvey created # # Notes: 1) All input files must contain GPSLatitude and GPSLongitude. # 2) The -fileOrder option may be used to control the order of the # generated placemarks. #------------------------------------------------------------------------------ #[HEAD] #[HEAD] #[HEAD] #[HEAD] My Photos #[HEAD] 1 #[HEAD] #[HEAD] #[HEAD] #[HEAD] Waypoints #[HEAD] 0 #[BODY] #[BODY]
#[BODY] #[BODY]
]]>
#[BODY] #[BODY] $filename #[BODY] #Photo #[BODY] #[BODY] clampedToGround #[BODY] $gpslongitude#,$gpslatitude#,0 #[BODY] #[BODY]
#[TAIL]
#[TAIL]
#[TAIL]