[postgis-devel] [PostGIS] #879: ST_ModEdgeSplit using deprecated function
PostGIS
trac at osgeo.org
Mon Mar 21 22:40:32 PDT 2011
#879: ST_ModEdgeSplit using deprecated function
----------------------+-----------------------------------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
SELECT topology.ST_ModEdgeSplit('ma_topo', 3,
ST_SetSRID(ST_Point(227594,893910),26986) ) As result;
Gives error:
ERROR: function line_locate_point(geometry, geometry) does not exist
LINE 1: SELECT line_locate_point(oldedge.geom, apoint)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/879>
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