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 vertex intersection in OverlayArea #1043

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2024

  1. Fix vertex-vertex intersection in OverlayArea

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    91857fd View commit details
    Browse the repository at this point in the history
  2. Symetric tests

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d918c7e View commit details
    Browse the repository at this point in the history
  3. Add more testcases

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    79bbbef View commit details
    Browse the repository at this point in the history
  4. Add more testcases

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    346db89 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2543ce3 View commit details
    Browse the repository at this point in the history
  6. Fix vertex-edge case

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    cf63d7e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Better comments

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1d70ba6 View commit details
    Browse the repository at this point in the history
  2. Avoid recalc

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ca380fe View commit details
    Browse the repository at this point in the history
  3. Better naming

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1df695e View commit details
    Browse the repository at this point in the history
  4. Tests for collinear edges

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    59cf246 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix SimpleOverlayArea

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6d2bd0a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/overlayarea3' into overlayarea3

    # Conflicts:
    #	modules/lab/src/main/java/org/locationtech/jts/operation/overlayarea/OverlayArea.java
    tanelk committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1705c38 View commit details
    Browse the repository at this point in the history
  3. Fix SimpleOverlayArea

    Signed-off-by: tanelk <tanel.kiis@gmail.com>
    tanelk committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bda7a73 View commit details
    Browse the repository at this point in the history