Skip to content

Commit cbb70a1

Browse files
committed
Add QML in new format for landsat875 test
1 parent 6022143 commit cbb70a1

1 file changed

Lines changed: 19 additions & 61 deletions

File tree

tests/testdata/landsat_875.qml

Lines changed: 19 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,22 @@
11
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
2-
<qgis version="1.8.0-Trunk" minimumScale="0" maximumScale="1e+08" hasScaleBasedVisibilityFlag="0">
2+
<qgis version="1.9.0-Master" minimumScale="0" maximumScale="1e+08" hasScaleBasedVisibilityFlag="0">
33
<transparencyLevelInt>255</transparencyLevelInt>
4-
<rasterproperties>
5-
<mDrawingStyle>MultiBandColor</mDrawingStyle>
6-
<mColorShadingAlgorithm>UndefinedShader</mColorShadingAlgorithm>
7-
<mInvertColor boolean="false"/>
8-
<mRedBandName>Band 8</mRedBandName>
9-
<mGreenBandName>Band 7</mGreenBandName>
10-
<mBlueBandName>Band 5</mBlueBandName>
11-
<mGrayBandName>Band 1</mGrayBandName>
12-
<mStandardDeviations>0</mStandardDeviations>
13-
<mUserDefinedRGBMinimumMaximum boolean="false"/>
14-
<mRGBMinimumMaximumEstimated boolean="true"/>
15-
<mUserDefinedGrayMinimumMaximum boolean="false"/>
16-
<mGrayMinimumMaximumEstimated boolean="true"/>
17-
<mContrastEnhancementAlgorithm>StretchToMinimumMaximum</mContrastEnhancementAlgorithm>
18-
<contrastEnhancementMinMaxValues>
19-
<minMaxEntry>
20-
<min>0</min>
21-
<max>255</max>
22-
</minMaxEntry>
23-
<minMaxEntry>
24-
<min>0</min>
25-
<max>255</max>
26-
</minMaxEntry>
27-
<minMaxEntry>
28-
<min>0</min>
29-
<max>255</max>
30-
</minMaxEntry>
31-
<minMaxEntry>
32-
<min>0</min>
33-
<max>255</max>
34-
</minMaxEntry>
35-
<minMaxEntry>
36-
<min>61</min>
37-
<max>123</max>
38-
</minMaxEntry>
39-
<minMaxEntry>
40-
<min>0</min>
41-
<max>255</max>
42-
</minMaxEntry>
43-
<minMaxEntry>
44-
<min>92</min>
45-
<max>232</max>
46-
</minMaxEntry>
47-
<minMaxEntry>
48-
<min>122</min>
49-
<max>255</max>
50-
</minMaxEntry>
51-
<minMaxEntry>
52-
<min>0</min>
53-
<max>255</max>
54-
</minMaxEntry>
55-
</contrastEnhancementMinMaxValues>
56-
<mNoDataValue mValidNoDataValue="true">-32768.000000</mNoDataValue>
57-
<singleValuePixelList>
58-
<pixelListEntry pixelValue="-32768.000000" percentTransparent="100"/>
59-
</singleValuePixelList>
60-
<threeValuePixelList>
61-
<pixelListEntry red="-32768.000000" blue="-32768.000000" green="-32768.000000" percentTransparent="100"/>
62-
</threeValuePixelList>
63-
</rasterproperties>
4+
<rasterrenderer opacity="1" alphaBand="-1" maxOversampling="2" blueBand="5" greenBand="7" type="multibandcolor" invertColor="0" redBand="8">
5+
<rasterTransparency/>
6+
<redContrastEnhancement>
7+
<minValue>122</minValue>
8+
<maxValue>255</maxValue>
9+
<algorithm>1</algorithm>
10+
</redContrastEnhancement>
11+
<greenContrastEnhancement>
12+
<minValue>92</minValue>
13+
<maxValue>232</maxValue>
14+
<algorithm>1</algorithm>
15+
</greenContrastEnhancement>
16+
<blueContrastEnhancement>
17+
<minValue>61</minValue>
18+
<maxValue>123</maxValue>
19+
<algorithm>1</algorithm>
20+
</blueContrastEnhancement>
21+
</rasterrenderer>
6422
</qgis>

0 commit comments

Comments
 (0)