Opened 13 years ago

Closed 13 years ago

#786 closed defect (fixed)

ST_MoveIsoNode gives ST_Intersects is not unique

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

Description

SELECT topology.ST_MoveIsoNode('ma_topo', 7,  ST_GeomFromText('POINT(227579.5 893916.5)', 26986) ) As descrip; 

Gives error:

HINT:  Could not choose a best candidate function. You might need to add explici
t type casts.
QUERY:  SELECT edge_id FROM ma_topo.edge WHERE geom && '01010000206A690000000000
00DCC70B4100000000B9472B41' AND ST_Intersects(geom, '01010000206A69000000000000D
CC70B4100000000B9472B41')
CONTEXT:  PL/pgSQL function "st_moveisonode" line 56 at FOR over EXECUTE stateme
nt

Change History (1)

comment:1 by robe, 13 years ago

Resolution: fixed
Status: newclosed

fixed at r6665

Note: See TracTickets for help on using tickets.