Navigation Menu

Skip to content

Commit

Permalink
save raster useSrcNoData option in project (#10236)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennesky committed May 15, 2014
1 parent ecf2600 commit 061941e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -1504,8 +1504,6 @@ bool QgsRasterLayer::writeXml( QDomNode & layer_node,

for ( int bandNo = 1; bandNo <= mDataProvider->bandCount(); bandNo++ )
{
if ( mDataProvider->userNoDataValues( bandNo ).isEmpty() ) continue;

QDomElement noDataRangeList = document.createElement( "noDataList" );
noDataRangeList.setAttribute( "bandNo", bandNo );
noDataRangeList.setAttribute( "useSrcNoData", mDataProvider->useSrcNoDataValue( bandNo ) );
Expand Down

0 comments on commit 061941e

Please sign in to comment.