Skip to content

Commit

Permalink
v.to.db: geometry keyword added
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Apr 25, 2020
1 parent a318386 commit a938634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector/v.to.db/main.c
Expand Up @@ -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
Expand Down Expand Up @@ -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"));
Expand Down

0 comments on commit a938634

Please sign in to comment.