Skip to content
Snippets Groups Projects
Commit 1f3e110c authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ENH: add support for OGR CSV driver (compiled by default into gdal)

parent 2970a499
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ const ExtensionDriverAssociation k_ExtensionDriverMap[] =
{".GPX", "GPX"},
{".SQLITE", "SQLite"},
{".KML", "KML"},
{".CSV", "CSV"},
};
/**\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