Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/second.xml @ 8902:be0220889e1f
Moved comments to virtual.xml and configured sinfo themes
author | gernotbelger |
---|---|
date | Tue, 20 Feb 2018 18:43:32 +0100 |
parents | cc86b0f9b3c3 |
children | 924cd9943337 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/second.xml Mon Feb 19 18:04:25 2018 +0100 +++ b/artifacts/doc/conf/themes/second.xml Tue Feb 20 18:43:32 2018 +0100 @@ -956,6 +956,7 @@ <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> </fields> </theme> + <theme name="PorosityTopLines"> <inherits> <inherit from="LongitudinalSection" /> @@ -2495,15 +2496,6 @@ </fields> </theme> - <theme name="MySQCurve"> - <inherits> - <inherit from="SQCurve" /> - </inherits> - <fields> - <field name="linecolor" type="Color" default="255, 0, 0" /> - </fields> - </theme> - <theme name="SQMeasurementsA"> <inherits> <inherit from="SQMeasurements" /> @@ -2869,40 +2861,42 @@ <field name="linecolor" type="color" default="175, 175, 175" /> </fields> </theme> - + <!-- S-INFO Flow-Depth Themes --> <theme name="SInfoFlowDepth"> <inherits> - <inherit from="LongitudinalSection" /> + <inherit from="LongitudinalSectionW" /> </inherits> <fields> - <field name="linecolor" type="Color" display="Linienfarbe" - default="0, 0, 255" /> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> </fields> </theme> <theme name="SInfoFlowDepthTkh"> <inherits> + <inherit from="LongitudinalSectionW" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> + </fields> + </theme> + <theme name="SInfoTkh"> + <inherits> <inherit from="LongitudinalSection" /> </inherits> <fields> - <field name="linecolor" type="Color" display="Linienfarbe" - default="0, 0, 128" /> - </fields> - </theme> - <theme name="SInfoTkh"> - <inherits> - <inherit from="LongitudinalSectionArea" /> - </inherits> - <fields> <field name="calculateRange" type="boolean" display="Ausdehnung berechnen" default="true" hints="hidden" /> - - <field name="showborder" type="boolean" display="Begrenzung" default="true" hints="hidden" /> - <field name="linecolor" type="Color" display="Linienfarbe" default="241, 195, 155" /> - <field name="linesize" type="int" display="Liniendicke" default="2"/> - - <field name="areabgcolor" type="Color" default="241, 195, 155" display="Füllfarbe" /> - <field name="areatransparency" type="int" default="85" /> - + + <!-- Areas use 'showborder' instead of showlines (but inconsistently uses 'linecolor' and 'linesize'), so we hide 'showline' and replace it with 'showbordder' --> + <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden"/> + <field name="showborder" type="boolean" display="Linien anzeigen" default="true" /> + <field name="linecolor" type="Color" display="Linienfarbe" default="228, 108, 10" /> + <field name="linesize" type="int" display="Liniendicke" default="1"/> + + <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" /> + <field name="areabgcolor" type="Color" default="245, 245, 220" display="Füllfarbe" /> + <field name="areabgpattern" type="areapattern" default="pattern1" display="Flächenfarbe" /> + <field name="areatransparency" type="int" default="10" /> + <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" hint="hidden"/> </fields> </theme>