[GRASS-dev] prefer GeoPackage over Shapefile

Jachym Cepicky jachym.cepicky at gmail.com
Wed Oct 18 05:28:36 PDT 2017


Hi,

I would like to submit following commit to GRASS GIS - master

Index: vector/v.out.ogr/args.c
===================================================================
--- vector/v.out.ogr/args.c (revision 71566)
+++ vector/v.out.ogr/args.c (working copy)
@@ -32,7 +32,7 @@
     options->format->type = TYPE_STRING;
     options->format->required = YES;
     options->format->multiple = NO;
-    options->format->answer = "ESRI_Shapefile";
+    options->format->answer = "DPKG";
     options->format->options = OGR_list_write_drivers();
     options->format->description = _("Data format to write");



any objections?

Reasoning: all is written at http://switchtoshapefile.org

Jachym
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20171018/772e3463/attachment.html>


More information about the grass-dev mailing list