On Fri, 16 Sep 2011 15:08:45 +0100 (BST)
David <david210...@yahoo.com> wrote:

> Hi everyone,
> On a shapefile, given to me by the person who created it, I need to
> merge some polygons to make larger units.    For example, select four
> adjacent polygons and use the merge tool and you get one large
> polygon.   Great.   However, on the attributes table what seems to
> happen is that instead of combining the various values (size,
> perimeter etc) three of the four polygons have disappeared leaving
> just one with its original data unchanged.   Would some kind person
> tell me what I'm doing wrong? Thanks in advance. David Asquith UK

Hello David,

the merge tool doesn't update the attributes like size and perimeter
automatically, you can use Geometry Tools > Export/Add geometry columns
to update the values. They will be written in two columns called AREA
and PERIMETER. If those columns exist, the values will be updated,
otherwise they will be created. If you have area and perimeter stored
in columns with another name, they will be ignored by this command.

Another way is to open the shapefile, toggle editing, open Field
Calculator (the little calculator at the right side of the buttons in
attribute table) and update the fields for area and perimeter (see
Manual section 4.7 "Field Calculator"). This second approach is a
bit more complicated.

Hope this helps, feel free to ask for more details if needed!

Anne
-- 
http://gis.cri.fmach.it/ghisla/

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to