[postgis-devel] [PostGIS] #782: Topology: st_newedgessplit(..) don't seem work as expected
PostGIS
trac at osgeo.org
Mon Jan 17 14:35:56 PST 2011
#782: Topology: st_newedgessplit(..) don't seem work as expected
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
Hi,
I try this code:
select
topology.AddEdge('schema_topo',ST_GeomFromEWKT('SRID=3003;LINESTRING(1 4,
4 4, 5 5)'));
select topology.ST_NewedgesSplit('schema_topo',1,
ST_GeomFromEWKT('SRID=3003;LINESTRING(4 7, 4 4)'));
Having this error:
>[Errore] Righe script: 1-35 ------------------------
ERROR: SQL/MM Spatial exception - point not on edge
Riga: 1
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/782>
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