This is extremely limiting in some scenarios, where I would like to filter for, or filter out images by some user (myself or somebody else). In other cases, knowing the contributor allows to know what to expect quality/coverage wise.
Heya Mapillary team, any thoughts here?
Getting it back would be very helpful for the OSM plugin authors, otherwise they have to rework things constantly
Copyright information too! I was very surprised to find the IPTC information in the JPEGs almost empty only containing some unreadable binary “Special instructions”.
Isn’t the copyright information required to fulfill the Mapillary Terms of Use especially 3b CC BY-SA and CC BY-NC-SA?
Any word on when or if this will be re-implemented? I want to get the mapillary to wikimedia commons uploader fixed, and part of what makes that a challenge is images require attribution to the original author. Considering that the images are all still Creative Commons Attribution/Share Alike, it does not make much sense that the current API does not offer a way to return both the author username and an explicit reference to this license.
Count me as another person in need of this feature.
Currenly I’m using a hacky solution doing a reverse engineered GraphQL request to get the creator username for an image.
where $start_id is the image id. Also don’t forget to send an Authorization HTTP header; a possibility is to look into Web Inspector while using the Mapillary Web UI and use the same header as there.
Response is a somewhat complex JSON, the path to the username is something like
An update on this question - this has just been added to the Mapillary API to make this workflow possible.
You can now filter by user in the Mapillary API as well as by camera. Please take a look at the updated API documentation (note the “creator_username” “make” and “model” fields).
Heya, with the changes in Mapillary API and mobile apps not supporting my workflows, I stepped a bit away from the forums - very happy to see that API has received some love
JOSM developers are mentioning that some things potentially could still require further improvements, but will wait for confirmation from them.