[postgis-devel] [PostGIS] #410: ST_SetPoint and bounding box

PostGIS trac at osgeo.org
Sat Feb 6 01:58:19 PST 2010


#410: ST_SetPoint and bounding box
-------------------------+--------------------------------------------------
 Reporter:  sdikiy       |       Owner:  pramsey
     Type:  defect       |      Status:  new    
 Priority:  critical     |   Milestone:         
Component:  postgis      |     Version:  1.4.X  
 Keywords:  ST_SetPoint  |  
-------------------------+--------------------------------------------------
 ST_SetPoint return old bounding box for geometry.[[BR]]
 as a result:

 (1)[[BR]]
 INSERT INTO foo(the_geom) VALUES (ST_GeomFromText('LINESTRING(0 0, 1
 3)'));[[BR]]
 select the_geom=ST_SetPoint(the_geom, 0, 'POINT(100000 200000)') from
 foo;[[BR]]
 Returns TRUE. Must be FALSE

 see attach for more results

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/410>
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