[postgis-devel] [PostGIS] #1273: ST_Equals( mypoint, postgis_addbbox(mypoint) ) = FALSE

PostGIS trac at osgeo.org
Mon Nov 21 01:44:01 PST 2011


#1273: ST_Equals( mypoint, postgis_addbbox(mypoint) )  = FALSE
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 Ok, here's the next failing case:

 WITH p AS ( SELECT 'MULTIPOINT((832694.188 816254.625))'::geometry as g )
 SELECT '#1273.1', st_equals(p.g, postgis_dropbbox(p.g)) from p;

 As expected by last comment...

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