We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e37a0 commit 8c605eaCopy full SHA for 8c605ea
1 file changed
āsrc/polygon.jlā
@@ -33,7 +33,7 @@ function pip_query(
33
edge ::Bool=false
34
)
35
func = edge ? shapely.intersects_xy : shapely.contains_xy
36
- return py2ju(Bool, func(polygon.py_xy, px, py).item())
+ return py2ju(Bool, func(polygon.polygon, px, py).item())
37
end
38
39
"""
0 commit comments