#287 closed defect (fixed)
ST_AsText should return SQL/MM WKT
Reported by: | pramsey | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | sqlmm, history | Cc: |
Description
Moving to SQL/MM, ST_AsText should no longer ignore the 3rd and 4th dimensions, and should return proper type signatures for higher dimensional objects (e.g. "POINT M (0 0 0)", "LINESTRING ZM (0 0 0 0, 1 1 1 1)")
Change History (8)
comment:1 by , 15 years ago
Keywords: | sqlmm added |
---|---|
Version: | → trunk |
comment:2 by , 14 years ago
comment:3 by , 13 years ago
I'd feel better if such a breaking change would be based on GUC, but it seems too late for GUC, doesn't it ?
comment:6 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Let's do it for 2.0. After all it is the standard ! I'm looking at it.
Note:
See TracTickets
for help on using tickets.
Is this really going to happen in 2.0.0 ?