Changes between Initial Version and Version 1 of Ticket #5376, comment 1


Ignore:
Timestamp:
04/28/23 09:21:45 (18 months ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5376, comment 1

    initial v1  
    77 LINESTRING EMPTY
    88}}}
     9Note if I give the linestring even a little length, the dimensionality is nicely preserved in the output (high five!).
     10{{{
     11select 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}}}