Opened 7 years ago

Last modified 6 years ago

#3915 new enhancement

Feature Request: Support features larger than a half-hemisphere with PostGIS Geography.

Reported by: just7460 Owned by: pramsey
Priority: medium Milestone: PostGIS Fund Me
Component: postgis Version: 2.4.x
Keywords: Geography, postgis Cc: jshim@…

Description

SYNOPSIS The documentation states the following:

` What is the longest arc you can process? We use great circle arcs as the "interpolation line" between two points. That means any two points are actually joined up two ways, depending on which direction you travel along the great circle. All our code assumes that the points are joined by the *shorter* of the two paths along the great circle. As a consequence, shapes that have arcs of more than 180 degrees will not be correctly modelled. `

This is an issue when users want to create larger features, or, maybe even more importantly, when an envelope is passed which is greater than this limit (i.e. displaying all capital cities in the world, which uses a spatial envelop, will return incorrect results).

SQL Server used to have this limitation as well; however, as of SQL Server 2008, they provided a solution that eliminates this limitation.

I wanted to put in a request for an enhancement to resolve this issue.

Thank you for your consideration.

POSTGRESQL SPECIFIC INFORMATION: Version: "PostgreSQL 9.6.3, compiled by Visual C++ build 1800, 64-bit"

Special Installation requirements: N/A

Special startup parameters: N/A

OPERATING SYSTEM INFORMATION: OS: Windows 8.1 Enterprise Processor: Intel® Xeon® CPU E5-1620 v3 @ 3.50GHz System type: 64-bit Operating System, x64-based processor

Change History (1)

comment:1 by pramsey, 6 years ago

Milestone: PostGIS 2.5.0PostGIS Fund Me
Note: See TracTickets for help on using tickets.