Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/second.xml @ 6112:439809f4d2b7
Merged theme config files default.xml and second.xml.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 27 May 2013 15:43:34 +0200 |
parents | 7e40264a1363 |
children | b79b400d5de1 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/second.xml Mon May 27 15:40:42 2013 +0200 +++ b/artifacts/doc/conf/themes/second.xml Mon May 27 15:43:34 2013 +0200 @@ -141,10 +141,6 @@ display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> </fields> </theme> - - - - <!-- top level classes defining additional attributes--> <theme name="LongitudinalSection"> <inherits> @@ -801,6 +797,26 @@ </fields> </theme> + <theme name="LongitudinalSectionQInfoldCut"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="102, 102, 102" /> + </fields> + </theme> + + <theme name="LongitudinalSectionQInfolding"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="51, 51, 51" /> + </fields> + </theme> + <!-- MIDDLE BED HEIGHT --> <theme name="MiddleBedHeightSingle"> <inherits> @@ -954,6 +970,16 @@ </fields> </theme> + <theme name="MorphologicWidth"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 100, 200" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> <!-- Flow velocity --> <theme name="FlowVelocityVMainChannel"> <inherits> @@ -1059,7 +1085,7 @@ display="Beschriftung anzeigen" default="false" hints="h" /> </fields> </theme> - <theme name="SedimentLoadTotal"> + <theme name="SedimentLoadTotal"> <inherits> <inherit from="LongitudinalSection" /> </inherits> @@ -1271,7 +1297,6 @@ - <theme name="DurationCurve"> <inherits> <inherit from="Lines" /> @@ -1720,6 +1745,13 @@ </inherits> </theme> + <theme name="Floodmarks"> + <inherits> + <inherit from="MapLines" /> + <inherit from="Symbol" /> + </inherits> + </theme> + <theme name="GaugeLocation"> <inherits> @@ -1728,7 +1760,6 @@ </inherits> </theme> - <theme name="Qps"> <inherits> <inherit from="MapLines" /> @@ -1962,19 +1993,41 @@ <theme name="SQMeasurements"> <inherits> + <inherit from="Lines" /> <inherit from="Points" /> </inherits> <fields> <field name="pointcolor" type="Color" default="0, 153, 255" /> + <field name="showlines" type="boolean" display="Linie anzeigen" + default="false" hints="hidden" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="hidden" /> + <field name="linetype" type="Dash" display="Linienart" + default="10" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" hints="hidden" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="hidden" /> </fields> </theme> <theme name="SQOutliers"> <inherits> + <inherit from="Lines" /> <inherit from="Points" /> </inherits> <fields> <field name="pointcolor" type="Color" default="204, 0, 0" /> + <field name="showlines" type="boolean" display="Linie anzeigen" + default="false" hints="hidden" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="hidden" /> + <field name="linetype" type="Dash" display="Linienart" + default="10" hints="hidden" /> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 0" hints="hidden" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="hidden" /> </fields> </theme>