Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ogr] Mark OpenStreetMap file extensions (.osm, .pbf) as featuring la…
…yers
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Mar 25, 2020
1 parent fb7ed6b commit 9db26c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/providers/ogr/qgsogrdataitems.cpp
Expand Up @@ -558,7 +558,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 9db26c9

Please sign in to comment.