[GRASS-SVN] r48933 - grass/branches/develbranch_6/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 25 09:02:05 EDT 2011
Author: martinl
Date: 2011-10-25 06:02:05 -0700 (Tue, 25 Oct 2011)
New Revision: 48933
Modified:
grass/branches/develbranch_6/vector/v.out.ogr/main.c
Log:
v.out.ogr: add overwrite flag
(merge r48932 from trunk)
Modified: grass/branches/develbranch_6/vector/v.out.ogr/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ogr/main.c 2011-10-25 12:59:44 UTC (rev 48932)
+++ grass/branches/develbranch_6/vector/v.out.ogr/main.c 2011-10-25 13:02:05 UTC (rev 48933)
@@ -96,7 +96,8 @@
module->keywords = _("vector, export");
module->description =
_("Converts to one of the supported OGR vector formats.");
-
+ module->overwrite = TRUE;
+
in_opt = G_define_standard_option(G_OPT_V_INPUT);
type_opt = G_define_standard_option(G_OPT_V3_TYPE);
More information about the grass-commit
mailing list