[Dive4elements-commits] [PATCH 5 of 6] New themes for sediment load chart

Wald Commits scm-commit at wald.intevation.org
Thu Nov 15 17:45:50 CET 2012


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1352997883 -3600
# Node ID 5bda0e119f7ce88e408188bc56731e176392699f
# Parent  af1938d4e957f58090d523e15adda0e17abfba94
New themes for sediment load chart.

diff -r af1938d4e957 -r 5bda0e119f7c flys-artifacts/doc/conf/default-themes.xml
--- a/flys-artifacts/doc/conf/default-themes.xml	Thu Nov 15 17:44:07 2012 +0100
+++ b/flys-artifacts/doc/conf/default-themes.xml	Thu Nov 15 17:44:43 2012 +0100
@@ -1793,4 +1793,87 @@
         </fields>
     </theme>
 
+    <theme name="SedimentLoadCoarse">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="SedimentLoadFineMid">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 0, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+    <theme name="SedimentLoadSand">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 0, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+ 
+    <theme name="SedimentLoadSuspSand">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 255, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+     <theme name="SedimentLoadSediment">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 255, 255" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+     <theme name="SedimentLoadSuspSandBed">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 255, 0" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+     <theme name="SedimentLoadFineTotalLoad">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="255, 100, 100" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+     <theme name="SedimentLoadTotal">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" default="0, 100, 200" />
+            <field name="showlinelabel" type="boolean"
+                display="Beschriftung anzeigen" default="false" hints="h" />
+        </fields>
+    </theme>
+ 
+    
 </themegroup>
diff -r af1938d4e957 -r 5bda0e119f7c flys-artifacts/doc/conf/themes.xml
--- a/flys-artifacts/doc/conf/themes.xml	Thu Nov 15 17:44:07 2012 +0100
+++ b/flys-artifacts/doc/conf/themes.xml	Thu Nov 15 17:44:43 2012 +0100
@@ -276,5 +276,13 @@
                 <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" />
                 <mapping from="extreme_wq_curve" to="ExtremeWQCurve" />
                 <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" />
+    <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" />
+    <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" />
+    <mapping from="sedimentload.sand" to="SedimentLoadSand" />
+    <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" />
+    <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" />
+    <mapping from="sedimentload.sudp_sediment" to="SedimentLoadSediment" />
+    <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" />
+    <mapping from="sedimentload.total" to="SedimentLoadTotal" />
 	</mappings>
 </themes>


More information about the Dive4elements-commits mailing list