[postgis-tickets] [PostGIS] #2227: Visvalingam line generalization function
PostGIS
trac at osgeo.org
Thu Mar 26 12:20:40 PDT 2015
#2227: Visvalingam line generalization function
-------------------------+--------------------------------------------------
Reporter: strk | Owner: nicklas
Type: enhancement | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by nicklas):
First step against a better world with Visvalingam simplify in r13398
Adds a Heap tree to speed up handling of larger geometries.
Also adds functionality for avoiding collapsing polygons. Keeps the 4 most
significant vertex points (first last and two more). The smallest result
is a triangle since first and last point is the same.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2227#comment:22>
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