Skip to content
Permalink
Browse files
add ESRI FileGDB driver to OGR drivers list
  • Loading branch information
alexbruy committed Apr 26, 2012
1 parent 22a045f commit 5b2ef2b
Showing 1 changed file with 4 additions and 0 deletions.
@@ -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;";

0 comments on commit 5b2ef2b

Please sign in to comment.