Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9116:edc3958b3ed2 | 9117:623b51bf03d7 |
---|---|
3052 <fields> | 3052 <fields> |
3053 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 3053 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
3054 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" /> | 3054 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" /> |
3055 </fields> | 3055 </fields> |
3056 </theme> | 3056 </theme> |
3057 <theme name="SInfoCollisionCount"> | |
3058 <inherits> | |
3059 <inherit from="LongitudinalSectionPoints" /> | |
3060 </inherits> | |
3061 <fields> | |
3062 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3063 <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255" /> | |
3064 </fields> | |
3065 </theme> | |
3066 <theme name="SInfoCollisionGaugeW"> | |
3067 <inherits> | |
3068 <inherit from="LongitudinalSectionPoints" /> | |
3069 </inherits> | |
3070 <fields> | |
3071 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3072 <field name="pointcolor" type="Color" display="Linienfarbe" default="64, 64, 128" /> | |
3073 </fields> | |
3074 </theme> | |
3057 </themegroup> | 3075 </themegroup> |