[Dive4elements-commits] [PATCH 7 of 7] New themes for sediment load fraction 'unknown'
Wald Commits
scm-commit at wald.intevation.org
Fri Jun 21 15:38:19 CEST 2013
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1371821852 -7200
# Node ID cf4889a257cb797711d06aa712ea0167491e801d
# Parent a8a97f27ca271c4c3982c8b739839b86b3b79100
New themes for sediment load fraction 'unknown'.
diff -r a8a97f27ca27 -r cf4889a257cb artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml Fri Jun 21 15:36:48 2013 +0200
+++ b/artifacts/doc/conf/themes.xml Fri Jun 21 15:37:32 2013 +0200
@@ -310,6 +310,7 @@
<mapping from="sedimentload.susp_sediment" to="SedimentLoadSediment" />
<mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" />
<mapping from="sedimentload.total" to="SedimentLoadTotal" />
+ <mapping from="sedimentload.unknown" to="SedimentLoadUnknown" />
</mappings>
</themes>
diff -r a8a97f27ca27 -r cf4889a257cb artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml Fri Jun 21 15:36:48 2013 +0200
+++ b/artifacts/doc/conf/themes/default.xml Fri Jun 21 15:37:32 2013 +0200
@@ -1145,6 +1145,17 @@
</fields>
</theme>
+ <theme name="SedimentLoadUnknown">
+ <inherits>
+ <inherit from="LongitudinalSection" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="Color" default="0, 0, 0" />
+ <field name="showlinelabel" type="boolean"
+ display="Beschriftung anzeigen" default="false" hints="hidden" />
+ </fields>
+ </theme>
+
<theme name="LongitudinalSectionArea">
<inherits>
<inherit from="Areas" />
diff -r a8a97f27ca27 -r cf4889a257cb artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml Fri Jun 21 15:36:48 2013 +0200
+++ b/artifacts/doc/conf/themes/second.xml Fri Jun 21 15:37:32 2013 +0200
@@ -1145,6 +1145,17 @@
</fields>
</theme>
+ <theme name="SedimentLoadUnknown">
+ <inherits>
+ <inherit from="LongitudinalSection" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="Color" default="0, 0, 0" />
+ <field name="showlinelabel" type="boolean"
+ display="Beschriftung anzeigen" default="false" hints="hidden" />
+ </fields>
+ </theme>
+
<theme name="LongitudinalSectionArea">
<inherits>
<inherit from="Areas" />
More information about the Dive4elements-commits
mailing list