Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second.xml @ 7517:46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 04 Nov 2013 15:57:47 +0100 |
parents | 20313093ba96 |
children | 28c403ec0a27 |
comparison
equal
deleted
inserted
replaced
7516:7e95bdb72a40 | 7517:46f902aa6b54 |
---|---|
1098 <field name="linecolor" type="Color" display="Linienfarbe" | 1098 <field name="linecolor" type="Color" display="Linienfarbe" |
1099 default="0, 204, 0" /> | 1099 default="0, 204, 0" /> |
1100 </fields> | 1100 </fields> |
1101 </theme> | 1101 </theme> |
1102 | 1102 |
1103 <!-- Sediment load --> | 1103 <!-- Sediment load, M^3/A --> |
1104 <theme name="SedimentLoadCoarse"> | 1104 <theme name="SedimentLoadM3ACoarse"> |
1105 <inherits> | 1105 <inherits> |
1106 <inherit from="LongitudinalSection" /> | 1106 <inherit from="LongitudinalSection" /> |
1107 </inherits> | 1107 </inherits> |
1108 <fields> | 1108 <fields> |
1109 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1109 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1110 </fields> | 1110 </fields> |
1111 </theme> | 1111 </theme> |
1112 | 1112 |
1113 <theme name="SedimentLoadFineMid"> | 1113 <theme name="SedimentLoadM3AFineMid"> |
1114 <inherits> | 1114 <inherits> |
1115 <inherit from="LongitudinalSection" /> | 1115 <inherit from="LongitudinalSection" /> |
1116 </inherits> | 1116 </inherits> |
1117 <fields> | 1117 <fields> |
1118 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1118 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1119 </fields> | 1119 </fields> |
1120 </theme> | 1120 </theme> |
1121 <theme name="SedimentLoadSand"> | 1121 |
1122 <theme name="SedimentLoadM3ASand"> | |
1122 <inherits> | 1123 <inherits> |
1123 <inherit from="LongitudinalSection" /> | 1124 <inherit from="LongitudinalSection" /> |
1124 </inherits> | 1125 </inherits> |
1125 <fields> | 1126 <fields> |
1126 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1127 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1127 </fields> | 1128 </fields> |
1128 </theme> | 1129 </theme> |
1129 | 1130 |
1130 <theme name="SedimentLoadSuspSand"> | 1131 <theme name="SedimentLoadM3ASuspSand"> |
1131 <inherits> | 1132 <inherits> |
1132 <inherit from="LongitudinalSection" /> | 1133 <inherit from="LongitudinalSection" /> |
1133 </inherits> | 1134 </inherits> |
1134 <fields> | 1135 <fields> |
1135 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1136 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1136 </fields> | 1137 </fields> |
1137 </theme> | 1138 </theme> |
1138 | 1139 |
1139 <theme name="SedimentLoadSediment"> | 1140 <theme name="SedimentLoadM3ASediment"> |
1140 <inherits> | 1141 <inherits> |
1141 <inherit from="LongitudinalSection" /> | 1142 <inherit from="LongitudinalSection" /> |
1142 </inherits> | 1143 </inherits> |
1143 <fields> | 1144 <fields> |
1144 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1145 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1145 </fields> | 1146 </fields> |
1146 </theme> | 1147 </theme> |
1147 <theme name="SedimentLoadSuspSandBed"> | 1148 |
1149 <theme name="SedimentLoadM3ASuspSandBed"> | |
1148 <inherits> | 1150 <inherits> |
1149 <inherit from="LongitudinalSection" /> | 1151 <inherit from="LongitudinalSection" /> |
1150 </inherits> | 1152 </inherits> |
1151 <fields> | 1153 <fields> |
1152 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1154 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1153 <field name="showlinelabel" type="boolean" | 1155 <field name="showlinelabel" type="boolean" |
1154 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1156 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1155 </fields> | 1157 </fields> |
1156 </theme> | 1158 </theme> |
1157 <theme name="SedimentLoadTotalLoad"> | 1159 |
1160 <theme name="SedimentLoadM3ATotalLoad"> | |
1158 <inherits> | 1161 <inherits> |
1159 <inherit from="LongitudinalSection" /> | 1162 <inherit from="LongitudinalSection" /> |
1160 </inherits> | 1163 </inherits> |
1161 <fields> | 1164 <fields> |
1162 <field name="linecolor" type="Color" default="255, 100, 100" /> | 1165 <field name="linecolor" type="Color" default="255, 100, 100" /> |
1163 <field name="showlinelabel" type="boolean" | 1166 <field name="showlinelabel" type="boolean" |
1164 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1167 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1165 </fields> | 1168 </fields> |
1166 </theme> | 1169 </theme> |
1167 <theme name="SedimentLoadTotal"> | 1170 |
1171 <theme name="SedimentLoadM3ATotal"> | |
1168 <inherits> | 1172 <inherits> |
1169 <inherit from="LongitudinalSection" /> | 1173 <inherit from="LongitudinalSection" /> |
1170 </inherits> | 1174 </inherits> |
1171 <fields> | 1175 <fields> |
1172 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1176 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1173 <field name="showlinelabel" type="boolean" | 1177 <field name="showlinelabel" type="boolean" |
1174 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1178 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1175 </fields> | 1179 </fields> |
1176 </theme> | 1180 </theme> |
1177 | 1181 |
1178 <theme name="SedimentLoadUnknown"> | 1182 <theme name="SedimentLoadM3AUnknown"> |
1179 <inherits> | 1183 <inherits> |
1180 <inherit from="LongitudinalSection" /> | 1184 <inherit from="LongitudinalSection" /> |
1181 </inherits> | 1185 </inherits> |
1182 <fields> | 1186 <fields> |
1183 <field name="linecolor" type="Color" default="0, 0, 0" /> | 1187 <field name="linecolor" type="Color" default="0, 0, 0" /> |
1184 <field name="showlinelabel" type="boolean" | 1188 <field name="showlinelabel" type="boolean" |
1185 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1189 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1186 </fields> | 1190 </fields> |
1187 </theme> | 1191 </theme> |
1192 | |
1193 <!-- Sediment load, T/A --> | |
1194 <theme name="SedimentLoadTACoarse"> | |
1195 <inherits> | |
1196 <inherit from="LongitudinalSection" /> | |
1197 </inherits> | |
1198 <fields> | |
1199 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1200 </fields> | |
1201 </theme> | |
1202 | |
1203 <theme name="SedimentLoadTAFineMid"> | |
1204 <inherits> | |
1205 <inherit from="LongitudinalSection" /> | |
1206 </inherits> | |
1207 <fields> | |
1208 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1209 </fields> | |
1210 </theme> | |
1211 | |
1212 <theme name="SedimentLoadTASand"> | |
1213 <inherits> | |
1214 <inherit from="LongitudinalSection" /> | |
1215 </inherits> | |
1216 <fields> | |
1217 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1218 </fields> | |
1219 </theme> | |
1220 | |
1221 <theme name="SedimentLoadTASuspSand"> | |
1222 <inherits> | |
1223 <inherit from="LongitudinalSection" /> | |
1224 </inherits> | |
1225 <fields> | |
1226 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
1227 </fields> | |
1228 </theme> | |
1229 | |
1230 <theme name="SedimentLoadTASediment"> | |
1231 <inherits> | |
1232 <inherit from="LongitudinalSection" /> | |
1233 </inherits> | |
1234 <fields> | |
1235 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
1236 </fields> | |
1237 </theme> | |
1238 | |
1239 <theme name="SedimentLoadTASuspSandBed"> | |
1240 <inherits> | |
1241 <inherit from="LongitudinalSection" /> | |
1242 </inherits> | |
1243 <fields> | |
1244 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1245 <field name="showlinelabel" type="boolean" | |
1246 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1247 </fields> | |
1248 </theme> | |
1249 | |
1250 <theme name="SedimentLoadTATotalLoad"> | |
1251 <inherits> | |
1252 <inherit from="LongitudinalSection" /> | |
1253 </inherits> | |
1254 <fields> | |
1255 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1256 <field name="showlinelabel" type="boolean" | |
1257 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1258 </fields> | |
1259 </theme> | |
1260 | |
1261 <theme name="SedimentLoadTATotal"> | |
1262 <inherits> | |
1263 <inherit from="LongitudinalSection" /> | |
1264 </inherits> | |
1265 <fields> | |
1266 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1267 <field name="showlinelabel" type="boolean" | |
1268 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1269 </fields> | |
1270 </theme> | |
1271 | |
1272 <theme name="SedimentLoadTAUnknown"> | |
1273 <inherits> | |
1274 <inherit from="LongitudinalSection" /> | |
1275 </inherits> | |
1276 <fields> | |
1277 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1278 <field name="showlinelabel" type="boolean" | |
1279 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1280 </fields> | |
1281 </theme> | |
1282 | |
1188 | 1283 |
1189 <theme name="LongitudinalSectionArea"> | 1284 <theme name="LongitudinalSectionArea"> |
1190 <inherits> | 1285 <inherits> |
1191 <inherit from="Areas" /> | 1286 <inherit from="Areas" /> |
1192 </inherits> | 1287 </inherits> |