Hi there,
the mapillary website (examining the network traffic here) uses also just up to level 14. we don’t generate more tiles than that, since all the data is already contained at level 14. From there you can interpolate.
@CesareGerbino Unfortunately that will not be possible with Leaflet. As @peter mentioned, we don’t generate above level 14 and the data is already contained there. The problem with Leaflet is that it cannot render the data from lower levels that it’s currently displaying. My suggestion would be to use mapbox-gl-js, which is the library we’re using at mapillary.com. Here’s an example: http://bl.ocks.org/knikel/4ec4de69a0fc29318675
This is a bad news for me … I’ve built a little web mapping application based on Leaflet (not only with web mapping but also with other functionalities like routing and so on … ), and this means that I’ve to rebuild it.
Do you have some little sample like that you’ve gave me (or an update of it to use this new reference …), to use the new vector tile link? I’m not so sure that the link https://t2.mapillary.com/tiles/{z}/{x}/{y}.mapbox will be update (it seems not …)
I feel that the vector tiles are a bit out of date, can you confirm this? When I use my MapRadar https://geoclub.de/mapillary/mapradar.html I see pretending a lot of roads not taken yet but I am quite sure I have been there.