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
GL JS master isn't returning any symbol features from Map#queryRenderedFeatures. Why isn't this causing any test-suite failures? The bug bisects to #3478.
I can take a look later today. I believe all of the query tests are for very simple styles, usually with only one layer. One thing I would check is if this only shows up if there are other layers present with the symbol layer.
GL JS
master
isn't returning any symbol features fromMap#queryRenderedFeatures
. Why isn't this causing anytest-suite
failures? The bug bisects to #3478.cc @jfirebaugh @mourner @mapsam
mapbox-gl-js version:
master
as of 46a73c4 / #3478Steps to Trigger Behavior
call
Map#queryRenderedFeatures
at a point with a symbol feature(tricky to provide a jsbin because this bug occurs only in
master
)Expected Behavior
the symbol feature is returned
Actual Behavior
the symbol feature is not returned
The text was updated successfully, but these errors were encountered: