[PATCH] The conf files for the salix extensions
Wald Commits
scm-commit at wald.intevation.org
Thu Jul 26 17:37:38 CEST 2018
# HG changeset patch
# User mschaefer
# Date 1532619443 -7200
# Node ID 61b5de0b673bfffeb24d6130f72976ce82283d20
# Parent 72b3270e1568b6566a151c973642887f84fc7451
The conf files for the salix extensions
diff -r 72b3270e1568 -r 61b5de0b673b artifacts/doc/conf/artifacts/uinfo.xml
--- a/artifacts/doc/conf/artifacts/uinfo.xml Thu Jul 26 17:28:32 2018 +0200
+++ b/artifacts/doc/conf/artifacts/uinfo.xml Thu Jul 26 17:37:23 2018 +0200
@@ -171,8 +171,9 @@
<outputmodes>
<outputmode name="uinfo_salix_line" description="output.uinfo_salix_line" mime-type="image/png" type="chart">
<facets>
- <facet name="uinfo_facet_salix" description="salix line"/>
- <facet name="uinfo_facet_mnwmw" description="mnw-mw differences"/>
+ <facet name="uinfo_facet_salix_line" description="salix line"/>
+ <facet name="uinfo_facet_salix_mnwmw" description="mnw-mw differences"/>
+ <facet name="uinfo_facet_salix_scenario" description="scenario salix line"/>
</facets>
</outputmode>
diff -r 72b3270e1568 -r 61b5de0b673b artifacts/doc/conf/themes.xml
--- a/artifacts/doc/conf/themes.xml Thu Jul 26 17:28:32 2018 +0200
+++ b/artifacts/doc/conf/themes.xml Thu Jul 26 17:37:23 2018 +0200
@@ -477,6 +477,7 @@
<mapping from="uinfo_facet_salix_line" to="UInfoSalixLine" />
<mapping from="uinfo_facet_salix_mnwmw" to="UInfoSalixMnwMw" />
+ <mapping from="uinfo_facet_salix_scenario" to="UInfoSalixScenario" />
<mapping from="uinfo_salix_line.manualpoints" to="ManualPoints" />
</mappings>
diff -r 72b3270e1568 -r 61b5de0b673b artifacts/doc/conf/themes/default.xml
--- a/artifacts/doc/conf/themes/default.xml Thu Jul 26 17:28:32 2018 +0200
+++ b/artifacts/doc/conf/themes/default.xml Thu Jul 26 17:37:23 2018 +0200
@@ -2937,4 +2937,12 @@
<field name="linecolor" type="Color" display="Linienfarbe" default="0, 64, 255" />
</fields>
</theme>
+ <theme name="UInfoSalixScenario">
+ <inherits>
+ <inherit from="LongitudinalSectionW" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" />
+ </fields>
+ </theme>
</themegroup>
\ No newline at end of file
diff -r 72b3270e1568 -r 61b5de0b673b artifacts/doc/conf/themes/second.xml
--- a/artifacts/doc/conf/themes/second.xml Thu Jul 26 17:28:32 2018 +0200
+++ b/artifacts/doc/conf/themes/second.xml Thu Jul 26 17:37:23 2018 +0200
@@ -2925,4 +2925,12 @@
<field name="linecolor" type="Color" display="Linienfarbe" default="0, 64, 255" />
</fields>
</theme>
+ <theme name="UInfoSalixScenario">
+ <inherits>
+ <inherit from="LongitudinalSectionW" />
+ </inherits>
+ <fields>
+ <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" />
+ </fields>
+ </theme>
</themegroup>
\ No newline at end of file
More information about the Dive4Elements-commits
mailing list