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

Take geography into account for address computation #617

Closed
wants to merge 1 commit into from

Commits on Nov 30, 2021

  1. take geography into account for address computation

    Use the more complex way of computing the address from Nominatim
    for computing the rank 30 address. That makes sure that address
    parts are not blindly taken from the parent but geographic
    relations are taken into account. When streets go over boundaries,
    all address fall then into the right side of the boundary.
    
    Requires advanced SQL which is not supported by H2. Thus use the
    previous simpler query for tests instead.
    lonvia committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    1dc2085 View commit details
    Browse the repository at this point in the history