[GRASS-SVN] r49864 - grass/trunk/lib/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 22 13:30:26 EST 2011
Author: mmetz
Date: 2011-12-22 10:30:26 -0800 (Thu, 22 Dec 2011)
New Revision: 49864
Modified:
grass/trunk/lib/vector/vectorlib.dox
Log:
vector documentation update
Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox 2011-12-22 16:11:31 UTC (rev 49863)
+++ grass/trunk/lib/vector/vectorlib.dox 2011-12-22 18:30:26 UTC (rev 49864)
@@ -645,12 +645,10 @@
- It is recommended that area features and linear features be placed
in separate layers. However if area features and linear features
must appear in one layer, common boundaries should be digitized only
- once. A boundary that is also a line (e.g., a road which is also a
- field boundary), should be digitized as a boundary to complete the
- area. The area feature should be labeled by a centroid as an
- area. Additionally, the common boundary itself (i.e., the boundary
- which is also a line) should be labeled as a line by a distinct
- category number.
+ once. For example, a boundary that is also a line (e.g., a road which
+ is also a field boundary), should be digitized as a boundary to
+ complete the area(s), and a boundary which is functionally also a line
+ should be labeled as a line by a distinct category number.
Vector map topology can be cleaned at user level by <tt>v.clean</tt>
command.
More information about the grass-commit
mailing list