Skip to content

Conversation

@ltkum
Copy link

@ltkum ltkum commented Jul 8, 2025

  • Added a check to validate Geometry Collections in the booleanValid function
  • We enforce the recommendations of not nesting Geometry Collections, as it will allow us to avoid infinite potential infinite validation loops
  • Added tests files to ensure this work as expected.

ltkum added 2 commits July 8, 2025 09:53
Issue: We want to validate geometry collections, and the booleanValid() function
does not allow us to do so.

Fix: We add a verification for the `GeometryCollection` type in the booleanValid()
function, and ensure it can't recurse indefinitely over itself.
We are also modifying the type checking
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.

1 participant