-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support a "cursor" style property #1353
Comments
Here is an example implementation of making the cursor into a pointer: http://bl.ocks.org/danswick/4906b495e0b206758f71 |
This feature will be very useful alongside #1002. |
We will probably want to implement this in tandem with #200 |
I think that with the new delegated events syntax ( |
The easy solution that you mention, |
This sounds like an unrelated error @linx97 I just tried the |
suppose it should be working after style fully loaded (use yes, looking back 3,5 years on this PR handling |
When there are overlapping layers, a symbol layer that can show up on top of a fill layer, |
It would be great to use
pointer
cursor on layers withinteractive: true
style values.For example I'm adding placemarks layer from geojson data and I want to let the users know what features is clickable on the map.
Thank you.
The text was updated successfully, but these errors were encountered: