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

Conversation

stephankn
Copy link
Contributor

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 #13

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
@Zverik Zverik merged commit a618ea4 into Zverik:master Apr 18, 2021
@Zverik
Copy link
Owner

Zverik commented Apr 18, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

script drops relation which should be included in change file
2 participants