We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mapbox-gl-js version: 0.45.0 browser: Chrome latest
circle-translate
queryRenderedFeatures
https://jsbin.com/viqafex (based on official example "using-box-queryrenderedfeatures")
All features should be selected
Some features are randomly missing. If you move the map around, different features are missing.
The text was updated successfully, but these errors were encountered:
Related: #2653
Sorry, something went wrong.
@mourner Even we are also facing this issue. Please, fix this immediately.
@ThiyagarajanShivSankaran a workaround is to add a helper layer with circle-opacity: 0 and no circle-translate. It's not super precise but works well.
circle-opacity: 0
No branches or pull requests
mapbox-gl-js version: 0.45.0
browser: Chrome latest
Steps to Trigger Behavior
circle-translate
queryRenderedFeatures
with bbox on that layerLink to Demonstration
https://jsbin.com/viqafex
(based on official example "using-box-queryrenderedfeatures")
Expected Behavior
All features should be selected
Actual Behavior
Some features are randomly missing. If you move the map around, different features are missing.
The text was updated successfully, but these errors were encountered: