浏览代码

v.to.db: geometry keyword added

Markus Neteler 5 年之前
父节点
当前提交
ae211708bf
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      vector/v.to.db/main.c

+ 2 - 1
vector/v.to.db/main.c

@@ -7,7 +7,7 @@
  *               Glynn Clements <glynn gclements.plus.com>,
  *               Markus Neteler <neteler itc.it>
  * PURPOSE:      load values from vector to database
- * COPYRIGHT:    (C) 2000-2010 by the GRASS Development Team
+ * COPYRIGHT:    (C) 2000-2020 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
@@ -45,6 +45,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("compactness"));
     G_add_keyword(_("coordinates"));
     G_add_keyword(_("fractal"));
+    G_add_keyword(_("geometry"));
     G_add_keyword(_("length"));
     G_add_keyword(_("perimeter"));
     G_add_keyword(_("sides"));