Skip to content

Commit

Permalink
[ogr] Mark OpenStreetMap file extensions (.osm, .pbf) as featuring la…
Browse files Browse the repository at this point in the history
…yers
  • Loading branch information
nirvn committed Mar 25, 2020
1 parent 88cbac9 commit 1d74232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/providers/ogr/qgsogrdataitems.cpp
Expand Up @@ -563,7 +563,9 @@ QgsDataItem *QgsOgrDataItemProvider::createDataItem( const QString &pathIn, QgsD
QStringLiteral( "sqlite" ),
QStringLiteral( "db" ),
QStringLiteral( "gdb" ),
QStringLiteral( "kml" ) };
QStringLiteral( "kml" ),
QStringLiteral( "osm" ),
QStringLiteral( "pbf" ) };
static QStringList sOgrSupportedDbDriverNames { QStringLiteral( "GPKG" ),
QStringLiteral( "db" ),
QStringLiteral( "gdb" ) };
Expand Down

0 comments on commit 1d74232

Please sign in to comment.