It uses the EXIF data, so it would use the location data in the EXIF.
> So this would not work with photos taken with a DSLR without a GPS module/attachment.
Depends. You can also retroactively edit the EXIF data to reflect a location. It should work on those kinds of pictures, even though the original camera didn't have a GPS.
Correct, I should've been been more clear in my post; I meant location data in EXIF data that has been recorded by the/a GPS module.
I think this is so. Reading the developer's post it seems he had the idea to use pictures taken with his iPhone, which would include GPS data in the EXIF.
I don't have much experience with DSLRs and didn't even know there were GPS modules for them, but that makes sense and is awesome!
But yep it just pulls the lat and lon from the EXIF data, so it should work fine. The standard for EXIF is degrees, minutes, seconds and then a separate "Ref" value for N or S.
I have to do a little math on those values to turn everything into a decimal format, but based on this standard I would assume everything saving location in EXIF data would use this same format so it should all be compatible:
My initial thought was pulling some of my favorite shots from Flickr and using this to find the location of where the shot was taken. Great for finding those hidden photoshoot locations!
Unfortunately most DSLRs do not have the GPS built it. It's usually an add-on attachment.
> So this would not work with photos taken with a DSLR without a GPS module/attachment.
Depends. You can also retroactively edit the EXIF data to reflect a location. It should work on those kinds of pictures, even though the original camera didn't have a GPS.