mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Maptiler auth can be used for xyzvectortiles provider
This commit is contained in:
parent
a951563dd7
commit
18bbb833e7
@ -41,7 +41,8 @@ QgsAuthMapTilerHmacSha256Method::QgsAuthMapTilerHmacSha256Method()
|
||||
setExpansions( QgsAuthMethod::NetworkRequest );
|
||||
setDataProviders( QStringList()
|
||||
<< QStringLiteral( "wms" )
|
||||
<< QStringLiteral( "vectortile" ) );
|
||||
<< QStringLiteral( "vectortile" )
|
||||
<< QStringLiteral( "xyzvectortiles" ) );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user