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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
I've been playing with MapboxGL, and I'm trying to figure out how to handle click events to select features. Is this functionality built in?
Looking at the JavaScript in the several blog posts that use mapbox-gl-js, I am able to got the Point object from a click event. Then, I see a function map.featuresAt, but I am not able to get it to return any features...
Any clues? Regarding the native libraries, would this be in the Cocoa library?
I've been playing with MapboxGL, and I'm trying to figure out how to handle click events to select features. Is this functionality built in?
Looking at the JavaScript in the several blog posts that use mapbox-gl-js, I am able to got the Point object from a click event. Then, I see a function
map.featuresAt, but I am not able to get it to return any features...Any clues? Regarding the native libraries, would this be in the Cocoa library?