Opened 14 years ago

Closed 12 years ago

Last modified 12 years ago

#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 pramsey, 14 years ago

Keywords: sqlmm added
Version: trunk

comment:2 by strk, 13 years ago

Is this really going to happen in 2.0.0 ?

comment:3 by strk, 12 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:4 by strk, 12 years ago

See also #288, for the ST_AsBinary part.

comment:5 by strk, 12 years ago

See #1393 for a generic ticket about GUC

comment:6 by strk, 12 years ago

Owner: changed from pramsey to strk
Status: newassigned

Let's do it for 2.0. After all it is the standard ! I'm looking at it.

comment:7 by strk, 12 years ago

Resolution: fixed
Status: assignedclosed

Done with r8766

comment:8 by strk, 12 years ago

Keywords: history added

Note: this must go in release notes!

Note: See TracTickets for help on using tickets.