Opened 11 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 , 11 years ago
Milestone: | PostGIS 2.1.2 → PostGIS 2.2.0 |
---|
comment:2 by , 9 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|---|
Owner: | changed from | to
comment:3 by , 7 years ago
Milestone: | PostGIS Future → PostGIS Fund Me |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed