Hi All,
I have dissolved polygons after reclasifying attribute (rocktype), such that 
redundant 
boundaries are removed, with the following command in PostGIS.

CREATE TABLE geo2 with oids AS select rocktype, geomunion(geometry) from geo 
group by rocktype; 

but I am unable to port it in OpenJUMP.
where have I go9ne wrong?
Ravi Kumar

       
---------------------------------
Shape Yahoo! in your own image.  Join our Network Research Panel today!
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users

Reply via email to