[postgis-devel] [PostGIS] #1273: ST_Equals( mypoint, postgis_addbbox(mypoint) ) = FALSE
PostGIS
trac at osgeo.org
Wed Nov 9 06:15:00 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):
Is it normal for a point to be marked as being GEODETIC ?
{{{
=# WITH p AS ( SELECT 'POINT(832694.188 816254.625)'::geometry as g )
SELECT _st_equals(p.g, postgis_addbbox(p.g)) from p;
NOTICE: GEOM 0x7fcd42084230 marked as being GEODETIC
NOTICE: GEOM 0x7fcd42084230 marked as being GEODETIC
NOTICE: GEOM 0x7fcd42084260 marked as having a BBOX
NOTICE: short-circuiting boxes of geom 0x7fcd42084230 and 0x7fcd42084260
NOTICE: box1: 832694.188 816254.625,832694.188 816254.625
NOTICE: box2: 832694.1875 816254.625,832694.25 816254.625
_st_equals
------------
f
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1273#comment:7>
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