[postgis-tickets] [PostGIS] #2954: ST_ClipByBox2D: ERROR: gbox_overlaps: cannot compare geodetic and non-geodetic boxes
PostGIS
trac at osgeo.org
Fri Oct 3 01:39:00 PDT 2014
#2954: ST_ClipByBox2D: ERROR: gbox_overlaps: cannot compare geodetic and non-
geodetic boxes
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Calling this:
{{{
SELECT st_clipbybox2d('SRID=4326;POINT(0 0)','BOX3D(-1 -1,1 1)'::box3d);
}}}
Results in:
{{{
ERROR: gbox_overlaps: cannot compare geodetic and non-geodetic boxes
}}}
Which box is geodetic ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2954>
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-tickets
mailing list