[postgis-devel] [PostGIS] #1728: measures regression test fails in 1.5 branch
PostGIS
trac at osgeo.org
Wed Mar 28 02:45:14 PDT 2012
#1728: measures regression test fails in 1.5 branch
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.4
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
Comment(by nicklas):
{{{
select '113',
area2d('MULTIPOLYGON( ((0 0, 10 0, 10 10, 0 10, 0 0)),
( (0 0, 10 0, 10 10, 0 10, 0 0),(5 5, 7 5, 7 7 , 5 7, 5 5) )
,( (0 0, 10 0, 10 10, 0 10, 0 0),(5 5, 7 5, 7 7, 5 7, 5 5),
(1 1,2 1, 2 2, 1 2, 1 1) ) )'::GEOMETRY) as value;
}}}
gives 291 (as expected) to me on 32 bit linux.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1728#comment:2>
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