cmv-widgets icon indicating copy to clipboard operation
cmv-widgets copied to clipboard

Mapillary Widget Issues

Open reyemtm opened this issue 5 years ago • 2 comments

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.

reyemtm avatar Apr 03 '20 17:04 reyemtm

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 avatar Apr 03 '20 19:04 reyemtm

@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.

tmcgee avatar Apr 04 '20 17:04 tmcgee