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

webgltilelayer style filter #15805

Open
nssang00 opened this issue May 7, 2024 · 0 comments
Open

webgltilelayer style filter #15805

nssang00 opened this issue May 7, 2024 · 0 comments
Labels

Comments

@nssang00
Copy link

nssang00 commented May 7, 2024

Describe the bug
A clear and concise description of what the bug is.

In openlayers v9.1.0, filter is used when applying the style of WebGLVectorTileLayerRenderer, and the three filters below work.
geometry-type does not work.
filter: ['==', ['get', 'layer'], 'water'],
filter: ['<=', ['resolution'], 10],
filter: ['>=', ['zoom'], 9],

LineString also doesn't work.
filter:['==',['geometry-type'],'Polygon']

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

@nssang00 nssang00 added the bug label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant