lyrk / Commons

Resurrecting the Commons App for iOS
Apache License 2.0
14 stars 2 forks source link

add location for images taken in the app #23

Closed ubahnverleih closed 9 years ago

ubahnverleih commented 9 years ago

existing images from camera coll contains GPS location, but images taken in the app doesnt

ubahnverleih commented 9 years ago

added in c8e45ef65002e8f46429a4fd94b5e311cbc3a144 now the App asks for location permissions before shooting a photo. it takes the location in the moment tapping on "Use Photo"

Ainali commented 9 years ago

Why not taking the location when actually shooting the photo?

ubahnverleih commented 9 years ago

I've found no easy way to detect when the photo is taken. A way would be to collect the locations with timestamp and sync it later with the exif data of the image I opend a new issue for it: https://github.com/lyrk/Commons/issues/28