[postgis-devel] [PostGIS] #786: ST_MoveIsoNode gives ST_Intersects	is not unique
    PostGIS 
    trac at osgeo.org
       
    Mon Jan 17 21:59:42 PST 2011
    
    
  
#786: ST_MoveIsoNode gives ST_Intersects is not unique
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  robe         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.0
Component:  topology  |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------
 {{{
 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
 }}}
-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/786>
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