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
In the example at https://www.mapbox.com/mapbox-gl-js/example/marker-popup/ if I use pin style map markers rather than circle markers from the example, and then use icon-offset for the icon so that the pin head is set to the feature location rather that the center of the icon, featuresAt still only triggers based on the feature location, not where my marker icon is.
Maybe featuresAt needs an offset parameter so that it can trigger based on the offset icon?
PS. #1274 isn't due to not icon-offset, so I don't think it's a duplicate.
In the example at https://www.mapbox.com/mapbox-gl-js/example/marker-popup/ if I use pin style map markers rather than circle markers from the example, and then use icon-offset for the icon so that the pin head is set to the feature location rather that the center of the icon, featuresAt still only triggers based on the feature location, not where my marker icon is.
Maybe featuresAt needs an offset parameter so that it can trigger based on the offset icon?
PS. #1274 isn't due to not icon-offset, so I don't think it's a duplicate.
EDIT: Possibly related to #316
The text was updated successfully, but these errors were encountered: