[Dive4elements-commits] [PATCH 3 of 4] Added theme mapping for new facets and added theme for discharge

Wald Commits scm-commit at wald.intevation.org
Thu Dec 13 15:58:16 CET 2012


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1355410598 -3600
# Node ID 4b815be225623556382f0bdbd3ab706454734d38
# Parent  d0b9b77fff9faa8e86e1a6cfa72396682a9e2a9b
Added theme mapping for new facets and added theme for discharge.

diff -r d0b9b77fff9f -r 4b815be22562 flys-artifacts/doc/conf/themes.xml
--- a/flys-artifacts/doc/conf/themes.xml	Thu Dec 13 15:55:58 2012 +0100
+++ b/flys-artifacts/doc/conf/themes.xml	Thu Dec 13 15:56:38 2012 +0100
@@ -214,6 +214,10 @@
         <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel" />
         <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel" />
         <mapping from="flow_velocity.tau" to="FlowVelocityTau" />
+        <mapping from="flow_velocity.totalchannel.filtered" to="FlowVelocityVTotalChannel" />
+        <mapping from="flow_velocity.mainchannel.filtered" to="FlowVelocityVMainChannel" />
+        <mapping from="flow_velocity.tau.filtered" to="FlowVelocityTau" />
+        <mapping from="flow_velocity.discharge" to="FlowVelocityDischarge" />
         <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" />
         <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch" />
         <mapping from="bed_longitudinal_section.porosity_toplayer" to="PorosityTopLayer" />
diff -r d0b9b77fff9f -r 4b815be22562 flys-artifacts/doc/conf/themes/default/longitudinal-section.xml
--- a/flys-artifacts/doc/conf/themes/default/longitudinal-section.xml	Thu Dec 13 15:55:58 2012 +0100
+++ b/flys-artifacts/doc/conf/themes/default/longitudinal-section.xml	Thu Dec 13 15:56:38 2012 +0100
@@ -840,6 +840,16 @@
         </fields>
     </theme>
 
+    <theme name="FlowVelocityDischarge">
+        <inherits>
+            <inherit from="LongitudinalSection" />
+        </inherits>
+        <fields>
+            <field name="linecolor" type="Color" display="Linienfarbe"
+                default="0, 204, 0" />
+        </fields>
+    </theme>
+
     <!-- Sediment load -->
     <theme name="SedimentLoadCoarse">
         <inherits>


More information about the Dive4elements-commits mailing list