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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3511, comment 1

    initial v1  
    1 For the fourth examples, I meant to include
     1After the fourth example, I meant to include
    22
    33SELECT 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;