Benjamin Root
2014-11-19 21:00:21 UTC
One can find the intersection between any geometry and a polygon to
effectively "clip" the geometry to be within the polygon. However, it
doesn't seem possible to "punch out" a region that intersects a non-polygon
geometry such as a line string. The difference() method just returns "self"
in those situations (and is documented as such).
Is there another way to get what I want?
Thanks!
Ben Root
effectively "clip" the geometry to be within the polygon. However, it
doesn't seem possible to "punch out" a region that intersects a non-polygon
geometry such as a line string. The difference() method just returns "self"
in those situations (and is documented as such).
Is there another way to get what I want?
Thanks!
Ben Root