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

Automated merge with http://hg.orfeo-toolbox.org/OTB

parents 834e47ac 55ab565c
No related branches found
No related tags found
No related merge requests found
...@@ -317,6 +317,8 @@ OGRVectorDataIO<TData>::GetOGRDriverName(std::string name) const ...@@ -317,6 +317,8 @@ OGRVectorDataIO<TData>::GetOGRDriverName(std::string name) const
driverOGR="MapInfo File"; driverOGR="MapInfo File";
else if (extension=="GML") else if (extension=="GML")
driverOGR="GML"; driverOGR="GML";
else if (extension=="GPX")
driverOGR="GPX";
else else
driverOGR="NOT-FOUND"; driverOGR="NOT-FOUND";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment