Skip to content
Permalink
Browse files
Always use XYZ tile layers with smooth image transform
It would make sense to have it enabled by default with WMTS too
  • Loading branch information
wonder-sk committed Sep 5, 2016
1 parent 80f0228 commit 7097345
Showing 1 changed file with 1 addition and 1 deletion.
@@ -59,7 +59,7 @@ bool QgsWmsSettings::parseUri( const QString& uriString )
mAuth.mAuthCfg.clear();
mIgnoreGetMapUrl = false;
mIgnoreGetFeatureInfoUrl = false;
mSmoothPixmapTransform = false;
mSmoothPixmapTransform = true;
mDpiMode = dpiNone; // does not matter what we set here
mActiveSubLayers = QStringList( "xyz" ); // just a placeholder to have one sub-layer
mActiveSubStyles = QStringList( "xyz" ); // just a placeholder to have one sub-style

0 comments on commit 7097345

Please sign in to comment.