Skip to content
Snippets Groups Projects
Commit 55ab565c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH:add GPX driver in OGRvectorDataIO

parent 9fe1a5dd
No related branches found
No related tags found
No related merge requests found
......@@ -317,6 +317,8 @@ OGRVectorDataIO<TData>::GetOGRDriverName(std::string name) const
driverOGR="MapInfo File";
else if (extension=="GML")
driverOGR="GML";
else if (extension=="GPX")
driverOGR="GPX";
else
driverOGR="NOT-FOUND";
}
......
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