Bug #90273 Well-known text POINT type with z and m
Submitted: 2 Apr 2018 4:41 Modified: 13 Jun 2018 9:20
Reporter: Bing Cheng Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: GIS Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[2 Apr 2018 4:41] Bing Cheng
Description:
The WTK Point geometry type may have z or/and m components. It is not support for now. It will eable storage height information with 2D maps. 

How to repeat:
SELECT ST_ASTEXT(ST_GeomFromText('POINT(30 120 1)'))

Error Code: 3037. Invalid GIS data provided to function st_geometryfromtext.
[13 Jun 2018 9:20] Bing Cheng
The correct 3D Point WKT format should be "POINT Z (30 120 1)"