Tagged Questions
5
votes
2answers
449 views
Practical way of managing polygons and unions of them
I have a table in PostGIS with a quite fine partition of a region, which I'd like to dissolve at two higher levels by means of two foreign keys (e.g. municipality and state). The partition is a real ...