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

Apply filters to the items query #2

Open
3 tasks
dmolineus opened this issue Jan 27, 2015 · 0 comments
Open
3 tasks

Apply filters to the items query #2

dmolineus opened this issue Jan 27, 2015 · 0 comments

Comments

@dmolineus
Copy link
Member

At the moment the filters passed by the request (usually bbox filter), is only handled after the items are loaded. A simple query filter is not possible because each layer renderer could require different items.

The idea to improve it is:

  • Create an OrFilterRule where each renderer will add its filter.
  • If a renderer does not support filters, it should add a filter which forces loading everything. (Maybe customizable in the backend so that it simply accepts the data being filtered by other renderers).
  • Each renderer have to check each item again when render them because their could be data which is outside of the filter (As the MarkerRederer already does to filter markers).
@dmolineus dmolineus added this to the 1.0.0 milestone Jan 27, 2015
@dmolineus dmolineus removed this from the 1.0.0 milestone Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant