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

Invert filtering order from node -> way -> relation -> way -> node to relation -> way -> node -> way -> relation #27

Open
RaczeQ opened this issue Jan 16, 2024 · 0 comments
Labels
potential upgrade Something that could be better but it requires testing

Comments

@RaczeQ
Copy link
Collaborator

RaczeQ commented Jan 16, 2024

Change filtering to start with relations since there are fewer relations than nodes.
Currently, nodes are filtered by intersection first and tags second.
It should be able to filter first based on tags, add required ways, then nodes, and in the reverse pass filter by intersection.

@RaczeQ RaczeQ added the potential upgrade Something that could be better but it requires testing label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential upgrade Something that could be better but it requires testing
Projects
None yet
Development

No branches or pull requests

1 participant