|
@@ -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"));
|