[postgis-tickets] [PostGIS] #3300: Box2D, Box3D for curves regress failure between 2.1.8 and 2.2.0 (was: Box2D for curves regress failure between 2.1.8 and 2.2.0)
PostGIS
trac at osgeo.org
Tue Sep 29 08:35:41 PDT 2015
#3300: Box2D, Box3D for curves regress failure between 2.1.8 and 2.2.0
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Same issue with box3d
{{{
SELECT Box3D('CURVEPOLYGON(CIRCULARSTRING(-71.0821 42.3036,-71.4821
42.3036,-71.7821 42.7036,-71.0821 42.7036,-71.0821 42.3036),(-71.1821
42.4036,-71.3821 42.6036,-71.3821 42.4036,-71.1821 42.4036))'::Geometry);
}}}
-- 2.1.8 gives
{{{
BOX3D(-71.7821 42.2622088907314 0,-71.0289871125841 42.9067128874151 0)
}}}
-- 2.2.0 gives
{{{
BOX3D(-71.7821 42.2622088907314 0,1.17549435082229e-038 42.9067128874151
0)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3300#comment:1>
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