Browse Source

vectorlib.dox: point to user wiki, mention boundaries and categories

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59513 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
856b7440d7
1 changed files with 6 additions and 2 deletions
  1. 6 2
      lib/vector/vectorlib.dox

+ 6 - 2
lib/vector/vectorlib.dox

@@ -293,8 +293,10 @@ Information about categories holds \ref line_cats data structure.
 
 \section vlibAttributes Attributes
 
-The old GRASS 4.x 'dig_cats' files are not used any more and vectors'
-attributes are stored in external database. Connection with the
+For a user-centric view about attribute management, see the explanations
+in the <a href="http://grasswiki.osgeo.org/wiki/Vector_Database_Management">GRASS GIS Wiki</a>.
+
+The attribute data are stored in external database. Connection with the
 database is done through drivers based on \ref dbmilib. Records in a
 table are linked to vector entities by layer and category number. The
 layer identifies table and the category identifies record.  I.e., for
@@ -313,6 +315,8 @@ driver+database+table+row
 The general DBMI settings are defined in the '$MAPSET/VAR' text file
 (maintained with <tt>db.connect</tt> command at user level).
 
+Note: vector boundaries are (typically) handled without category since adjacent
+parcels might have two different categories which prevents from a unique assignment.
 
 \section vlibGeometry Vector library feature geometry