Opened 10 years ago

Last modified 7 years ago

#2583 new enhancement

Add TIN Z support to ST_AsEWKT and ST_GeomFromEWKT

Reported by: smathermather Owned by: smathermather
Priority: medium Milestone: PostGIS Fund Me
Component: postgis Version: 2.1.x
Keywords: Cc:

Description

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)))"

Change History (3)

comment:1 by robe, 10 years ago

Milestone: PostGIS 2.1.2PostGIS 2.2.0

comment:2 by pramsey, 9 years ago

Milestone: PostGIS 2.2.0PostGIS Future
Owner: changed from pramsey to smathermather

comment:3 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.