Skip to content

Commit

Permalink
.shp.zip is a potential container
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 23, 2021
1 parent c7c9710 commit 23bd6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsgdalutils.cpp
Expand Up @@ -45,15 +45,15 @@ const QStringList QgsGdalUtils::SUPPORTED_DB_LAYERS_EXTENSIONS
QStringLiteral( "gpx" ),
QStringLiteral( "pdf" ),
QStringLiteral( "pbf" ),
QStringLiteral( "nc" ) };
QStringLiteral( "nc" ),
QStringLiteral( "shp.zip" ) };

const QStringList QgsGdalUtils::INEXPENSIVE_TO_SCAN_EXTENSIONS
{
QStringLiteral( "xlsx" ),
QStringLiteral( "ods" ),
QStringLiteral( "csv" ),
QStringLiteral( "nc" ),
QStringLiteral( "shp.zip" ) };
QStringLiteral( "nc" ) };

bool QgsGdalUtils::supportsRasterCreate( GDALDriverH driver )
{
Expand Down

0 comments on commit 23bd6a8

Please sign in to comment.