[GRASS-dev] [GRASS GIS] #3428: Set OGC GeoPackage as default export format
GRASS GIS
trac at osgeo.org
Mon Oct 23 01:55:28 PDT 2017
#3428: Set OGC GeoPackage as default export format
--------------------------+-------------------------
Reporter: jachym | Owner: grass-dev@…
Type: task | Status: new
Priority: normal | Milestone: 7.4.0
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.out.ogr
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by jachym):
Thec checking is done in vector/v.out.ogr/create.c, line 18:
{{{
/* start driver */
hDriver = OGRGetDriverByName(pszDriverName);
if (hDriver == NULL) {
G_fatal_error(_("OGR driver <%s> not available"), pszDriverName);
}
}}}
And this is IMHO ok so.
the html documentation updated too btw.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3428#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list