[postgis-users] Simplifying Polygons

Robert_Clift at doh.state.fl.us Robert_Clift at doh.state.fl.us
Tue Jun 26 05:44:39 PDT 2012


Try ST_SimplifyPreserveTopology.
 
-Rob

________________________________

From: postgis-users-bounces at postgis.refractions.net
[mailto:postgis-users-bounces at postgis.refractions.net] On Behalf Of
Steve Horn
Sent: Tuesday, June 26, 2012 8:39 AM
To: postgis-users at postgis.refractions.net
Subject: [postgis-users] Simplifying Polygons


Hello!
Having a a client-side performance problem due to a large number of
polygons being brought down to a Google Map. Sometimes the GZipped
response is around 2MB worth of GeoJSON. 

I'm hoping that I can partially solve the problem by simplifying the
polygons using ST_Simplify. The problem I'm running into is that the
polygons are all contiguous and after simplification they are not
connecting with each other. (See attached image) 

Anyone know how I can simplify the polygons and keep them all "fitting
together"?


-- 
Steve Horn


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20120626/23154e4a/attachment.html>


More information about the postgis-users mailing list