Open chadlawlis opened 8 years ago
The current geometry was generated via ST_Union(geom1, geom2) which removes the dividing line between the two shapes. We need to generate it again in a way that maintains the dividing line, for use in PT3.
ST_Union(geom1, geom2)
Let's revisit this with our new table setup. We can handle these as subunits or label-only sites.
The current geometry was generated via
ST_Union(geom1, geom2)
which removes the dividing line between the two shapes. We need to generate it again in a way that maintains the dividing line, for use in PT3.