Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 3231:f6b571220852
Added missing themes for middle bed height curves.
flys-artifacts/trunk@4861 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 03 Jul 2012 12:34:15 +0000 |
parents | cd79a4e1e80d |
children | cdbc457e23e2 |
comparison
equal
deleted
inserted
replaced
3230:b888c5eb65b3 | 3231:f6b571220852 |
---|---|
896 <theme name="HydrBoundariesPolys"> | 896 <theme name="HydrBoundariesPolys"> |
897 <inherits> | 897 <inherits> |
898 <inherit from="HydrBoundariesPoly"/> | 898 <inherit from="HydrBoundariesPoly"/> |
899 </inherits> | 899 </inherits> |
900 </theme> | 900 </theme> |
901 | |
902 <!-- | |
903 MIDDLE BED HEIGHT | |
904 --> | |
905 <theme name="MiddleBedHeightSingle"> | |
906 <inherits> | |
907 <inherit from="HiddenColorLines"/> | |
908 <inherit from="MinMaxPoints"/> | |
909 </inherits> | |
910 <fields> | |
911 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
912 </fields> | |
913 </theme> | |
914 | |
915 <theme name="MiddleBedHeightEpoch"> | |
916 <inherits> | |
917 <inherit from="FlowVelocityVMainChannel"/> | |
918 </inherits> | |
919 <fields> | |
920 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
921 </fields> | |
922 </theme> | |
901 | 923 |
902 <!-- | 924 <!-- |
903 SQ Relation | 925 SQ Relation |
904 --> | 926 --> |
905 <theme name="SQMeasurements"> | 927 <theme name="SQMeasurements"> |
2045 | 2067 |
2046 <theme name="HydrBoundariesPolys"> | 2068 <theme name="HydrBoundariesPolys"> |
2047 <inherits> | 2069 <inherits> |
2048 <inherit from="HydrBoundariesPoly"/> | 2070 <inherit from="HydrBoundariesPoly"/> |
2049 </inherits> | 2071 </inherits> |
2072 </theme> | |
2073 | |
2074 <!-- | |
2075 MIDDLE BED HEIGHT | |
2076 --> | |
2077 <theme name="MiddleBedHeightSingle"> | |
2078 <inherits> | |
2079 <inherit from="HiddenColorLines"/> | |
2080 <inherit from="MinMaxPoints"/> | |
2081 </inherits> | |
2082 <fields> | |
2083 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
2084 </fields> | |
2085 </theme> | |
2086 | |
2087 <theme name="MiddleBedHeightEpoch"> | |
2088 <inherits> | |
2089 <inherit from="FlowVelocityVMainChannel"/> | |
2090 </inherits> | |
2091 <fields> | |
2092 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
2093 </fields> | |
2050 </theme> | 2094 </theme> |
2051 | 2095 |
2052 <!-- | 2096 <!-- |
2053 SQ Relation | 2097 SQ Relation |
2054 --> | 2098 --> |