mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Add QML in new format for landsat875 test
This commit is contained in:
parent
60221439f0
commit
cbb70a1aa4
80
tests/testdata/landsat_875.qml
vendored
80
tests/testdata/landsat_875.qml
vendored
@ -1,64 +1,22 @@
|
||||
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
|
||||
<qgis version="1.8.0-Trunk" minimumScale="0" maximumScale="1e+08" hasScaleBasedVisibilityFlag="0">
|
||||
<qgis version="1.9.0-Master" minimumScale="0" maximumScale="1e+08" hasScaleBasedVisibilityFlag="0">
|
||||
<transparencyLevelInt>255</transparencyLevelInt>
|
||||
<rasterproperties>
|
||||
<mDrawingStyle>MultiBandColor</mDrawingStyle>
|
||||
<mColorShadingAlgorithm>UndefinedShader</mColorShadingAlgorithm>
|
||||
<mInvertColor boolean="false"/>
|
||||
<mRedBandName>Band 8</mRedBandName>
|
||||
<mGreenBandName>Band 7</mGreenBandName>
|
||||
<mBlueBandName>Band 5</mBlueBandName>
|
||||
<mGrayBandName>Band 1</mGrayBandName>
|
||||
<mStandardDeviations>0</mStandardDeviations>
|
||||
<mUserDefinedRGBMinimumMaximum boolean="false"/>
|
||||
<mRGBMinimumMaximumEstimated boolean="true"/>
|
||||
<mUserDefinedGrayMinimumMaximum boolean="false"/>
|
||||
<mGrayMinimumMaximumEstimated boolean="true"/>
|
||||
<mContrastEnhancementAlgorithm>StretchToMinimumMaximum</mContrastEnhancementAlgorithm>
|
||||
<contrastEnhancementMinMaxValues>
|
||||
<minMaxEntry>
|
||||
<min>0</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>0</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>0</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>0</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>61</min>
|
||||
<max>123</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>0</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>92</min>
|
||||
<max>232</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>122</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
<minMaxEntry>
|
||||
<min>0</min>
|
||||
<max>255</max>
|
||||
</minMaxEntry>
|
||||
</contrastEnhancementMinMaxValues>
|
||||
<mNoDataValue mValidNoDataValue="true">-32768.000000</mNoDataValue>
|
||||
<singleValuePixelList>
|
||||
<pixelListEntry pixelValue="-32768.000000" percentTransparent="100"/>
|
||||
</singleValuePixelList>
|
||||
<threeValuePixelList>
|
||||
<pixelListEntry red="-32768.000000" blue="-32768.000000" green="-32768.000000" percentTransparent="100"/>
|
||||
</threeValuePixelList>
|
||||
</rasterproperties>
|
||||
<rasterrenderer opacity="1" alphaBand="-1" maxOversampling="2" blueBand="5" greenBand="7" type="multibandcolor" invertColor="0" redBand="8">
|
||||
<rasterTransparency/>
|
||||
<redContrastEnhancement>
|
||||
<minValue>122</minValue>
|
||||
<maxValue>255</maxValue>
|
||||
<algorithm>1</algorithm>
|
||||
</redContrastEnhancement>
|
||||
<greenContrastEnhancement>
|
||||
<minValue>92</minValue>
|
||||
<maxValue>232</maxValue>
|
||||
<algorithm>1</algorithm>
|
||||
</greenContrastEnhancement>
|
||||
<blueContrastEnhancement>
|
||||
<minValue>61</minValue>
|
||||
<maxValue>123</maxValue>
|
||||
<algorithm>1</algorithm>
|
||||
</blueContrastEnhancement>
|
||||
</rasterrenderer>
|
||||
</qgis>
|
||||
|
Loading…
x
Reference in New Issue
Block a user