mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-23 00:05:43 -04:00
removed default and managed UserDefinedEnhancement as not implemented
This commit is contained in:
parent
2712fc80f8
commit
a2d85adade
@ -398,7 +398,7 @@ void QgsContrastEnhancement::toSld( QDomDocument &doc, QDomElement &element ) co
|
||||
break;
|
||||
case NoEnhancement:
|
||||
return;
|
||||
default:
|
||||
case UserDefinedEnhancement:
|
||||
QString algName = contrastEnhancementAlgorithmString( contrastEnhancementAlgorithm() );
|
||||
QgsDebugMsg( QObject::tr( "No SLD1.0 conversion yet for stretch algorithm %1" ).arg( algName ) );
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user