Changes between Version 1 and Version 2 of Ticket #3511, comment 1
- Timestamp:
- 03/22/16 12:36:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3511, comment 1
v1 v2 1 1 After the fourth example, I meant to include 2 2 3 SELECT ST_Intersects(line, line2) as inter from ST_GeogFromText('LINESTRING(180 -90, 180 0, 180 90)') As line, ST_GeogFromText('LineString? (90 1, 0.1 0, -90 -1)') as line2;3 SELECT ST_Intersects(line, line2) as inter from ST_GeogFromText('LINESTRING(180 -90, 180 0, 180 90)') As line, ST_GeogFromText('LineString? (90.1 1, 0.1 0, -90 -1)') as line2; 4 4 5 5 returns false.