Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed default and managed UserDefinedEnhancement as not implemented
  • Loading branch information
luipir committed Feb 12, 2019
1 parent 4d5062a commit fe8be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgscontrastenhancement.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit fe8be68

Please sign in to comment.