Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2251:c9c788eea200
Improved reference curve.
flys-artifacts/trunk@3900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 03 Feb 2012 13:49:16 +0000 |
parents | 73490b828a90 |
children | 949e37126bfa |
comparison
equal
deleted
inserted
replaced
2250:40608c82e9cb | 2251:c9c788eea200 |
---|---|
600 <fields> | 600 <fields> |
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 --> | |
606 <theme name="ReferenceCurve"> | |
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> | |
605 | 615 |
606 <!-- General --> | 616 <!-- General --> |
607 <theme name="WKms"> | 617 <theme name="WKms"> |
608 <inherits> | 618 <inherits> |
609 <inherit from="HiddenColorLines"/> | 619 <inherit from="HiddenColorLines"/> |
956 <mapping from="area" to="Area"/> | 966 <mapping from="area" to="Area"/> |
957 <mapping from="cross_section.area" to="Area"/> | 967 <mapping from="cross_section.area" to="Area"/> |
958 <mapping from="hyk" to="Hyk"/> | 968 <mapping from="hyk" to="Hyk"/> |
959 <mapping from="longitudinal_section.area" to="Area"/> | 969 <mapping from="longitudinal_section.area" to="Area"/> |
960 <mapping from="manualpoints" to="ManualPoints"/> | 970 <mapping from="manualpoints" to="ManualPoints"/> |
971 <mapping from="reference_curve" to="ReferenceCurve"/> | |
961 </mappings> | 972 </mappings> |
962 </themes> | 973 </themes> |