Skip to content

Commit

Permalink
Allow more data providers other than WMS
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-tomcummins-roweit authored and nyalldawson committed Oct 22, 2021
1 parent 69f1886 commit ad842be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/auth/apiheader/core/qgsauthapiheadermethod.cpp
Expand Up @@ -40,6 +40,9 @@ QgsAuthApiHeaderMethod::QgsAuthApiHeaderMethod()
setVersion( 2 );
setExpansions( QgsAuthMethod::NetworkRequest );
setDataProviders( QStringList()
<< QStringLiteral( "ows" )
<< QStringLiteral( "wfs" ) // convert to lowercase
<< QStringLiteral( "wcs" )
<< QStringLiteral( "wms" ) );
}

Expand Down

0 comments on commit ad842be

Please sign in to comment.