Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/default-themes.xml @ 3900:80da3ba8e55e
Added themes for bedheight difference charts.
flys-artifacts/trunk@5564 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 21 Sep 2012 14:34:38 +0000 |
parents | 940cd2ef149f |
children | 9a2c38fb5f29 |
comparison
equal
deleted
inserted
replaced
3899:663e82917b8f | 3900:80da3ba8e55e |
---|---|
1142 <field name="linecolor" type="Color" display="Linienfarbe" | 1142 <field name="linecolor" type="Color" display="Linienfarbe" |
1143 default="#00FF00" /> | 1143 default="#00FF00" /> |
1144 </fields> | 1144 </fields> |
1145 </theme> | 1145 </theme> |
1146 | 1146 |
1147 <!-- Bedheight differences --> | |
1148 <theme name="BedheightDiffYear"> | |
1149 <inherits> | |
1150 <inherit from="HiddenColorLines" /> | |
1151 <inherit from="MinMaxPoints" /> | |
1152 </inherits> | |
1153 <fields> | |
1154 <field name="linecolor" type="Color" display="Linienfarbe" | |
1155 default="0, 204, 204" /> | |
1156 </fields> | |
1157 </theme> | |
1158 | |
1159 <theme name="BedheightDiffMorphWidth"> | |
1160 <inherits> | |
1161 <inherit from="HiddenColorLines" /> | |
1162 <inherit from="MinMaxPoints" /> | |
1163 </inherits> | |
1164 <fields> | |
1165 <field name="linecolor" type="Color" display="Linienfarbe" | |
1166 default="204, 204, 0" /> | |
1167 </fields> | |
1168 </theme> | |
1169 | |
1170 <theme name="BedheightDiffEpoch"> | |
1171 <inherits> | |
1172 <inherit from="HiddenColorLines" /> | |
1173 <inherit from="MinMaxPoints" /> | |
1174 </inherits> | |
1175 <fields> | |
1176 <field name="linecolor" type="Color" display="Linienfarbe" | |
1177 default="204, 0, 204" /> | |
1178 </fields> | |
1179 </theme> | |
1180 | |
1181 <theme name="BedheightDiffAbsHeight1"> | |
1182 <inherits> | |
1183 <inherit from="HiddenColorLines" /> | |
1184 <inherit from="MinMaxPoints" /> | |
1185 </inherits> | |
1186 <fields> | |
1187 <field name="linecolor" type="Color" display="Linienfarbe" | |
1188 default="204, 0, 204" /> | |
1189 </fields> | |
1190 </theme> | |
1191 | |
1192 <theme name="BedheightDiffAbsHeight2"> | |
1193 <inherits> | |
1194 <inherit from="HiddenColorLines" /> | |
1195 <inherit from="MinMaxPoints" /> | |
1196 </inherits> | |
1197 <fields> | |
1198 <field name="linecolor" type="Color" display="Linienfarbe" | |
1199 default="255, 100, 100" /> | |
1200 </fields> | |
1201 </theme> | |
1202 | |
1203 <theme name="BedheightDiffHeightYear"> | |
1204 <inherits> | |
1205 <inherit from="HiddenColorLines" /> | |
1206 <inherit from="MinMaxPoints" /> | |
1207 </inherits> | |
1208 <fields> | |
1209 <field name="linecolor" type="Color" display="Linienfarbe" | |
1210 default="204, 0, 0" /> | |
1211 </fields> | |
1212 </theme> | |
1213 | |
1147 | 1214 |
1148 <!-- FLOW VELOCITY --> | 1215 <!-- FLOW VELOCITY --> |
1149 <theme name="FlowVelocityVMainChannel"> | 1216 <theme name="FlowVelocityVMainChannel"> |
1150 <inherits> | 1217 <inherits> |
1151 <inherit from="HiddenColorLines" /> | 1218 <inherit from="HiddenColorLines" /> |