[postgis-devel] [PostGIS] #1335: ST_AddPoint returns incorrect result on Linux

PostGIS trac at osgeo.org
Mon Nov 28 19:32:22 PST 2011


#1335: ST_AddPoint returns incorrect result on Linux
---------------------------+------------------------------------------------
 Reporter:  realityexists  |       Owner:  pramsey      
     Type:  defect         |      Status:  new          
 Priority:  critical       |   Milestone:  PostGIS 2.0.0
Component:  postgis        |     Version:  trunk        
 Keywords:                 |  
---------------------------+------------------------------------------------

Comment(by darkblueb):

 64bit Linux, AMD
 {{{
 psql (9.0.4)
 Type "help" for help.

 ct_test_09nov11=# select postgis_full_version();

  POSTGIS="1.5.3" GEOS="3.3.0-CAPI-1.7.0" PROJ="Rel. 4.7.1, 23 September
 2009" LIBXML="2.7.8" USE_STATS
 (1 row)

 ct_test_09nov11=# select st_astext(st_addpoint(
 ct_test_09nov11(#    st_geomfromtext( 'linestring(20 20,30 30,40
 40)',4326),
 ct_test_09nov11(#    st_geomfromtext( 'POINT(10 10)',4326),
 ct_test_09nov11(#    0));
               st_astext
 -------------------------------------
  LINESTRING(10 10,20 20,30 30,40 40)
 (1 row)
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1335#comment:4>
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