We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6dd88 commit 0da4282Copy full SHA for 0da4282
test/test_invalid_geometry.jl
@@ -9,4 +9,5 @@
9
polygon = LibGEOS._readgeom("POLYGON((0 0, 10 0, 10 10, 0 10, 0 0),
10
(15 15, 15 20, 20 20, 20 15, 15 15))")
11
@test !LibGEOS.isValid(polygon)
12
+ @test LibGEOS.GEOSisValidReason_r(LibGEOS._context.ptr, polygon) == "Hole lies outside shell[15 15]"
13
end
0 commit comments