Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 8204:c657ddcf1fa6
Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 05 Sep 2014 14:53:58 +0200 |
parents | f2fa88f5f751 |
children | 78184aa612dd |
comparison
equal
deleted
inserted
replaced
8203:238fc722f87a | 8204:c657ddcf1fa6 |
---|---|
1099 default="0, 204, 0" /> | 1099 default="0, 204, 0" /> |
1100 </fields> | 1100 </fields> |
1101 </theme> | 1101 </theme> |
1102 | 1102 |
1103 <!-- Sediment load longitudinal sections, M^3/A --> | 1103 <!-- Sediment load longitudinal sections, M^3/A --> |
1104 <theme name="SedimentLoadM3A"> | 1104 <theme name="SedimentLoadLSM3A"> |
1105 <inherits> | 1105 <inherits> |
1106 <inherit from="LongitudinalSection" /> | 1106 <inherit from="LongitudinalSection" /> |
1107 </inherits> | 1107 </inherits> |
1108 <fields> | 1108 <fields> |
1109 <field name="linesize" type="int" default="2" /> | 1109 <field name="linesize" type="int" default="2" /> |
1110 </fields> | 1110 </fields> |
1111 </theme> | 1111 </theme> |
1112 | 1112 |
1113 <theme name="SedimentLoadM3ACoarse"> | 1113 <theme name="SedimentLoadLSM3ACoarse"> |
1114 <inherits> | 1114 <inherits> |
1115 <inherit from="SedimentLoadM3A" /> | 1115 <inherit from="SedimentLoadLSM3A" /> |
1116 </inherits> | 1116 </inherits> |
1117 <fields> | 1117 <fields> |
1118 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1118 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1119 </fields> | 1119 </fields> |
1120 </theme> | 1120 </theme> |
1121 | 1121 |
1122 <theme name="SedimentLoadM3AFineMid"> | 1122 <theme name="SedimentLoadLSM3AFineMid"> |
1123 <inherits> | 1123 <inherits> |
1124 <inherit from="SedimentLoadM3A" /> | 1124 <inherit from="SedimentLoadLSM3A" /> |
1125 </inherits> | 1125 </inherits> |
1126 <fields> | 1126 <fields> |
1127 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1127 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1128 </fields> | 1128 </fields> |
1129 </theme> | 1129 </theme> |
1130 | 1130 |
1131 <theme name="SedimentLoadM3ASand"> | 1131 <theme name="SedimentLoadLSM3ASand"> |
1132 <inherits> | 1132 <inherits> |
1133 <inherit from="SedimentLoadM3A" /> | 1133 <inherit from="SedimentLoadLSM3A" /> |
1134 </inherits> | 1134 </inherits> |
1135 <fields> | 1135 <fields> |
1136 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1136 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1137 </fields> | 1137 </fields> |
1138 </theme> | 1138 </theme> |
1139 | 1139 |
1140 <theme name="SedimentLoadM3ASuspSand"> | 1140 <theme name="SedimentLoadLSM3ASuspSand"> |
1141 <inherits> | 1141 <inherits> |
1142 <inherit from="SedimentLoadM3A" /> | 1142 <inherit from="SedimentLoadLSM3A" /> |
1143 </inherits> | 1143 </inherits> |
1144 <fields> | 1144 <fields> |
1145 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1145 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1146 </fields> | 1146 </fields> |
1147 </theme> | 1147 </theme> |
1148 | 1148 |
1149 <theme name="SedimentLoadM3ASediment"> | 1149 <theme name="SedimentLoadLSM3ASediment"> |
1150 <inherits> | 1150 <inherits> |
1151 <inherit from="SedimentLoadM3A" /> | 1151 <inherit from="SedimentLoadLSM3A" /> |
1152 </inherits> | 1152 </inherits> |
1153 <fields> | 1153 <fields> |
1154 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1154 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1155 </fields> | 1155 </fields> |
1156 </theme> | 1156 </theme> |
1157 | 1157 |
1158 <theme name="SedimentLoadM3ASuspSandBed"> | 1158 <theme name="SedimentLoadLSM3ASuspSandBed"> |
1159 <inherits> | 1159 <inherits> |
1160 <inherit from="SedimentLoadM3A" /> | 1160 <inherit from="SedimentLoadLSM3A" /> |
1161 </inherits> | 1161 </inherits> |
1162 <fields> | 1162 <fields> |
1163 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1163 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1164 <field name="showlinelabel" type="boolean" | 1164 <field name="showlinelabel" type="boolean" |
1165 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1165 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1166 </fields> | 1166 </fields> |
1167 </theme> | 1167 </theme> |
1168 | 1168 |
1169 <theme name="SedimentLoadM3ATotalLoad"> | 1169 <theme name="SedimentLoadLSM3ATotal"> |
1170 <inherits> | 1170 <inherits> |
1171 <inherit from="SedimentLoadM3A" /> | 1171 <inherit from="SedimentLoadLSM3A" /> |
1172 </inherits> | |
1173 <fields> | |
1174 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1175 <field name="showlinelabel" type="boolean" | |
1176 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1177 </fields> | |
1178 </theme> | |
1179 | |
1180 <theme name="SedimentLoadM3ATotal"> | |
1181 <inherits> | |
1182 <inherit from="SedimentLoadM3A" /> | |
1183 </inherits> | 1172 </inherits> |
1184 <fields> | 1173 <fields> |
1185 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1174 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1186 <field name="showlinelabel" type="boolean" | 1175 <field name="showlinelabel" type="boolean" |
1187 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1176 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1188 </fields> | 1177 </fields> |
1189 </theme> | 1178 </theme> |
1190 | 1179 |
1191 <theme name="SedimentLoadM3AUnknown"> | 1180 <theme name="SedimentLoadLSM3ABed"> |
1192 <inherits> | 1181 <inherits> |
1193 <inherit from="SedimentLoadM3A" /> | 1182 <inherit from="SedimentLoadLSM3A" /> |
1194 </inherits> | |
1195 <fields> | |
1196 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1197 <field name="showlinelabel" type="boolean" | |
1198 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1199 </fields> | |
1200 </theme> | |
1201 | |
1202 <theme name="SedimentLoadM3ABed"> | |
1203 <inherits> | |
1204 <inherit from="SedimentLoadM3A" /> | |
1205 </inherits> | 1183 </inherits> |
1206 <fields> | 1184 <fields> |
1207 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1185 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1208 </fields> | 1186 </fields> |
1209 </theme> | 1187 </theme> |
1210 | 1188 |
1211 <theme name="SedimentLoadM3ASusp"> | 1189 <theme name="SedimentLoadLSM3ABedSusp"> |
1212 <inherits> | 1190 <inherits> |
1213 <inherit from="SedimentLoadM3A" /> | 1191 <inherit from="SedimentLoadLSM3A" /> |
1192 </inherits> | |
1193 <fields> | |
1194 <field name="linecolor" type="Color" default="150, 255, 150" /> | |
1195 </fields> | |
1196 </theme> | |
1197 | |
1198 <theme name="SedimentLoadLSM3ASusp"> | |
1199 <inherits> | |
1200 <inherit from="SedimentLoadLSM3A" /> | |
1214 </inherits> | 1201 </inherits> |
1215 <fields> | 1202 <fields> |
1216 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1203 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1217 </fields> | 1204 </fields> |
1218 </theme> | 1205 </theme> |
1219 | 1206 |
1220 <!-- Sediment load longitudinal sections, T/A --> | 1207 <!-- Sediment load longitudinal sections, T/A --> |
1221 <theme name="SedimentLoadTACoarse"> | 1208 <theme name="SedimentLoadLSTACoarse"> |
1222 <inherits> | 1209 <inherits> |
1223 <inherit from="LongitudinalSection" /> | 1210 <inherit from="LongitudinalSection" /> |
1224 </inherits> | 1211 </inherits> |
1225 <fields> | 1212 <fields> |
1226 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1213 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1227 </fields> | 1214 </fields> |
1228 </theme> | 1215 </theme> |
1229 | 1216 |
1230 <theme name="SedimentLoadTAFineMid"> | 1217 <theme name="SedimentLoadLSTAFineMid"> |
1231 <inherits> | 1218 <inherits> |
1232 <inherit from="LongitudinalSection" /> | 1219 <inherit from="LongitudinalSection" /> |
1233 </inherits> | 1220 </inherits> |
1234 <fields> | 1221 <fields> |
1235 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1222 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1236 </fields> | 1223 </fields> |
1237 </theme> | 1224 </theme> |
1238 | 1225 |
1239 <theme name="SedimentLoadTASand"> | 1226 <theme name="SedimentLoadLSTASand"> |
1240 <inherits> | 1227 <inherits> |
1241 <inherit from="LongitudinalSection" /> | 1228 <inherit from="LongitudinalSection" /> |
1242 </inherits> | 1229 </inherits> |
1243 <fields> | 1230 <fields> |
1244 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1231 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1245 </fields> | 1232 </fields> |
1246 </theme> | 1233 </theme> |
1247 | 1234 |
1248 <theme name="SedimentLoadTASuspSand"> | 1235 <theme name="SedimentLoadLSTASuspSand"> |
1249 <inherits> | 1236 <inherits> |
1250 <inherit from="LongitudinalSection" /> | 1237 <inherit from="LongitudinalSection" /> |
1251 </inherits> | 1238 </inherits> |
1252 <fields> | 1239 <fields> |
1253 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1240 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1254 </fields> | 1241 </fields> |
1255 </theme> | 1242 </theme> |
1256 | 1243 |
1257 <theme name="SedimentLoadTASediment"> | 1244 <theme name="SedimentLoadLSTASediment"> |
1258 <inherits> | 1245 <inherits> |
1259 <inherit from="LongitudinalSection" /> | 1246 <inherit from="LongitudinalSection" /> |
1260 </inherits> | 1247 </inherits> |
1261 <fields> | 1248 <fields> |
1262 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1249 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1263 </fields> | 1250 </fields> |
1264 </theme> | 1251 </theme> |
1265 | 1252 |
1266 <theme name="SedimentLoadTASuspSandBed"> | 1253 <theme name="SedimentLoadLSTASuspSandBed"> |
1267 <inherits> | 1254 <inherits> |
1268 <inherit from="LongitudinalSection" /> | 1255 <inherit from="LongitudinalSection" /> |
1269 </inherits> | 1256 </inherits> |
1270 <fields> | 1257 <fields> |
1271 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1258 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1272 <field name="showlinelabel" type="boolean" | 1259 <field name="showlinelabel" type="boolean" |
1273 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1260 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1274 </fields> | 1261 </fields> |
1275 </theme> | 1262 </theme> |
1276 | 1263 |
1277 <theme name="SedimentLoadTATotalLoad"> | 1264 <theme name="SedimentLoadLSTATotal"> |
1278 <inherits> | |
1279 <inherit from="LongitudinalSection" /> | |
1280 </inherits> | |
1281 <fields> | |
1282 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1283 <field name="showlinelabel" type="boolean" | |
1284 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1285 </fields> | |
1286 </theme> | |
1287 | |
1288 <theme name="SedimentLoadTATotal"> | |
1289 <inherits> | 1265 <inherits> |
1290 <inherit from="LongitudinalSection" /> | 1266 <inherit from="LongitudinalSection" /> |
1291 </inherits> | 1267 </inherits> |
1292 <fields> | 1268 <fields> |
1293 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1269 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1294 <field name="showlinelabel" type="boolean" | 1270 <field name="showlinelabel" type="boolean" |
1295 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1271 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1296 </fields> | 1272 </fields> |
1297 </theme> | 1273 </theme> |
1298 | 1274 |
1299 <theme name="SedimentLoadTAUnknown"> | 1275 <theme name="SedimentLoadLSTABed"> |
1300 <inherits> | |
1301 <inherit from="LongitudinalSection" /> | |
1302 </inherits> | |
1303 <fields> | |
1304 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1305 <field name="showlinelabel" type="boolean" | |
1306 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1307 </fields> | |
1308 </theme> | |
1309 | |
1310 <theme name="SedimentLoadTABed"> | |
1311 <inherits> | 1276 <inherits> |
1312 <inherit from="LongitudinalSection" /> | 1277 <inherit from="LongitudinalSection" /> |
1313 </inherits> | 1278 </inherits> |
1314 <fields> | 1279 <fields> |
1315 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1280 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1316 </fields> | 1281 </fields> |
1317 </theme> | 1282 </theme> |
1318 | 1283 |
1319 <theme name="SedimentLoadTASusp"> | 1284 <theme name="SedimentLoadLSTABedSusp"> |
1285 <inherits> | |
1286 <inherit from="LongitudinalSection" /> | |
1287 </inherits> | |
1288 <fields> | |
1289 <field name="linecolor" type="Color" default="150, 255, 150" /> | |
1290 </fields> | |
1291 </theme> | |
1292 | |
1293 <theme name="SedimentLoadLSTASusp"> | |
1320 <inherits> | 1294 <inherits> |
1321 <inherit from="LongitudinalSection" /> | 1295 <inherit from="LongitudinalSection" /> |
1322 </inherits> | 1296 </inherits> |
1323 <fields> | 1297 <fields> |
1324 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1298 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1325 </fields> | 1299 </fields> |
1326 </theme> | 1300 </theme> |
1327 | 1301 |
1328 <!-- Sediment load at measurement stations --> | 1302 <!-- Sediment load at measurement stations, T/A --> |
1329 <theme name="SedimentLoad"> | 1303 <theme name="SedimentLoad"> |
1330 <inherits> | 1304 <inherits> |
1331 <inherit from="LongitudinalSection" /> | 1305 <inherit from="LongitudinalSection" /> |
1332 </inherits> | 1306 </inherits> |
1333 <fields> | 1307 <fields> |
1335 <field name="showpoints" type="boolean" default="true" /> | 1309 <field name="showpoints" type="boolean" default="true" /> |
1336 <field name="pointsize" type="int" default="3" /> | 1310 <field name="pointsize" type="int" default="3" /> |
1337 </fields> | 1311 </fields> |
1338 </theme> | 1312 </theme> |
1339 | 1313 |
1340 <theme name="SedimentLoadCoarse"> | 1314 <theme name="SedimentLoadTACoarse"> |
1341 <inherits> | 1315 <inherits> |
1342 <inherit from="SedimentLoad" /> | 1316 <inherit from="SedimentLoad" /> |
1343 </inherits> | 1317 </inherits> |
1344 <fields> | 1318 <fields> |
1345 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1319 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1346 <field name="pointcolor" type="Color" default="255, 0, 255" /> | 1320 <field name="pointcolor" type="Color" default="255, 0, 255" /> |
1347 </fields> | 1321 </fields> |
1348 </theme> | 1322 </theme> |
1349 | 1323 |
1350 <theme name="SedimentLoadFineMid"> | 1324 <theme name="SedimentLoadTAFineMid"> |
1351 <inherits> | 1325 <inherits> |
1352 <inherit from="SedimentLoad" /> | 1326 <inherit from="SedimentLoad" /> |
1353 </inherits> | 1327 </inherits> |
1354 <fields> | 1328 <fields> |
1355 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1329 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1356 <field name="pointcolor" type="Color" default="255, 0, 0" /> | 1330 <field name="pointcolor" type="Color" default="255, 0, 0" /> |
1357 </fields> | 1331 </fields> |
1358 </theme> | 1332 </theme> |
1359 | 1333 |
1360 <theme name="SedimentLoadSand"> | 1334 <theme name="SedimentLoadTASand"> |
1361 <inherits> | 1335 <inherits> |
1362 <inherit from="SedimentLoad" /> | 1336 <inherit from="SedimentLoad" /> |
1363 </inherits> | 1337 </inherits> |
1364 <fields> | 1338 <fields> |
1365 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1339 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1366 <field name="pointcolor" type="Color" default="0, 0, 255" /> | 1340 <field name="pointcolor" type="Color" default="0, 0, 255" /> |
1367 </fields> | 1341 </fields> |
1368 </theme> | 1342 </theme> |
1369 | 1343 |
1370 <theme name="SedimentLoadSuspSand"> | 1344 <theme name="SedimentLoadTASuspSand"> |
1371 <inherits> | 1345 <inherits> |
1372 <inherit from="SedimentLoad" /> | 1346 <inherit from="SedimentLoad" /> |
1373 </inherits> | 1347 </inherits> |
1374 <fields> | 1348 <fields> |
1375 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1349 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1376 <field name="pointcolor" type="Color" default="255, 255, 0" /> | 1350 <field name="pointcolor" type="Color" default="255, 255, 0" /> |
1377 </fields> | 1351 </fields> |
1378 </theme> | 1352 </theme> |
1379 | 1353 |
1380 <theme name="SedimentLoadSediment"> | 1354 <theme name="SedimentLoadTASediment"> |
1381 <inherits> | 1355 <inherits> |
1382 <inherit from="SedimentLoad" /> | 1356 <inherit from="SedimentLoad" /> |
1383 </inherits> | 1357 </inherits> |
1384 <fields> | 1358 <fields> |
1385 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1359 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1386 <field name="pointcolor" type="Color" default="0, 255, 255" /> | 1360 <field name="pointcolor" type="Color" default="0, 255, 255" /> |
1387 </fields> | 1361 </fields> |
1388 </theme> | 1362 </theme> |
1389 | 1363 |
1390 <theme name="SedimentLoadSuspSandBed"> | 1364 <theme name="SedimentLoadTASuspSandBed"> |
1391 <inherits> | 1365 <inherits> |
1392 <inherit from="SedimentLoad" /> | 1366 <inherit from="SedimentLoad" /> |
1393 </inherits> | 1367 </inherits> |
1394 <fields> | 1368 <fields> |
1395 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1369 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1396 <field name="pointcolor" type="Color" default="0, 255, 0" /> | 1370 <field name="pointcolor" type="Color" default="0, 255, 0" /> |
1397 </fields> | 1371 </fields> |
1398 </theme> | 1372 </theme> |
1399 | 1373 |
1400 <theme name="SedimentLoadTotal"> | 1374 <theme name="SedimentLoadTATotal"> |
1401 <inherits> | 1375 <inherits> |
1402 <inherit from="SedimentLoad" /> | 1376 <inherit from="SedimentLoad" /> |
1403 </inherits> | 1377 </inherits> |
1404 <fields> | 1378 <fields> |
1405 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1379 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1406 <field name="pointcolor" type="Color" default="0, 100, 200" /> | 1380 <field name="pointcolor" type="Color" default="0, 100, 200" /> |
1407 </fields> | 1381 </fields> |
1408 </theme> | 1382 </theme> |
1409 | 1383 |
1410 <theme name="SedimentLoadBed"> | 1384 <theme name="SedimentLoadTABed"> |
1411 <inherits> | 1385 <inherits> |
1412 <inherit from="SedimentLoad" /> | 1386 <inherit from="SedimentLoad" /> |
1413 </inherits> | 1387 </inherits> |
1414 <fields> | 1388 <fields> |
1415 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1389 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1416 <field name="pointcolor" type="Color" default="200, 200, 200" /> | 1390 <field name="pointcolor" type="Color" default="200, 200, 200" /> |
1417 </fields> | 1391 </fields> |
1418 </theme> | 1392 </theme> |
1419 | 1393 |
1420 <theme name="SedimentLoadSusp"> | 1394 <theme name="SedimentLoadTABedSusp"> |
1421 <inherits> | 1395 <inherits> |
1422 <inherit from="SedimentLoad" /> | 1396 <inherit from="SedimentLoad" /> |
1397 </inherits> | |
1398 <fields> | |
1399 <field name="linecolor" type="Color" default="150, 255, 150" /> | |
1400 <field name="pointcolor" type="Color" default="150, 255, 150" /> | |
1401 </fields> | |
1402 </theme> | |
1403 | |
1404 <theme name="SedimentLoadTASusp"> | |
1405 <inherits> | |
1406 <inherit from="SedimentLoad" /> | |
1407 </inherits> | |
1408 <fields> | |
1409 <field name="linecolor" type="Color" default="85, 255, 0" /> | |
1410 <field name="pointcolor" type="Color" default="85, 255, 0" /> | |
1411 </fields> | |
1412 </theme> | |
1413 | |
1414 <!-- Sediment load at measurement stations, M3/A --> | |
1415 <theme name="SedimentLoadM3A"> | |
1416 <inherits> | |
1417 <inherit from="SedimentLoad" /> | |
1418 </inherits> | |
1419 <fields> | |
1420 <field name="linesize" type="int" default="2" /> | |
1421 </fields> | |
1422 </theme> | |
1423 | |
1424 <theme name="SedimentLoadM3ACoarse"> | |
1425 <inherits> | |
1426 <inherit from="SedimentLoadM3A" /> | |
1427 </inherits> | |
1428 <fields> | |
1429 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1430 <field name="pointcolor" type="Color" default="255, 0, 255" /> | |
1431 </fields> | |
1432 </theme> | |
1433 | |
1434 <theme name="SedimentLoadM3AFineMid"> | |
1435 <inherits> | |
1436 <inherit from="SedimentLoadM3A" /> | |
1437 </inherits> | |
1438 <fields> | |
1439 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1440 <field name="pointcolor" type="Color" default="255, 0, 0" /> | |
1441 </fields> | |
1442 </theme> | |
1443 | |
1444 <theme name="SedimentLoadM3ASand"> | |
1445 <inherits> | |
1446 <inherit from="SedimentLoadM3A" /> | |
1447 </inherits> | |
1448 <fields> | |
1449 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1450 <field name="pointcolor" type="Color" default="0, 0, 255" /> | |
1451 </fields> | |
1452 </theme> | |
1453 | |
1454 <theme name="SedimentLoadM3ASuspSand"> | |
1455 <inherits> | |
1456 <inherit from="SedimentLoadM3A" /> | |
1457 </inherits> | |
1458 <fields> | |
1459 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
1460 <field name="pointcolor" type="Color" default="255, 255, 0" /> | |
1461 </fields> | |
1462 </theme> | |
1463 | |
1464 <theme name="SedimentLoadM3ASediment"> | |
1465 <inherits> | |
1466 <inherit from="SedimentLoadM3A" /> | |
1467 </inherits> | |
1468 <fields> | |
1469 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
1470 <field name="pointcolor" type="Color" default="0, 255, 255" /> | |
1471 </fields> | |
1472 </theme> | |
1473 | |
1474 <theme name="SedimentLoadM3ASuspSandBed"> | |
1475 <inherits> | |
1476 <inherit from="SedimentLoadM3A" /> | |
1477 </inherits> | |
1478 <fields> | |
1479 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1480 <field name="pointcolor" type="Color" default="0, 255, 0" /> | |
1481 </fields> | |
1482 </theme> | |
1483 | |
1484 <theme name="SedimentLoadM3ATotal"> | |
1485 <inherits> | |
1486 <inherit from="SedimentLoadM3A" /> | |
1487 </inherits> | |
1488 <fields> | |
1489 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1490 <field name="pointcolor" type="Color" default="0, 100, 200" /> | |
1491 </fields> | |
1492 </theme> | |
1493 | |
1494 <theme name="SedimentLoadM3ABed"> | |
1495 <inherits> | |
1496 <inherit from="SedimentLoadM3A" /> | |
1497 </inherits> | |
1498 <fields> | |
1499 <field name="linecolor" type="Color" default="200, 200, 200" /> | |
1500 <field name="pointcolor" type="Color" default="200, 200, 200" /> | |
1501 </fields> | |
1502 </theme> | |
1503 | |
1504 <theme name="SedimentLoadM3ABedSusp"> | |
1505 <inherits> | |
1506 <inherit from="SedimentLoadM3A" /> | |
1507 </inherits> | |
1508 <fields> | |
1509 <field name="linecolor" type="Color" default="150, 255, 150" /> | |
1510 <field name="pointcolor" type="Color" default="150, 255, 150" /> | |
1511 </fields> | |
1512 </theme> | |
1513 | |
1514 <theme name="SedimentLoadM3ASusp"> | |
1515 <inherits> | |
1516 <inherit from="SedimentLoadM3A" /> | |
1423 </inherits> | 1517 </inherits> |
1424 <fields> | 1518 <fields> |
1425 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1519 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1426 <field name="pointcolor" type="Color" default="85, 255, 0" /> | 1520 <field name="pointcolor" type="Color" default="85, 255, 0" /> |
1427 </fields> | 1521 </fields> |