[GRASS-dev] [GRASS GIS] #3428: Set OGC GeoPackage as default export format
GRASS GIS
trac at osgeo.org
Mon Oct 23 14:00:27 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):
@neteler: you are right - we can all see my C skills be going away and
never return back.
Something like
{{{
OGRSFDriverH tempDriver;
char *gpkgname = "GPKG";
tempDriver = OGRGetDriverByName(gpkgname);
}}}
should work - but does not work for me, can you help?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3428#comment:13>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list