We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.43.0: I created this minimal example to show that currently, raster layers based on canvas sources do not seem to capture events.
https://jsbin.com/yuvaducena/edit?html,css,js,output
map.on(event, 'layer-id', callback)
Event logged.
Nothing logged.
The text was updated successfully, but these errors were encountered:
I found #1404 which is probably related.
Sorry, something went wrong.
Yep, same issue. I'll note there that canvas-sourced raster layers should be included.
No branches or pull requests
v0.43.0:
I created this minimal example to show that currently, raster layers based on canvas sources do not seem to capture events.
https://jsbin.com/yuvaducena/edit?html,css,js,output
Steps to Trigger Behavior
map.on(event, 'layer-id', callback)
apiExpected Behavior
Event logged.
Actual Behavior
Nothing logged.
The text was updated successfully, but these errors were encountered: