<div dir="ltr">Isn't a Union supposed to merge all polygons in one? The only thing I get to do this in ArcView is the "Merge" and that's also the functionality I get from ST_Union.<br><br>Btw, for ST_Union'ing many complex polygons I'm using CascadedUnion as written here: <a href="http://postgis.refractions.net/pipermail/postgis-users/2007-December/017995.html">http://postgis.refractions.net/pipermail/postgis-users/2007-December/017995.html</a>. <br>
<br><br><br><div class="gmail_quote">
On Mon, Aug 18, 2008 at 4:12 PM, Bresnahan, Mike <span dir="ltr"><<a href="mailto:Mike.Bresnahan@bestbuy.com" target="_blank">Mike.Bresnahan@bestbuy.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>> How the hell do you get it to do a real union?<br>
<br>
</div>Heh. Intuitive ArcMap is not. It took me forever to figure it out as well. You can do a union a couple different ways. The way that seemed to work the best for this is to:<br>
<br>
1) Run ArcMap<br>
2) Add the shapefile to your map<br>
3) Open the edit toolbar.<br>
4) Click on Start Editing.<br>
5) Select the entire dataset by left clicking and then dragging a rectangle around the geometry.<br>
6) Select Union from the menu on the edit toolbar.<br>
<br>
You should see the union happen right before your eyes.<br>
<br>
I think I tried the Union Tool like you did and didn't get what I expected. I think it just did a union on each individual feature instead of doing an aggregate union.<br>
<br>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br></div>