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 more failing queries #3190

Merged
merged 3 commits into from
Sep 5, 2023
Merged

Commits on Sep 5, 2023

  1. avoid interpreting integral numbers as coordinates

    There are addresses of type '123 W 345 N, Reigh', where 'W 345 N' is
    the actual name of the street.
    lonvia committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    18b2a4c View commit details
    Browse the repository at this point in the history
  2. restrict range for interpolated housenumbers

    Interpolations are only supported up to 2^32 by the database.
    Limit to 8 digits, which is still more than should be needed.
    lonvia committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c284df2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a4ca8 View commit details
    Browse the repository at this point in the history