Changes between Initial Version and Version 1 of Ticket #450


Ignore:
Timestamp:
02/25/10 05:35:05 (15 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #450 – Description

    initial v1  
    1414But the same box s
    1515hifted over the dateline returns a bad result.
    16 {{{g4wd=# select st_area(g)/1000000, st_area(transform(geometry(g), 4326)),
     16{{{
     17g4wd=# select st_area(g)/1000000, st_area(transform(geometry(g), 4326)),
    1718astext(geometry(g)) from (select 'POLYGON((179.5 2, 179.5 1, -179.5 1,
    1819-179.5 2, 179.5 2))'::geography) as foo(g);