[postgis-tickets] [PostGIS] #3915: Feature Request: Support features larger than a half-hemisphere with PostGIS Geography.
PostGIS
trac at osgeo.org
Wed Oct 25 09:35:31 PDT 2017
#3915: Feature Request: Support features larger than a half-hemisphere with
PostGIS Geography.
--------------------------------+---------------------------
Reporter: just7460 | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: 2.4.x
Keywords: Geography, postgis |
--------------------------------+---------------------------
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
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3915>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list