[postgis-tickets] [PostGIS] #2173: ST_Split fails to split on existing vertex
PostGIS
trac at osgeo.org
Tue Jan 15 02:44:15 PST 2013
#2173: ST_Split fails to split on existing vertex
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.3
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
Another solution (short term) is to augment the "vertex snap tolerance"
used in the lwline_split_by_point_to function. Currently it uses a
tolerance of 1e-14, setting to 1e-13 fixes this case. We could compute a
tolerance based on input line length (longer line, higher tolerance).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2173#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list