I used this question on gis.stackexchange as reference.
I tried to merge it using QuantumGIS but the results, based on the same data, are different.
I used this question on gis.stackexchange as reference.
I tried to merge it using QuantumGIS but the results, based on the same data, are different.
SELECT ST_Union(ST_makeValid( ST_SnapToGrid(the_geom_webmercator ,0.0001))) FROM barrios GROUP BY barrios.the_geom_webmercator |