[postgis-tickets] [PostGIS] #2433: ST_ConcaveHull 2.1 regress failure compared to 2.0
PostGIS
trac at osgeo.org
Fri Oct 18 20:55:25 PDT 2013
#2433: ST_ConcaveHull 2.1 regress failure compared to 2.0
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.1.1
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by pramsey):
And there's the answer, compare this query between 2.0 and 2.1:
{{{
select st_srid((st_dumppoints('SRID=4326;MULTIPOINT(0 0,1 1,2 2,3
3)'::geometry)).geom);
}}}
2.0 returns 4326's, and 2.1 returns 0's.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2433#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-tickets
mailing list