Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second.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 |
comparison
equal
deleted
inserted
replaced
9116:edc3958b3ed2 | 9117:623b51bf03d7 |
---|---|
3039 <fields> | 3039 <fields> |
3040 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="hidden" /> | 3040 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="hidden" /> |
3041 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0" /> | 3041 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0" /> |
3042 </fields> | 3042 </fields> |
3043 </theme> | 3043 </theme> |
3044 <theme name="SInfoCollisionCount"> | |
3045 <inherits> | |
3046 <inherit from="LongitudinalSectionPoints" /> | |
3047 </inherits> | |
3048 <fields> | |
3049 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3050 <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 192" /> | |
3051 </fields> | |
3052 </theme> | |
3053 <theme name="SInfoCollisionGaugeW"> | |
3054 <inherits> | |
3055 <inherit from="LongitudinalSectionPoints" /> | |
3056 </inherits> | |
3057 <fields> | |
3058 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3059 <field name="pointcolor" type="Color" display="Linienfarbe" default="64, 64, 96" /> | |
3060 </fields> | |
3061 </theme> | |
3044 </themegroup> | 3062 </themegroup> |