Opened 13 years ago

Closed 13 years ago

#782 closed defect (invalid)

Topology: st_newedgessplit(..) don't seem work as expected

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: master
Keywords: Cc:

Description

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

Change History (1)

comment:1 by aperi2007, 13 years ago

Resolution: invalid
Status: newclosed

oops,

wrong geometry.

sorry for noise.

Note: See TracTickets for help on using tickets.