-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXIF data not complete, e.g. missing geographical data #155
Comments
Yes, I believe this is the only thing that needs to be done. You could try locally. As far as I remember correctly the geographical information was left out deliberately due to privacy concerns, i.e. it would be good to have a configuration parameter allowing to switch off "sensitive" data. One could argue that the data is already in the wiki but making them much easier to retrieve ... However this is probably a whole new issue. Anyhow, this will indeed be a nice enhancement. |
I agree that it would be nice to make this configurable. However, I think this is another feature. This here is to take care that at least those displayed by default in MW are being made available: Another nice addition would be to store the GPS data as geographical coordinates. Currenly you would have to use templates and queries in order to compile the text coordinates into one coordinate property. |
For future reference: in order to create a property of type geographic coordinates, probably this has to be done with some kind of function "createCoordinateItemFromExif" similar to
|
Shouldn't someone concerned about his privacy simply edit or remove EXIF data from the photo he is uploading? |
Yes this is why I implemented it in the above mentioned PR. |
Setup and configuration
Issue
It seems that not all EXIF data that is shown in MediaWiki are made available.
E. g. this file https://www.geschichtewiki.wien.gv.at/Datei:Franz_Josefs_Kai_37_-_2021.jpg
shows geographical coordinates
But these are not shown in the subobject:
https://www.geschichtewiki.wien.gv.at/Spezial:Durchsuchen/:Datei:Franz-20Josefs-20Kai-2037-20-2D-202021.jpg-23-5FEXIFDATA
Ist this just missing here https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/blob/master/data/definitions.json
or ist this some other problem?
The text was updated successfully, but these errors were encountered: