We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 00554ef commit 9c02b8cCopy full SHA for 9c02b8c
src/quickgui/qgsquickmapsettings.cpp
@@ -147,6 +147,11 @@ QgsPoint QgsQuickMapSettings::screenToCoordinate( const QPointF &point ) const
147
return QgsPoint( pp );
148
}
149
150
+void QgsQuickMapSettings::setTransformContext( const QgsCoordinateTransformContext &ctx )
151
+{
152
+ mMapSettings.setTransformContext( ctx );
153
+}
154
+
155
QgsMapSettings QgsQuickMapSettings::mapSettings() const
156
{
157
return mMapSettings;
0 commit comments