Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] MapboxOverlay 'interleaved: true' does not respect layerFilter #9300

Open
3 of 7 tasks
wilson0028 opened this issue Dec 13, 2024 · 0 comments
Open
3 of 7 tasks
Labels

Comments

@wilson0028
Copy link

wilson0028 commented Dec 13, 2024

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

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

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

@wilson0028 wilson0028 added the bug label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant