Hello, I am trying to integrate mapillary with leaflet in order to see the imagery layer in an Angular project.
I have already tried to integrate with Leaflet.VectorGrid using the vector tiles API, the problem are two:
the layer inside leaflet it’s created, but as you can see in the attachment, the points/lines are too big and the performance it’s terrible, even in a high performance workstation,
I want to filter the imagery layer with my user images, but I don’t know how to filter using the API
I added some date filtering and layer styling similar to what we have on mapillary.com. Unfortunately, our tiles (Mapillary) don’t have user information in them right now but we’ll provide an update when we expand the data we have available.
I saw that post, but if I don’t misunderstand, that is only for downloading features like traffic signals, holes, street light and so on, but I don’t see an option to export the imagery/sequence layer like vector tiles.
@nikola thanks for the JSBin Demo. Is there a way to solve the performance issue that this demo shows? I cannot even zoom properly on my Mac, M1, Chrome.
I’m not sure how to improve performance in Leaflet, I assume the filtering is causing issues during rendering. We use Mapbox gl on mapillary.com and similar layer styling filtering seems to have no performance issues.
Maybe the example I shared isn’t the optimal way to do it with Leaflet, it’s been a while since I worked with it.