Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2297:c7bbd4e582ed
Register style for reference_curve_normalized.
flys-artifacts/trunk@3963 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 08 Feb 2012 11:04:27 +0000 |
parents | 504f53de1581 |
children | 094b4abde10e |
comparison
equal
deleted
inserted
replaced
2296:d69d8dea78dc | 2297:c7bbd4e582ed |
---|---|
601 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 601 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
602 </fields> | 602 </fields> |
603 </theme> | 603 </theme> |
604 | 604 |
605 <!-- Reference Curves --> | 605 <!-- Reference Curves --> |
606 <theme name="ReferenceCurveNormalized"> | |
607 <inherits> | |
608 <inherit from="HiddenColorLines"/> | |
609 <inherit from="MinMaxPoints"/> | |
610 </inherits> | |
611 <fields> | |
612 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
613 </fields> | |
614 </theme> | |
615 | |
606 <theme name="ReferenceCurve"> | 616 <theme name="ReferenceCurve"> |
607 <inherits> | 617 <inherits> |
608 <inherit from="HiddenColorLines"/> | 618 <inherit from="HiddenColorLines"/> |
609 <inherit from="MinMaxPoints"/> | 619 <inherit from="MinMaxPoints"/> |
610 </inherits> | 620 </inherits> |
974 <mapping from="wdifferences.manualpoints" to="ManualPoints"/> | 984 <mapping from="wdifferences.manualpoints" to="ManualPoints"/> |
975 <mapping from="discharge_longitudinal_section.manualpoints" to="ManualPoints"/> | 985 <mapping from="discharge_longitudinal_section.manualpoints" to="ManualPoints"/> |
976 <mapping from="discharge_curve.manualpoints" to="ManualPoints"/> | 986 <mapping from="discharge_curve.manualpoints" to="ManualPoints"/> |
977 <mapping from="manualpoints" to="ManualPoints"/> | 987 <mapping from="manualpoints" to="ManualPoints"/> |
978 <mapping from="reference_curve" to="ReferenceCurve"/> | 988 <mapping from="reference_curve" to="ReferenceCurve"/> |
989 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/> | |
979 </mappings> | 990 </mappings> |
980 </themes> | 991 </themes> |