[postgis-users] How buffer trick validates features?
Saka Royban
sakaroyban at yahoo.com
Wed Dec 29 12:21:58 PST 2010
Hi all.
I was reviewing postgis workshop presented in FOSS4G 2007. it presents a trick
like this for making invalid features valid:
UPDATE bc_voting_areas
SET the_geom = ST_Buffer(the_geom, 0.0)
WHERE gid = 4897;
I'm wondering how it works in background!!!. I mean how buffering with zero
distance makes features valid?
what is in buffer function?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20101229/57325f51/attachment.html>
More information about the postgis-users
mailing list