ST_Union behaviour
Antonio Valanzano <[email protected]>
| Newsgroups | gmane.comp.gis.postgis |
|---|---|
| Message-ID | <CANV1FQa_g7XfqfNxd23xt5+5DoTyKL-4qRxozd2usxfVhws_EA@mail.gmail.com> |
Does someone know why ST_Union behaves differently with linestrings and polygons? If a table contains linestrings that overlap at some points then ST_Union creates a collection of linestrings that are splitted at intersections. If a table contains polygons with overlaps then ST_Union creates a collection of polygons that are still overlapped and are not splitted (the result contains only the original polygons). Thanks in advance. Antonio