Skip to content

Commit

Permalink
add missing implementation of QgsQuickMapSettings::setTransformContext
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and nyalldawson committed Sep 24, 2020
1 parent 3b6178a commit 7106eea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/quickgui/qgsquickmapsettings.cpp
Expand Up @@ -130,6 +130,11 @@ QgsMapSettings QgsQuickMapSettings::mapSettings() const
return mMapSettings;
}

void QgsQuickMapSettings::QgsQuickMapSettings::setTransformContext( const QgsCoordinateTransformContext &ctx )
{
mMapSettings.setTransformContext( ctx );
}

QSize QgsQuickMapSettings::outputSize() const
{
return mMapSettings.outputSize();
Expand Down

0 comments on commit 7106eea

Please sign in to comment.