comparison artifacts/doc/conf/themes/second.xml @ 8117:ca072278ad02

Complete mapping and themes for sediment load.
author "Tom Gottfried <tom@intevation.de>"
date Thu, 21 Aug 2014 18:09:37 +0200
parents fdb29e8b7ec0
children f2fa88f5f751
comparison
equal deleted inserted replaced
8116:fdb29e8b7ec0 8117:ca072278ad02
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, M^3/A --> 1103 <!-- Sediment load longitudinal sections, M^3/A -->
1104 <theme name="SedimentLoadM3A"> 1104 <theme name="SedimentLoadM3A">
1105 <inherits> 1105 <inherits>
1106 <inherit from="LongitudinalSection" /> 1106 <inherit from="LongitudinalSection" />
1107 </inherits> 1107 </inherits>
1108 <fields> 1108 <fields>
1202 <theme name="SedimentLoadM3ABed"> 1202 <theme name="SedimentLoadM3ABed">
1203 <inherits> 1203 <inherits>
1204 <inherit from="SedimentLoadM3A" /> 1204 <inherit from="SedimentLoadM3A" />
1205 </inherits> 1205 </inherits>
1206 <fields> 1206 <fields>
1207 <field name="linecolor" type="Color" default="45, 255, 241" /> 1207 <field name="linecolor" type="Color" default="200, 200, 200" />
1208 </fields> 1208 </fields>
1209 </theme> 1209 </theme>
1210 1210
1211 <theme name="SedimentLoadM3ASusp"> 1211 <theme name="SedimentLoadM3ASusp">
1212 <inherits> 1212 <inherits>
1215 <fields> 1215 <fields>
1216 <field name="linecolor" type="Color" default="85, 255, 0" /> 1216 <field name="linecolor" type="Color" default="85, 255, 0" />
1217 </fields> 1217 </fields>
1218 </theme> 1218 </theme>
1219 1219
1220 <!-- Sediment load, T/A --> 1220 <!-- Sediment load longitudinal sections, T/A -->
1221 <theme name="SedimentLoadTACoarse"> 1221 <theme name="SedimentLoadTACoarse">
1222 <inherits> 1222 <inherits>
1223 <inherit from="LongitudinalSection" /> 1223 <inherit from="LongitudinalSection" />
1224 </inherits> 1224 </inherits>
1225 <fields> 1225 <fields>
1310 <theme name="SedimentLoadTABed"> 1310 <theme name="SedimentLoadTABed">
1311 <inherits> 1311 <inherits>
1312 <inherit from="LongitudinalSection" /> 1312 <inherit from="LongitudinalSection" />
1313 </inherits> 1313 </inherits>
1314 <fields> 1314 <fields>
1315 <field name="linecolor" type="Color" default="45, 255, 241" /> 1315 <field name="linecolor" type="Color" default="200, 200, 200" />
1316 </fields> 1316 </fields>
1317 </theme> 1317 </theme>
1318 1318
1319 <theme name="SedimentLoadTASusp"> 1319 <theme name="SedimentLoadTASusp">
1320 <inherits> 1320 <inherits>
1322 </inherits> 1322 </inherits>
1323 <fields> 1323 <fields>
1324 <field name="linecolor" type="Color" default="85, 255, 0" /> 1324 <field name="linecolor" type="Color" default="85, 255, 0" />
1325 </fields> 1325 </fields>
1326 </theme> 1326 </theme>
1327
1328 <!-- Sediment load at measurement stations -->
1329 <theme name="SedimentLoad">
1330 <inherits>
1331 <inherit from="LongitudinalSection" />
1332 </inherits>
1333 <fields>
1334 <field name="showpoints" type="boolean" default="true" />
1335 <field name="pointsize" type="int" default="3" />
1336 </fields>
1337 </theme>
1338
1339 <theme name="SedimentLoadCoarse">
1340 <inherits>
1341 <inherit from="SedimentLoad" />
1342 </inherits>
1343 <fields>
1344 <field name="linecolor" type="Color" default="255, 0, 255" />
1345 <field name="pointcolor" type="Color" default="255, 0, 255" />
1346 </fields>
1347 </theme>
1348
1349 <theme name="SedimentLoadFineMid">
1350 <inherits>
1351 <inherit from="SedimentLoad" />
1352 </inherits>
1353 <fields>
1354 <field name="linecolor" type="Color" default="255, 0, 0" />
1355 <field name="pointcolor" type="Color" default="255, 0, 0" />
1356 </fields>
1357 </theme>
1358
1359 <theme name="SedimentLoadSand">
1360 <inherits>
1361 <inherit from="SedimentLoad" />
1362 </inherits>
1363 <fields>
1364 <field name="linecolor" type="Color" default="0, 0, 255" />
1365 <field name="pointcolor" type="Color" default="0, 0, 255" />
1366 </fields>
1367 </theme>
1368
1369 <theme name="SedimentLoadSuspSand">
1370 <inherits>
1371 <inherit from="SedimentLoad" />
1372 </inherits>
1373 <fields>
1374 <field name="linecolor" type="Color" default="255, 255, 0" />
1375 <field name="pointcolor" type="Color" default="255, 255, 0" />
1376 </fields>
1377 </theme>
1378
1379 <theme name="SedimentLoadSediment">
1380 <inherits>
1381 <inherit from="SedimentLoad" />
1382 </inherits>
1383 <fields>
1384 <field name="linecolor" type="Color" default="0, 255, 255" />
1385 <field name="pointcolor" type="Color" default="0, 255, 255" />
1386 </fields>
1387 </theme>
1388
1389 <theme name="SedimentLoadSuspSandBed">
1390 <inherits>
1391 <inherit from="SedimentLoad" />
1392 </inherits>
1393 <fields>
1394 <field name="linecolor" type="Color" default="0, 255, 0" />
1395 <field name="pointcolor" type="Color" default="0, 255, 0" />
1396 </fields>
1397 </theme>
1398
1399 <theme name="SedimentLoadTotal">
1400 <inherits>
1401 <inherit from="SedimentLoad" />
1402 </inherits>
1403 <fields>
1404 <field name="linecolor" type="Color" default="0, 100, 200" />
1405 <field name="pointcolor" type="Color" default="0, 100, 200" />
1406 </fields>
1407 </theme>
1408
1409 <theme name="SedimentLoadBed">
1410 <inherits>
1411 <inherit from="SedimentLoad" />
1412 </inherits>
1413 <fields>
1414 <field name="linecolor" type="Color" default="200, 200, 200" />
1415 <field name="pointcolor" type="Color" default="200, 200, 200" />
1416 </fields>
1417 </theme>
1418
1419 <theme name="SedimentLoadSusp">
1420 <inherits>
1421 <inherit from="SedimentLoad" />
1422 </inherits>
1423 <fields>
1424 <field name="linecolor" type="Color" default="85, 255, 0" />
1425 <field name="pointcolor" type="Color" default="85, 255, 0" />
1426 </fields>
1427 </theme>
1428
1327 1429
1328 <theme name="LongitudinalSectionArea"> 1430 <theme name="LongitudinalSectionArea">
1329 <inherits> 1431 <inherits>
1330 <inherit from="Areas" /> 1432 <inherit from="Areas" />
1331 </inherits> 1433 </inherits>

http://dive4elements.wald.intevation.org