[postgis-tickets] [PostGIS] #4618: ST_Buffer(geography) issue
PostGIS
trac at osgeo.org
Tue Feb 11 14:52:23 PST 2020
#4618: ST_Buffer(geography) issue
----------------------+---------------------------
Reporter: olehz | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.0.1
Component: postgis | Version: 3.0.x
Resolution: wontfix | Keywords: ST_Buffer
----------------------+---------------------------
Changes (by robe):
* status: new => closed
* resolution: => wontfix
Comment:
ST_Buffer in geography is not a native function. It piggy backs on
geometry ST_Buffer and in doing so chooses a best guess spatial reference
system for the point before applying the buffer. That said for large
buffers, its going to have more and more errors as your buffer size grows.
This is not a bug just an implementation limitation. As noted in the docs
- http://postgis.net/docs/manual-3.0/ST_Buffer.html all assumptions full
apart with large buffers.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4618#comment:2>
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