Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo and rephrased
  • Loading branch information
luipir committed Feb 12, 2019
1 parent 24a74d1 commit 210dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Expand Up @@ -1425,7 +1425,7 @@ void QgsMapLayer::exportSldStyle( QDomDocument &doc, QString &errorMsg ) const
root.appendChild( layerNode );
}

// note rster layer generate only 1.0 SLD version mostly becase seems none is using SE1.1.0 at leasst for rasters
// note: Only SLD 1.0 version is generated because seems none is using SE1.1.0 at least for rasters
if ( rlayer )
{
// Create the root element
Expand Down

0 comments on commit 210dbc1

Please sign in to comment.