We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f0228 commit 7097345Copy full SHA for 7097345
src/providers/wms/qgswmscapabilities.cpp
@@ -59,7 +59,7 @@ bool QgsWmsSettings::parseUri( const QString& uriString )
59
mAuth.mAuthCfg.clear();
60
mIgnoreGetMapUrl = false;
61
mIgnoreGetFeatureInfoUrl = false;
62
- mSmoothPixmapTransform = false;
+ mSmoothPixmapTransform = true;
63
mDpiMode = dpiNone; // does not matter what we set here
64
mActiveSubLayers = QStringList( "xyz" ); // just a placeholder to have one sub-layer
65
mActiveSubStyles = QStringList( "xyz" ); // just a placeholder to have one sub-style
0 commit comments