Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2706:d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
flys-artifacts/trunk@4424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 12:39:13 +0000 |
parents | 14188f8daefb |
children | 250a370c377d |
comparison
equal
deleted
inserted
replaced
2705:71f072d8b3d8 | 2706:d8444fcb4e44 |
---|---|
961 <theme name="HydrBoundariesPolys"> | 961 <theme name="HydrBoundariesPolys"> |
962 <fields> | 962 <fields> |
963 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | 963 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
964 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> | 964 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> |
965 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> | 965 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> |
966 </fields> | |
967 </theme> | |
968 | |
969 | |
970 <!-- | |
971 FLOW VELOCITY | |
972 --> | |
973 <theme name="FlowVelocityVMainChannel"> | |
974 <inherits> | |
975 <inherit from="HiddenColorLines"/> | |
976 <inherit from="MinMaxPoints"/> | |
977 </inherits> | |
978 <fields> | |
979 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
980 </fields> | |
981 </theme> | |
982 | |
983 <theme name="FlowVelocityVTotalChannel"> | |
984 <inherits> | |
985 <inherit from="FlowVelocityVMainChannel"/> | |
986 </inherits> | |
987 <fields> | |
988 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
989 </fields> | |
990 </theme> | |
991 | |
992 <theme name="FlowVelocityTau"> | |
993 <inherits> | |
994 <inherit from="HiddenColorLines"/> | |
995 <inherit from="MinMaxPoints"/> | |
996 </inherits> | |
997 <fields> | |
998 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
966 </fields> | 999 </fields> |
967 </theme> | 1000 </theme> |
968 | 1001 |
969 | 1002 |
970 <!-- | 1003 <!-- |
1086 <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints"/> | 1119 <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints"/> |
1087 <mapping from="historical_discharge.manualpoints" to="ManualPoints"/> | 1120 <mapping from="historical_discharge.manualpoints" to="ManualPoints"/> |
1088 <mapping from="manualpoints" to="ManualPoints"/> | 1121 <mapping from="manualpoints" to="ManualPoints"/> |
1089 <mapping from="reference_curve" to="ReferenceCurve"/> | 1122 <mapping from="reference_curve" to="ReferenceCurve"/> |
1090 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/> | 1123 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/> |
1124 <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel"/> | |
1125 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> | |
1126 <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> | |
1091 </mappings> | 1127 </mappings> |
1092 </themes> | 1128 </themes> |