#23246 closed defect (fixed)
Add filter per user
Reported by: | StephaneP | Owned by: | taylor.smock |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | |
Keywords: | Cc: |
Description
Hi!
The Mapillary API just got an update, and now we can get some new informations:
- creator
- camera make
- camera model
https://www.mapillary.com/developer/api-documentation
I think adding at least the creator in the filter would be a wonderful enhancement
Attachments (0)
Change History (5)
comment:1 by , 18 months ago
comment:2 by , 18 months ago
I've added the user back to the image window and image info window. That still requires a release, but that is about as good as I'm going to get until the vector tiles are updated.
comment:3 by , 14 months ago
Sounds really great, thank you.
Is this information now available in the vector tiles?
comment:4 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in https://github.com/JOSM/Mapillary/pull/230 .
comment:5 by , 13 months ago
Yay, thanks - I guess the answer is "yes", judging by this comment in the commit :)
"(since Mapillary added the data back to the … vector tiles)"
I'll add them to my enum for fields. I don't think I can filter on them yet though -- we use the vector tile api to get the locations and sequences for an area, and then get more detailed information when the user clicks on one of them.
I can at least show them in the image information area and the image window.