Skip to content
Snippets Groups Projects
Commit 5641cd57 authored by Julien Michel's avatar Julien Michel
Browse files

Merge branch 'support-geopackage' into 'develop'

ENH: Support Geopackage OGR driver

See merge request orfeotoolbox/otb!61
parents a2a22bb1 1f9079f9
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ const ExtensionDriverAssociation k_ExtensionDriverMap[] =
{".SQLITE", "SQLite"},
{".KML", "KML"},
{".CSV", "CSV"},
{".GPKG", "GPKG"}
};
/**\ingroup GeometryInternals
* \brief Returns the OGR driver name associated to a filename.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment