﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10853	[patch] Save GPS image direction, use NewGpsData flag	holgermappt	bastiK	"Two enhancement requests:

1) Please save the GPS image direction in addition to the other GPS data.  This is the variable exifImgDir of org.openstreetmap.josm.gui.layer.geoimage.ImageEntry.  Query with getExifImgDir().  The EXIF field is GPSImgDirection.  Requires the second EXIF field GPSImgDirectionRef with value T.

2) Please use the ImageEntry flag isNewGpsData (query with hasNewGpsData()) to decide which photo needs to be saved.  That flag was added about a year ago, rev. 6392.  The idea is to have a generic ""modified GPS data"" indication.  Until now the GPS time must be present, which is a problem if that time is unknown.  The current workaround is to make up a GPS time.  You could check with `(e.hasNewGpsData() || e.hasGpsTime())`.

I can help and write some code, if you wish.

Thanks,
Holger"	enhancement	closed	normal		Plugin photo_geotagging		fixed		
