Is it possible to filter only images from your Org?

I’m building a visualizer inside my app with mapillary-js using images uploaded to Mapillary by my own organization. The issue we’re having is that we want to show only images uploaded by us.

By default at least, when using the Coverage API mapillary returns a vector with every sequence in the bbox and only one image id per point in the sequence.

The solution we came up with is filtering sequences by organization ID. However, we’re not sure whether the coverage API is guaranteed to always return every sequence in the bbox, or if it’s something more like Google Maps, where it selects the “best” image for a given point; If the latter, we could end up filtering out these images and losing one data point.

1 Like