You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I call geo2.union(geo1) it works fine. It also works if I change the first point in geo2 to Geometry::Point[1695, 1033]. I don't know enough about geometry to debug this further.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have two polygons:
When I call
geo1.union(geo2)
it throws an error:However, if I call
geo2.union(geo1)
it works fine. It also works if I change the first point in geo2 toGeometry::Point[1695, 1033]
. I don't know enough about geometry to debug this further.Thanks!
The text was updated successfully, but these errors were encountered: