Opened 7 years ago
Closed 7 years ago
#1712 closed defect (invalid)
Clipping should support parsing LineStringZ/M/ZM
Reported by: | Dimitar Misev | Owned by: | bbell |
---|---|---|---|
Priority: | major | Milestone: | 9.6 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Bang Pham Huu, Peter Baumann | |
Complexity: | Medium |
Description
Technically LineString indicates 2D geometry, but we support them for nD (which is fine). The WKT standard appends Z/M for 3D and ZM for 4D. We should support parsing for LineStringZ, LineStringM, LineStringZM in rasql/WCPS, which should be trivial.
Change History (2)
comment:1 by , 7 years ago
Cc: | added |
---|
comment:2 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
ignore this ticket, I misunderstood what these mean.