[postgis-users] Removing Interior Rings

Craig Feuerherdt craigfeuerherdt at gmail.com
Wed Nov 29 19:26:27 PST 2006


I am attempting to simplify a series of polygons by buffering them and then
unioning the buffers together (sql below).
This works fine however, in some instances, there are interior rings (holes)
which I would like to remove.
I have tried Segmentize, but it failed to remove the interior rings.

Any suggestions would be appreciated.

Craig

create table orienteering_test with oids as
select geomunion(buffer(the_geom,0.0005)) as the_geom
from orienteering_all
where map_name = 'Tarrengower'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20061130/ef1d2801/attachment.html>


More information about the postgis-users mailing list