Skip to content

Commit

Permalink
using wms provider metadata functions for updates in the uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Apr 28, 2020
1 parent 43ab762 commit 68896bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterlayerproperties.cpp
Expand Up @@ -1273,7 +1273,7 @@ void QgsRasterLayerProperties::updateSourceStaticTime()
range.end().toString( Qt::ISODateWithMs );

uri[ QStringLiteral( "time" ) ] = time;
uri[ QStringLiteral( "temporalSource" ) ] = QLatin1String( "project" );
uri[ QStringLiteral( "temporalSource" ) ] = QLatin1String( "project" )
}
}

Expand Down

0 comments on commit 68896bf

Please sign in to comment.