Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 9117:623b51bf03d7
Added datacage select and chart display for river bed collision counts loaded from database
author | mschaefer |
---|---|
date | Mon, 04 Jun 2018 17:31:51 +0200 |
parents | edc3958b3ed2 |
children | 568961ff709a |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Mon Jun 04 12:50:39 2018 +0200 +++ b/artifacts/doc/conf/themes/default.xml Mon Jun 04 17:31:51 2018 +0200 @@ -3054,4 +3054,22 @@ <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" /> </fields> </theme> + <theme name="SInfoCollisionCount"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" default="3" /> + <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255" /> + </fields> + </theme> + <theme name="SInfoCollisionGaugeW"> + <inherits> + <inherit from="LongitudinalSectionPoints" /> + </inherits> + <fields> + <field name="pointsize" type="int" display="Punktdicke" default="3" /> + <field name="pointcolor" type="Color" display="Linienfarbe" default="64, 64, 128" /> + </fields> + </theme> </themegroup> \ No newline at end of file