Skip to content

Commit

Permalink
add ESRI FileGDB driver to OGR drivers list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 26, 2012
1 parent 22a045f commit 5b2ef2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -1608,6 +1608,10 @@ QString createFilters( QString type )
{
myProtocolDrivers += "DODS/OPeNDAP,DODS;";
}
else if ( driverName.startsWith( "FileGDB" ) )
{
myDirectoryDrivers += QObject::tr( "ESRI FileGDB" ) + ",FileGDB;";
}
else if ( driverName.startsWith( "PGeo" ) )
{
myDatabaseDrivers += QObject::tr( "ESRI Personal GeoDatabase" ) + ",PGeo;";
Expand Down

0 comments on commit 5b2ef2b

Please sign in to comment.