Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/vector/qgsvectorlayerrenderer.cpp
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
rduivenvoorde and nyalldawson committed Sep 8, 2021
1 parent ecf9147 commit 855878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vector/qgsvectorlayerrenderer.cpp
Expand Up @@ -99,7 +99,7 @@ QgsVectorLayerRenderer::QgsVectorLayerRenderer( QgsVectorLayer *layer, QgsRender
QgsVectorLayerTemporalContext temporalContext;
temporalContext.setLayer( layer );
mTemporalFilter = qobject_cast< const QgsVectorLayerTemporalProperties * >( layer->temporalProperties() )->createFilterString( temporalContext, context.temporalRange() );
QgsDebugMsg( "Rendering with Temporal Filter: " + mTemporalFilter );
QgsDebugMsgLevel( "Rendering with Temporal Filter: " + mTemporalFilter, 2 );
}

// if there's already a simplification method specified via the context, we respect that. Otherwise, we fall back
Expand Down

0 comments on commit 855878f

Please sign in to comment.