Skip to content

Commit 7097345

Browse files
committed
Always use XYZ tile layers with smooth image transform
It would make sense to have it enabled by default with WMTS too
1 parent 80f0228 commit 7097345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wms/qgswmscapabilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bool QgsWmsSettings::parseUri( const QString& uriString )
5959
mAuth.mAuthCfg.clear();
6060
mIgnoreGetMapUrl = false;
6161
mIgnoreGetFeatureInfoUrl = false;
62-
mSmoothPixmapTransform = false;
62+
mSmoothPixmapTransform = true;
6363
mDpiMode = dpiNone; // does not matter what we set here
6464
mActiveSubLayers = QStringList( "xyz" ); // just a placeholder to have one sub-layer
6565
mActiveSubStyles = QStringList( "xyz" ); // just a placeholder to have one sub-style

0 commit comments

Comments
 (0)