Browse Source

v.to.db: geometry keyword added

Markus Neteler 5 years ago
parent
commit
ae211708bf
1 changed files with 2 additions and 1 deletions
  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"));