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
I am trying to implement a 'highlight feature' using mapbox gl js. I saw this example - https://www.mapbox.com/mapbox-gl-js/example/hover-styles/. But, the problem is that my polygons do not have any properties that are unique to the polygon (unlike the name property in the example). Is there a way to filter based on geometry? Or any other way to highlight or change the paint property of the feature on click?
Thanks!
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: v0.14.1
Hi!
I am trying to implement a 'highlight feature' using mapbox gl js. I saw this example - https://www.mapbox.com/mapbox-gl-js/example/hover-styles/. But, the problem is that my polygons do not have any properties that are unique to the polygon (unlike the name property in the example). Is there a way to filter based on geometry? Or any other way to highlight or change the paint property of the feature on click?
Thanks!
The text was updated successfully, but these errors were encountered: