We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4116f95 commit e301cc8Copy full SHA for e301cc8
src/providers/ogr/qgsogrprovider.cpp
@@ -306,9 +306,8 @@ QgsOgrProvider::QgsOgrProvider( QString const & uri )
306
// This part of the code parses the uri transmitted to the ogr provider to
307
// get the options the client wants us to apply
308
309
- // If there is no & in the uri, then the uri is just the filename. The loaded
+ // If there is no | in the uri, then the uri is just the filename. The loaded
310
// layer will be layer 0.
311
- //this is not true for geojson
312
313
if ( !uri.contains( '|', Qt::CaseSensitive ) )
314
{
0 commit comments