Skip to content

Commit

Permalink
update time parameters in wmst getfeatureinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed Jun 17, 2020
1 parent 4df49cc commit e73074b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -2914,6 +2914,14 @@ QgsRasterIdentifyResult QgsWmsProvider::identify( const QgsPointXY &point, QgsRa
{
setQueryItem( query, QStringLiteral( "FEATURE_COUNT" ), QString::number( mSettings.mFeatureCount ) );
}

// For WMS-T layers
if ( temporalCapabilities() &&
temporalCapabilities()->hasTemporalCapabilities() )
{
addWmstParameters( query );
}

requestUrl.setQuery( query );

layerList << *layers;
Expand Down

0 comments on commit e73074b

Please sign in to comment.