[postgis-devel] [PostGIS] #1314: Improve robustness of linear referencing functions
PostGIS
trac at osgeo.org
Mon Nov 21 07:56:38 PST 2011
#1314: Improve robustness of linear referencing functions
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Using a location in the range 0..1 was not a very good idea. It happens
easily that getting the location of an existing vertex and using that
location to interpolate a point doesn't yeld the original vertex. See
#1311 for such a case.
Using a full distance would be more robust.
Even more robust would be using a segment number + a distance from
segment's startpoint.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1314>
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-devel
mailing list