[postgis-tickets] [PostGIS] #2477: st_exteriorring on multisurface gives linestring
PostGIS
trac at osgeo.org
Thu Sep 12 11:29:45 PDT 2013
#2477: st_exteriorring on multisurface gives linestring
----------------------+-----------------------------------------------------
Reporter: mjurce | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.0.5
Component: postgis | Version: 2.0.x
Resolution: invalid | Keywords:
----------------------+-----------------------------------------------------
Changes (by pramsey):
* status: new => closed
* resolution: => invalid
* milestone: => PostGIS 2.0.5
Comment:
Not sure I agree. The WKT BNF indicates that the rings of a CurvePolygon
can be *any* of LineString, CircString or CompoundCurve.
{{{
<ring text> ::=
<linestring text body> |
<circularstring text representation> |
<compoundcurve text representation>
}}}
In this case, the multi-surface text you've defined has a LineString outer
ring, why not return that?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2477#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