Changes between Version 1 and Version 2 of Ticket #5672, comment 2
- Timestamp:
- 03/26/24 14:03:31 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5672, comment 2
v1 v2 33 33 }}} 34 34 35 This also returns true for me: 36 37 38 {{{ 39 SELECT ST_3DIntersects(b1, b2) 40 FROM ST_GeomFromText('LINESTRING Z (1 0 0, 0 0 0)') 41 As b1, 42 ST_GeomFromText('LINESTRING Z (1 0 0, 0 0 0)') 43 As b2; 44 }}} 45 46 35 47 So I think this issue might already be fixed