<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><tt>I didn't find an answer in the archives so.<br>
<br>
I have a shapefile of polygons and some of the polygons are
duplicated.&nbsp; I thought I could use v.clean tool=rmdupl to get rid of
these polygons.&nbsp; I use v.in.ogr to read it in and I get the following:<br>
<br>
WARNING: 8 areas represent more (overlapping) features, because polygons<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; overlap in input layer(s). Such areas are linked to more than 1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; row in attribute table. The number of features for those areas
is<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stored as category in layer 2<br>
<br>
That is correct in that there are 8 duplicate polygons but the only
different attribute is the cat which grass added?&nbsp; What am I missing?&nbsp;
I then tried v.clean tool=bpol,rmdupl and nothing changes it still has
the 8 duplicates.&nbsp; What am I doing wrong?<br>
<br>
I am using grass 6.3.0 on fedora core 14 linux.<br>
<br>
Thanks.<br>
</tt></font>
</body>
</html>