Changes between Version 1 and Version 2 of Ticket #3511, comment 1


Ignore:
Timestamp:
03/22/16 12:36:11 (9 years ago)
Author:
jgm1972

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3511, comment 1

    v1 v2  
    11After the fourth example, I meant to include
    22
    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;
     3SELECT 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;
    44
    55returns false.