[postgis-tickets] [PostGIS] #2583: Add TIN Z support to ST_AsEWKT and ST_GeomFromEWKT
PostGIS
trac at osgeo.org
Wed Dec 18 08:38:32 PST 2013
#2583: Add TIN Z support to ST_AsEWKT and ST_GeomFromEWKT
---------------------------+------------------------------------------------
Reporter: smathermather | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: postgis | Version: 2.1.x
Keywords: |
---------------------------+------------------------------------------------
Add TIN Z support to ST_AsEWKT and ST_GeomFromEWKT. Currently it returns
TIN
e.g.
SELECT ST_AsEWKT(ST_GeomFromEWKT('TIN Z(((-1 1 0,-1 -1 0,1 -1 0,-1 1
0)),((-1 1 0,1 -1 0,1 1 0,-1 1 0)))'))
"TIN(((-1 1 0,-1 -1 0,1 -1 0,-1 1 0)),((-1 1 0,1 -1 0,1 1 0,-1 1 0)))"
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2583>
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