[postgis-tickets] [PostGIS] #2433: ST_ConcaveHull 2.1 regress failure compared to 2.0
PostGIS
trac at osgeo.org
Sun Oct 20 16:22:39 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.1.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
doing a garden regress between 2.1.1 dev and 2.2.0 dev I see 2 key
differences --
all the ST_DumpPoints outputs for multitypes have changed to include SRID
in, dump which is expected and desired.
I'm also seeing a change in ST_ExteriorRing for curvepolygon. That in
2.1.1dev does not output the SRID but does in 2.2. Is that expected by
this change. I would assume we'd want the same in 2.1.
Output for this query
{{{
SELECT ST_AsEWKT(ST_ExteriorRing(foo1.the_geom)) As result
FROM ((SELECT
ST_GeomFromEWKT('SRID=4326;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) ) ') As the_geom)) As foo1 LIMIT 3;
}}}
2.2
yields:
{{{
SRID=4326;CIRCULARSTRING(-71.0821 42.3036,-71.4821 42.3036,-71.7821
42.7036,-71.0821 42.7036,-71.0821 42.3036)
}}}
But 2.1 yields
{{{
CIRCULARSTRING(-71.0821 42.3036,-71.4821 42.3036,-71.7821 42.7036,-71.0821
42.7036,-71.0821 42.3036)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2433#comment:9>
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