Skip to content
New issue

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

0 matches null in filters #585

Closed
ajashton opened this issue Jul 21, 2014 · 2 comments
Closed

0 matches null in filters #585

ajashton opened this issue Jul 21, 2014 · 2 comments

Comments

@ajashton
Copy link
Member

A filter like { "scalerank": 0 } or { "scalerank": [0, 1, 2] } will also match objects where scalerank is null. I can add "$exists": "scalerank" to fix it but not sure if that should really be necessary.

@mourner
Copy link
Member

mourner commented Jul 21, 2014

@ajashton see the test above — it passes. Are you sure it's null in your example?

@ajashton
Copy link
Member Author

I double checked and it looks like it's a bug in the vector tiles where some scaleranks that should be null actually are 0. Thx.

lucaswoj pushed a commit that referenced this issue Jan 11, 2017
All layers are supported since the first v8 compatible SDK release,
with the exception of fill-extrusions, which is first supported in
GL JS 0.27
stepankuzmin pushed a commit that referenced this issue Jun 21, 2023
For some reason they were not failing in GL-JS render tests, but they indeed are different and failed when porting those tests to gl-native

Also enabled landmark-rougnhess tests as conflation is now supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants