https://bugzilla.wikimedia.org/show_bug.cgi?id=39745
Maarten Dammers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|High |Low Status|RESOLVED |REOPENED Resolution|WONTFIX | Summary|Location where the photo |Location where the photo |was taken should be added |was taken should be added |to the upload |to the upload if the | |location is made available Severity|normal |enhancement --- Comment #4 from Maarten Dammers <[email protected]> 2012-08-30 11:41:52 UTC --- Jon, if the lat/lon is added to the exif data this is picked up by a bot (https://commons.wikimedia.org/wiki/User:DschwenBot) after upload. If the exif data doesn't contain lat/lon another bot (erfgoedbot) will add an {{object location}} template. This is all afterwards, error prone and shouldn't be too hard to just implement this in the app. It would be much nicer to do it on upload right away. Logic would be like this: * Phone adds exif lat/lon : Add {{Location dec|<lat>|<lon>|source:exif_heading:<heading>}} (leave ? for heading if it's not available) * Phone doesn't add lat/lon : Add {{Object location dec|<lat>|<lon>}} -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
