Invert filtering order from node -> way -> relation -> way -> node to relation -> way -> node -> way -> relation #27
Labels
potential upgrade
Something that could be better but it requires testing
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.
The text was updated successfully, but these errors were encountered: