You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using MapBoxOverlay multi-view and interleaved: false, layerFilter works as intended and will filter layers to all views.
When using MapBoxOverlay multi-view and interleaved: true, layerFilter does not work on view with id: "mapbox". All layers are rendered to id: "maxbox" regardless to what is set in the layerFilter.
Flavors
Script tag
React
Python/Jupyter notebook
MapboxOverlay
GoogleMapsOverlay
CartoLayer
ArcGIS
Expected Behavior
MapBoxOverlay with 'interleaved: true' should work with the layerFilter
set 'interleaved: true' = three dots will display - layerFilter is not working
set 'interleaved: false' = two dots will display - laterFilter is working
Description
When using MapBoxOverlay multi-view and interleaved: false, layerFilter works as intended and will filter layers to all views.
When using MapBoxOverlay multi-view and interleaved: true, layerFilter does not work on view with id: "mapbox". All layers are rendered to id: "maxbox" regardless to what is set in the layerFilter.
Flavors
Expected Behavior
MapBoxOverlay with 'interleaved: true' should work with the layerFilter
Steps to Reproduce
Codepen here
set 'interleaved: true' = three dots will display - layerFilter is not working
set 'interleaved: false' = two dots will display - laterFilter is working
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: