Skip to content

Commit 48822a3

Browse files
author
timlinux
committedJan 20, 2004
Removed deprecated showgrayascolor tag.
git-svn-id: http://svn.osgeo.org/qgis/trunk@533 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c84cc60 commit 48822a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎qgis.dtd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<!ELEMENT rasterproperties (showDebugOverlayFlag, showGrayAsColorFlag, invertHistogramFlag, stdDevsToPlotDouble, transparencyLevelInt, redBandNameQString, greenBandNameQString, blueBandNameQString, grayBandNameQString) >
5858
<!--Raster flag to indicate whether debug infor overlay should be rendered onto the raster -->
5959
<!ELEMENT showDebugOverlayFlag>
60-
<!--Raster flag indicating whether grayscale images should be rendered as pseudocolor -->
61-
<!ELEMENT showGrayAsColorFlag>
6260
<!--Raster : flag indicating whether the histogram should be inverted or not -->
6361
<!ELEMENT invertHistogramFlag>
6462
<!--Raster : Number of stddev to plot (0) to ignore -->
@@ -75,7 +73,6 @@
7573
<!ELEMENT grayBandNameQString (#CDATA)>
7674
<!-- Attribute Lists -->
7775
<!ATTLIST showDebugOverlayFlag boolean (1|0|true|false) "false">
78-
<!ATTLIST showGrayAsColorFlag boolean (1|0|true|false) "false">
7976
<!ATTLIST invertHistogramFlag boolean (1|0|true|false) "false">
8077
<!ATTLIST stdDevsToPlotDouble value CDATA "0">
8178
<!ATTLIST transparencyLevelInt value CDATA "0">

0 commit comments

Comments
 (0)
Please sign in to comment.