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 polygon validation function (issue #112) #113

Merged
merged 2 commits into from
Dec 8, 2023

Commits on Dec 5, 2023

  1. Fix polygon validation function

    Some previous changes to improve the behaviour in case of degenerate
    poygons introduced a bug in the polygon validation function. The
    changes are rolled back.
    vitcpp committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2badc3c View commit details
    Browse the repository at this point in the history
  2. Increment version patch number up to 1.4.2

    An extra change is introduced as well: generate empty upgrade scripts
    without the need to create *.sql.in files in upgrade_script
    subdirectory.
    vitcpp committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    300ffa8 View commit details
    Browse the repository at this point in the history