Changes between Initial Version and Version 1 of Ticket #5376, comment 1
- Timestamp:
- 04/28/23 09:21:45 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5376, comment 1
initial v1 7 7 LINESTRING EMPTY 8 8 }}} 9 Note if I give the linestring even a little length, the dimensionality is nicely preserved in the output (high five!). 10 {{{ 11 select st_astext(st_intersection('Linestring(3 1 1,3 1.1 3)','POLYGON((2 0,2 2,4 2,4 0,2 0))')); 12 13 LINESTRING Z (3 1 1,3 1.1 3) 14 }}}