Changes between Initial Version and Version 1 of Ticket #3539, comment 7


Ignore:
Timestamp:
Aug 16, 2016, 6:05:02 AM (8 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3539, comment 7

    initial v1  
    77
    88{{{
     9SELECT ST_Length(ST_MakeLine(ST_Point(-73.8893, 40.6975), ST_POINT(72.8667,19.1583))::geography) As orig_len,
     10ST_Length('LINESTRING(-73.8893 40.6975,19.6313806536934 62.1086776667385,72.8667 19.1583)'::geography) AS len_22_answer,
     11ST_Length('LINESTRING(-73.8893 40.6975,-0.511300000000007 29.9279,72.8667 19.1583)'::geography) AS len_23_answer;
     12
    913     orig_len     |  len_22_answer   |  len_23_answer
    1014------------------+------------------+------------------