Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/second.xml @ 9229:0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
author | mschaefer |
---|---|
date | Thu, 05 Jul 2018 16:49:42 +0200 |
parents | 85d6923b242d |
children | 66b003701546 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/second.xml Thu Jul 05 13:46:36 2018 +0200 +++ b/artifacts/doc/conf/themes/second.xml Thu Jul 05 16:49:42 2018 +0200 @@ -2800,6 +2800,24 @@ <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" /> </fields> </theme> + <theme name="SInfoInfrastructureHeightLeft"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" default="3" /> + <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40" /> + </fields> + </theme> + <theme name="SInfoInfrastructureHeightRight"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" default="3" /> + <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0" /> + </fields> + </theme> <theme name="SInfoCollisionCount"> <inherits> <inherit from="LongitudinalSectionPoints" /> @@ -2827,7 +2845,7 @@ <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255" /> </fields> </theme> - <theme name="SInfoFloodDuration"> + <theme name="SInfoFloodDurationLeft"> <inherits> <inherit from="LongitudinalSectionPoints" /> </inherits> @@ -2836,6 +2854,15 @@ <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40" /> </fields> </theme> + <theme name="SInfoFloodDurationRight"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" default="3" /> + <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0" /> + </fields> + </theme> <theme name="SInfoMainValues"> <inherits> <inherit from="MainValuesW" />