[postgis-devel] error in ST_ModEdgeSplit

Rémi Cura remi.cura at gmail.com
Wed Feb 11 03:02:13 PST 2015


Hey,

I get an error with ST_ModEdgeSplit that looks like aa precision related
issue.

When trying to split an edge with a point (the point is from
ST_ClosestPoint, so _very_ close to the edge),
st_modeedgesplit complains that the point is not on the edge.

In fact st_modEdgeSplit doesn't use precision at all
(correct behavior should be : check if point is DWithin edge, project it,
split etc ...)

I'm writting a function rc_ModEdgeSplit that will take into account
precision

Cheers,
RémiC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20150211/b44013d8/attachment.html>


More information about the postgis-devel mailing list