A few issues with the Mapillary widget -
- Only the lines are showing up, not sure if the symbol settings are correct in the style.json for
"source-layer" : "mapillary-images"
- Tiles are not drawn past maxzoom
- The maxzoom for the tile source should be
maxzoom: 14
- To force the lines to still draw at higher zoom levels (15,16,etc.), add
maxScale: 14 to the defaultLayerOptions in Mapillary.js
If I can figure out the first issue I will create a pull request.
A few issues with the Mapillary widget -
"source-layer" : "mapillary-images"maxzoom: 14maxScale: 14to thedefaultLayerOptionsin Mapillary.jsIf I can figure out the first issue I will create a pull request.