-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hover effects #6
Comments
@wmerrow I've added a basic hover effect -- however there are some performance issues (internal to mapbox: mapbox/mapbox-gl-js#2874) that I will need to spend some time on to make it look better (and make the tract hover usable at all), I probably won't have time to do this tonight. |
@bsouthga let me know if you think of a different hover effect that would be easier to implement instead of a gray stroke, although I think that would be the best solution from a design perspective. |
@wmerrow yeah I agree, the issue is pretty general to hovering in mapbox-gl maps with large numbers of polygons (in this case 30k tracts). It looks like there is a possible solution, just need to spend some time tonight investigating. |
(note for self): mapbox/mapbox-gl-js#5040 |
At the national view when hovering over a state:
At the state view when hovering over a tract:
The text was updated successfully, but these errors were encountered: