瀏覽代碼

update also attrib table (example)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49690 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 年之前
父節點
當前提交
a53b218116
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      vector/v.edit/v.edit.html

+ 3 - 0
vector/v.edit/v.edit.html

@@ -183,6 +183,9 @@ Add a new point to the vector map (without header):
 echo "P 1 1
  640794 214874
  1 1" | v.edit -n tool=add map=vectmap input=-
+
+# insert new row for each category in attribute table if doesn't exist yet
+v.to.db map=vectmap option=cat
 </pre></div>
 
 The input must be in <a href="vectorascii.html">GRASS ASCII vector