Last active
August 29, 2015 13:58
-
-
Save gledsoncruz/9993847 to your computer and use it in GitHub Desktop.
Usando st_exteriorRing para eliminar vertices interiores
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE setores_op | |
SET the_geom=(SELECT ST_Polygon(ST_ExteriorRing(the_geom), 29193) | |
FROM setores_op WHERE gid = 10)WHERE gid = 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment