Skip to content

Commit

Permalink
qgsogrprovider.cpp: fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 12, 2016
1 parent 4116f95 commit e301cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -306,9 +306,8 @@ QgsOgrProvider::QgsOgrProvider( QString const & uri )
// This part of the code parses the uri transmitted to the ogr provider to
// get the options the client wants us to apply
// 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
// layer will be layer 0.
//this is not true for geojson
if ( !uri.contains( '|', Qt::CaseSensitive ) )
{
Expand Down

0 comments on commit e301cc8

Please sign in to comment.