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

Add support for node processing in second stage #2252

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Add support for node processing in second stage

    This is completely analog to how way processing happens in the second
    stage. So from the select_relation_member() function in the Lua config
    file you can now also return a list of nodes that you request to process
    again.
    
    Note that this will only re-process the member nodes themselves, ways
    which have these nodes as members are not re-processed. Also there is no
    way to mark member nodes of ways, only member nodes of relations. So
    this will allow processing, say, stop positions in public transport route
    relations but not, say, barriers on roads.
    
    This change is now possible because we removed support for the old
    middle format which didn't allow storing the complete nodes (with tags).
    joto committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3d52ea8 View commit details
    Browse the repository at this point in the history