Browse Source

partially revert https://trac.osgeo.org/grass/changeset/47963 to reinstate default format (keep OGR behaviour)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48159 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 years ago
parent
commit
5191c8a36f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vector/v.out.ogr/args.c

+ 1 - 0
vector/v.out.ogr/args.c

@@ -44,6 +44,7 @@ void parse_args(int argc, char **argv,
     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");