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


Ignore:
Timestamp:
Jan 3, 2017, 5:08:32 PM (6 years ago)
Author:
awulkiew

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12439, comment 1

    initial v1  
    1 It's because degrees `-180` and `180` are the same longitude. The Ring you created is segment-like Polygon (invalid, with area = 0) lying on antimeridian so the envelope of this Ring should be `BOX(180 -85, 180 0)`.
     1It's because in spherical and geographic coordinate systems degrees `-180` and `180` are the same longitude. The Geometry you created is segment-like Ring (invalid, with area = 0) lying on antimeridian so the envelope of this Ring should be `BOX(180 -85, 180 0)`. Or am I missing something?