Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 1719:62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
flys-artifacts/trunk@3000 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Oct 2011 10:26:27 +0000 |
parents | 004b1b0838d6 |
children | 4a245ad0ac17 |
comparison
equal
deleted
inserted
replaced
1718:defe2cfeefa5 | 1719:62983d0ced51 |
---|---|
138 <inherits> | 138 <inherits> |
139 <inherit from="HiddenColorLines"/> | 139 <inherit from="HiddenColorLines"/> |
140 </inherits> | 140 </inherits> |
141 <fields> | 141 <fields> |
142 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 142 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
143 </fields> | |
144 </theme> | |
145 | |
146 | |
147 <!-- Annotations --> | |
148 <theme name="Annotations"> | |
149 <inherits> | |
150 <inherit from="HiddenColorLines"/> | |
151 </inherits> | |
152 <fields> | |
153 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
143 </fields> | 154 </fields> |
144 </theme> | 155 </theme> |
145 | 156 |
146 | 157 |
147 <!-- Virtual themes are following now! --> | 158 <!-- Virtual themes are following now! --> |
170 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> | 181 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> |
171 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | 182 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
172 <field name="linetype" type="Dash" display="Linienart" default="10" hints="h"/> | 183 <field name="linetype" type="Dash" display="Linienart" default="10" hints="h"/> |
173 </fields> | 184 </fields> |
174 </theme> | 185 </theme> |
175 | |
176 | 186 |
177 | 187 |
178 <!-- Mappings are following now. A mapping maps between a name of a facet | 188 <!-- Mappings are following now. A mapping maps between a name of a facet |
179 and a theme. --> | 189 and a theme. --> |
180 <mappings> | 190 <mappings> |
189 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> | 199 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> |
190 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> | 200 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |
191 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> | 201 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
192 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> | 202 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> |
193 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> | 203 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> |
204 <mapping from="longitudinal_section.annotations" to="Annotations"/> | |
194 </mappings> | 205 </mappings> |
195 </themes> | 206 </themes> |