[GRASS-SVN] r48159 - grass/trunk/vector/v.out.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 6 03:03:27 EDT 2011


Author: neteler
Date: 2011-09-06 00:03:27 -0700 (Tue, 06 Sep 2011)
New Revision: 48159

Modified:
   grass/trunk/vector/v.out.ogr/args.c
Log:
partially revert r47963 to reinstate default format (keep OGR behaviour)

Modified: grass/trunk/vector/v.out.ogr/args.c
===================================================================
--- grass/trunk/vector/v.out.ogr/args.c	2011-09-06 06:48:56 UTC (rev 48158)
+++ grass/trunk/vector/v.out.ogr/args.c	2011-09-06 07:03:27 UTC (rev 48159)
@@ -44,6 +44,7 @@
     options->format->type = TYPE_STRING;
     options->format->required = YES;
     options->format->multiple = NO;
+    options->format->answer = "ESRI_Shapefile";
     options->format->options = OGR_list_write_drivers();
     options->format->description = _("Data format to write");
     



More information about the grass-commit mailing list