Skip to content

Commit

Permalink
Add kmz extension as possible container format
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 25, 2021
1 parent 670250d commit 87f43e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsgdalutils.cpp
Expand Up @@ -37,6 +37,7 @@ const QStringList QgsGdalUtils::SUPPORTED_DB_LAYERS_EXTENSIONS
QStringLiteral( "db" ),
QStringLiteral( "gdb" ),
QStringLiteral( "kml" ),
QStringLiteral( "kmz" ),
QStringLiteral( "osm" ),
QStringLiteral( "mdb" ),
QStringLiteral( "accdb" ),
Expand Down

0 comments on commit 87f43e2

Please sign in to comment.