#20279 closed defect (fixed)
Mapillary: image date sometimes disappears
Reported by: | richlv | Owned by: | taylor.smock |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | tested |
Keywords: | Cc: |
Description (last modified by )
Attachments (2)
Change History (9)
by , 4 years ago
Attachment: | mapillary-with-timestamp.png added |
---|
by , 4 years ago
Attachment: | mapillary-without-timestamp.png added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
comment:3 by , 4 years ago
For me this happens with images in JOSM downloaded data area.
BTW, this is an old problem, have seen it for a long time.
comment:4 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This should be fixed in 0ee694d47efacf79ff088efdc11771e0ee22b377. This isn't merged into master yet (there are some other fixes I want to add to the branch), but this should be fixed in the next Mapillary release.
comment:5 by , 4 years ago
Oh neat. thank you for the quick fix :)
What caused this - as in, what situations result in the timestamp missing?
comment:6 by , 4 years ago
The primary situation was what I described, where the image missing the timestamp was outside of the download area (so, OSM area or viewport, depending upon settings).
The only way for other images to be missing the data would be if there was a failure somewhere communicating with the Mapillary servers.
In either case, I now detect that an image doesn't have expected information (e.g., captured at), and retrieve the information as needed. This isn't the most efficient method, but it does work.
comment:7 by , 4 years ago
Got it, thank you. I guess multiple OSM data downloads and clocking on various Mapillary images could result in that.
Eagerly looking forward to the new plugin version :)
I noticed this yesterday when I was doing some testing for yesterday's release.
In my testing, the difference is that the image without a timestamp is outside the JOSM OSM download area, and the image with the timestamp is inside the JOSM OSM download area. Was that the case for you?