[postgis-tickets] [PostGIS] #2093: Add extra policy argument to control ST_Simplify behavior
PostGIS
trac at osgeo.org
Sat Apr 5 12:56:02 PDT 2014
#2093: Add extra policy argument to control ST_Simplify behavior
-------------------------+--------------------------------------------------
Reporter: robe | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by srstclair):
GeoTools now has the ability to use ST_Simplify when rendering tiles from
PostGIS. The polygon nullification behavior wasn't expected and caused a
bit of a debugging headache:
http://jira.codehaus.org/browse/GEOT-4737
This behavior basically prevents ST_Simplify's use in map tiling
applications. As strk mentioned above, using ST_SimplifyPreserveTopology
isn't an option since it's usually much slower than just returning the
original geometries. So, +1 for adding policy control argument(s) to
prevent nullification of polygons.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2093#comment:10>
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