[postgis-tickets] [PostGIS] #2477: st_exteriorring on multisurface gives linestring
PostGIS
trac at osgeo.org
Tue Sep 10 11:44:42 PDT 2013
#2477: st_exteriorring on multisurface gives linestring
---------------------+------------------------------------------------------
Reporter: mjurce | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Hi,
by executing:
select st_astext(st_exteriorring(
st_geometryN(st_geomfromText('MULTISURFACE( ( (701472.61
114358.807,701472.36 114358.807,701472.11 114358.807,701472.11
114359.307,701472.61 114359.307,701472.61 114358.807)))'),1)))
LINESTRING(701472.61 114358.807,701472.36 114358.807,701472.11
114358.807,701472.11 114359.307,701472.61 11
4359.307,701472.61 114358.807)
The result should be a COMPOUNDCURVE.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2477>
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