[postgis-devel] [PostGIS] #1728: measures regression test fails in 1.5 branch
PostGIS
trac at osgeo.org
Wed Mar 28 04:32:18 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):
You are right that the problem is there.
If I revert just that part of the commit it works as expected.
The same error appears with this simplier polygon:
{{{
select
area2d('POLYGON((5 5, 7 5, 7 7 , 5 7, 5 5) ) '::GEOMETRY)
as value;
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1728#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