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

fix: query _rels for relations instead of _ways #14

Merged
merged 1 commit into from
Apr 18, 2021

Commits on Apr 17, 2021

  1. fix: query _rels for relations instead of _ways

    Probably due to a typo, the script did run a query on planet_osm_ways to find relations included in the database.
    This leads to all relations from the input file being kept in the list of relations outside of DB and further on removal of
    all changed relations from osc files.
    
    Changing used query from q2 to q3 to use planet_osm_rels.
    
    This fixes Zverik#13
    stephankn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    7d473e4 View commit details
    Browse the repository at this point in the history