[Dive4elements-commits] [PATCH 1 of 2] Added themes for extreme_wq_curve

Wald Commits scm-commit at wald.intevation.org
Wed Oct 31 14:39:44 CET 2012


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1351690996 -3600
# Node ID d15012c99f40f8bc0dd57f8d82682fbc39d642eb
# Parent  64528d2a89c4446c0bfd46a9dd267cbdecac8383
Added themes for extreme_wq_curve .

diff -r 64528d2a89c4 -r d15012c99f40 flys-artifacts/doc/conf/default-themes.xml
--- a/flys-artifacts/doc/conf/default-themes.xml	Wed Oct 31 14:13:33 2012 +0100
+++ b/flys-artifacts/doc/conf/default-themes.xml	Wed Oct 31 14:43:16 2012 +0100
@@ -79,6 +79,12 @@
         </fields>
     </theme>
 
+    <theme name="ExtremeWQCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+    </theme>
+
     <theme name="HistoricalDischargeWQCurve">
         <inherits>
             <inherit from="HiddenColorLines" />
diff -r 64528d2a89c4 -r d15012c99f40 flys-artifacts/doc/conf/second-themes.xml
--- a/flys-artifacts/doc/conf/second-themes.xml	Wed Oct 31 14:13:33 2012 +0100
+++ b/flys-artifacts/doc/conf/second-themes.xml	Wed Oct 31 14:43:16 2012 +0100
@@ -66,6 +66,12 @@
         </fields>
     </theme>
 
+    <theme name="ExtremeWQCurve">
+        <inherits>
+            <inherit from="HiddenColorLines" />
+        </inherits>
+    </theme>
+
     <theme name="HistoricalDischargeWQCurve">
         <inherits>
             <inherit from="DischargeCurve" />
diff -r 64528d2a89c4 -r d15012c99f40 flys-artifacts/doc/conf/themes.xml
--- a/flys-artifacts/doc/conf/themes.xml	Wed Oct 31 14:13:33 2012 +0100
+++ b/flys-artifacts/doc/conf/themes.xml	Wed Oct 31 14:43:16 2012 +0100
@@ -273,6 +273,7 @@
 		<mapping from="fix_derivate_curve.manualpoints" to="ManualPoints" />
 		<mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints" />
 		<mapping from="qsectors" to="QSectors" />
-		<mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" />
+                <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" />
+                <mapping from="extreme_wq_curve" to="ExtremeWQCurve" />
 	</mappings>
 </themes>


More information about the Dive4elements-commits mailing list