mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -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 );
|
setExpansions( QgsAuthMethod::NetworkRequest );
|
||||||
setDataProviders( QStringList()
|
setDataProviders( QStringList()
|
||||||
<< QStringLiteral( "wms" )
|
<< QStringLiteral( "wms" )
|
||||||
<< QStringLiteral( "vectortile" ) );
|
<< QStringLiteral( "vectortile" )
|
||||||
|
<< QStringLiteral( "xyzvectortiles" ) );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user