Patch for new option -assume-reference
Brought to you by:
ringler
This is a patch for a new command line option option "-assume-reference String"
Should be used like:
java -jar gpsdings.jar exifloc -r -assume-reference NE -z output.kmz pics/*
where NE stands for North and East, for example. When no Exif-Information about the reference is found, assume to use the supplied values.
WARNING: Incomplete Code, the option is being parsed, but not being used at the moment. Add some code to actually use it. At the moment, North and East are hard-coded in MediaUtilExifReader, see the commented code there for your next steps.
Diff against Build 351
diff agains build 351
File Added: MediaUtilExifReader.java.diff