cmv-widgets
cmv-widgets copied to clipboard
Mapillary Widget Issues
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: 14to thedefaultLayerOptionsin Mapillary.js
- The maxzoom for the tile source should be
If I can figure out the first issue I will create a pull request.
I cannot seem to get the point layers to show up. No idea what is wrong.
Also, does filter not work on the Esri API? It does not seem to work as expected, I cannot find any details on their site about filter, and I am not familiar with the Esri JS API.
@reyemtm I don't recall point layers as being part of the api when I created this widget back in 2017. Maybe they were and I was not paying attention or perhaps they were added in an update to the Mapillary API. Let me know what you find out.