mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
using QStringLiteral for QVariantMap indexes
This commit is contained in:
parent
aa554b2e5a
commit
c4f84db542
@ -1247,6 +1247,8 @@ void QgsRasterLayerProperties::updateSourceStaticTime()
|
||||
QgsProviderMetadata *metadata = QgsProviderRegistry::instance()->providerMetadata(
|
||||
mRasterLayer->providerType() );
|
||||
QVariantMap uri = metadata->decodeUri( mRasterLayer->dataProvider()->dataSourceUri() );
|
||||
|
||||
if ( mWmstGroup->isVisible() )
|
||||
uri[ QStringLiteral( "allowTemporalUpdates" ) ] = mWmstGroup->isChecked();
|
||||
|
||||
if ( mWmstGroup->isEnabled() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user