Dear Habi,
Thanks again for your suggestion.
Reading the documentation, it looks like the JOSM plugin allows an image overlay to try to find image needles out of a haystack .... Unless I am missing something, I don't think it fits our usage case.
After uploading the mapillary images, I query for images via the mapillary api for our project userid and match to overpass output and form a json collection with objects (as shown below) which are subsequently used to make url links (as below).
{
"type": "Feature",
"properties": {
"mapillary": "ofr9UjZn4ammjewdPnGIGA",
"coordinates": [
6.0741278,
46.2972417
]
},
"distance": 3.4971297779106982,
"osm_id": 3413495243,
"osm_coordinates": [
6.0741059,
46.297219
],
"ignore": true
}
The "ignore": true signifies that the osm object already has an image and the photo does not need to be attached.
Best regards,
Stuart