Tagged Questions
5
votes
1answer
145 views
PostGIS - Why are my ST_Union results (stored in a new table) outputting as points and not polygons?
I've decided to move to PostGIS to merge polygons rather than spend hours doing in in QGIS. However, I'm hitting an issue where the results of an ST_Union query are being stored, or at least outputted ...
2
votes
1answer
269 views
How to correctly merge layers with overlapping polygons in QGIS/GRASS?
I have 4 vector shapefile that I would like to join/merge, without worrying about attributes.
Here are the shapefiles.
I would like to do an union and a spatial dissolve, but everytime I do a dissolve ...