Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 1827:03f129fa0256
Defined default themes for other.w(q)kms .
flys-artifacts/trunk@3157 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 08:52:33 +0000 |
parents | 6ed439ff61bf |
children | 729ba79e94a0 c35ef7f4b88f |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Fri Nov 04 08:18:41 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Fri Nov 04 08:52:33 2011 +0000 @@ -588,6 +588,21 @@ </theme> + <!-- General --> + <theme name="WKMs"> + <inherits><inherit from="HiddenColorLines"/></inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + + <theme name="WQKMs"> + <inherits><inherit from="HiddenColorLines"/></inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + <!-- Discharge Longitudinal Section --> @@ -782,6 +797,7 @@ <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> + <mapping from="discharge_curve.curve" to="DischargeCurve"/> <mapping from="cross_section" to="CrossSection"/> <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> @@ -797,6 +813,8 @@ <mapping from="w_differences" to="Differences"/> <mapping from="floodmap.riveraxis" to="RiverAxis"/> <mapping from="floodmap.kms" to="Kms"/> + <mapping from="other.wkms" to="WKms"/> + <mapping from="other.wqkms" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/> </mappings> </themes>