Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 3089:7e4c8590067a
Added themes specific to MINFO SQ relation charts.
flys-artifacts/trunk@4688 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 11:31:39 +0000 |
parents | 7d33aec0b61d |
children | 22def36d37b7 |
comparison
equal
deleted
inserted
replaced
3088:960307cf2adc | 3089:7e4c8590067a |
---|---|
897 <inherits> | 897 <inherits> |
898 <inherit from="HydrBoundariesPoly"/> | 898 <inherit from="HydrBoundariesPoly"/> |
899 </inherits> | 899 </inherits> |
900 </theme> | 900 </theme> |
901 | 901 |
902 <!-- | |
903 SQ Relation | |
904 --> | |
905 <theme name="SQMeasurements"> | |
906 <inherits> | |
907 <inherit from="ColorPoints"/> | |
908 </inherits> | |
909 <fields> | |
910 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
911 <field name="pointcolor" type="Color" default="Color.BLACK"/> | |
912 </fields> | |
913 </theme> | |
914 | |
915 <theme name="SQOutliers"> | |
916 <inherits> | |
917 <inherit from="ColorPoints"/> | |
918 </inherits> | |
919 <fields> | |
920 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
921 <field name="pointcolor" type="Color" default="Color.RED"/> | |
922 </fields> | |
923 </theme> | |
924 | |
925 <theme name="SQCurve"> | |
926 <inherits> | |
927 <inherit from="HiddenColorLines"/> | |
928 </inherits> | |
929 <fields> | |
930 <field name="linecolor" type="Color" default="Color.BLUE"/> | |
931 </fields> | |
932 </theme> | |
933 | |
902 </themegroup> | 934 </themegroup> |
903 | 935 |
904 <themegroup name="default-2"> | 936 <themegroup name="default-2"> |
905 <theme name="DischargeCurve"> | 937 <theme name="DischargeCurve"> |
906 <inherits> | 938 <inherits> |
1752 | 1784 |
1753 <theme name="HydrBoundariesPolys"> | 1785 <theme name="HydrBoundariesPolys"> |
1754 <inherits> | 1786 <inherits> |
1755 <inherit from="HydrBoundariesPoly"/> | 1787 <inherit from="HydrBoundariesPoly"/> |
1756 </inherits> | 1788 </inherits> |
1789 </theme> | |
1790 | |
1791 <!-- | |
1792 SQ Relation | |
1793 --> | |
1794 <theme name="SQMeasurements"> | |
1795 <inherits> | |
1796 <inherit from="ColorPoints"/> | |
1797 </inherits> | |
1798 </theme> | |
1799 | |
1800 <theme name="SQOutliers"> | |
1801 <inherits> | |
1802 <inherit from="ColorPoints"/> | |
1803 </inherits> | |
1804 </theme> | |
1805 | |
1806 <theme name="SQCurve"> | |
1807 <inherits> | |
1808 <inherit from="HiddenColorLines"/> | |
1809 </inherits> | |
1810 <fields> | |
1811 <field name="linecolor" type="Color" default="Color.BLUE"/> | |
1812 </fields> | |
1757 </theme> | 1813 </theme> |
1758 | 1814 |
1759 </themegroup> | 1815 </themegroup> |
1760 | 1816 |
1761 <!-- Virtual themes are following now! | 1817 <!-- Virtual themes are following now! |
1807 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/> | 1863 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/> |
1808 <field name="pointsize" type="int" display="Punktdicke" default="5" hints="h"/> | 1864 <field name="pointsize" type="int" display="Punktdicke" default="5" hints="h"/> |
1809 </fields> | 1865 </fields> |
1810 </theme> | 1866 </theme> |
1811 | 1867 |
1868 <theme name="ColorPoints" type="virtual"> | |
1869 <fields> | |
1870 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="true"/> | |
1871 <field name="pointsize" type="int" display="Punktdicke" default="5"/> | |
1872 <field name="pointcolor" type="Color" display="Punktfarbe" default="Color.BLACK"/> | |
1873 </fields> | |
1874 </theme> | |
1875 | |
1812 <theme name="MinMaxPoints" type="virtual"> | 1876 <theme name="MinMaxPoints" type="virtual"> |
1813 <fields> | 1877 <fields> |
1814 <field name="showminimum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> | 1878 <field name="showminimum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> |
1815 <field name="showmaximum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> | 1879 <field name="showmaximum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> |
1816 </fields> | 1880 </fields> |
2017 </inherits> | 2081 </inherits> |
2018 <fields> | 2082 <fields> |
2019 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | 2083 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
2020 </fields> | 2084 </fields> |
2021 </theme> | 2085 </theme> |
2086 | |
2087 | |
2088 <!-- | |
2089 SQ Relation | |
2090 --> | |
2091 <theme name="SQMeasurements"> | |
2092 <inherits> | |
2093 <inherit from="ColorPoints"/> | |
2094 </inherits> | |
2095 </theme> | |
2096 | |
2097 <theme name="SQOutliers"> | |
2098 <inherits> | |
2099 <inherit from="ColorPoints"/> | |
2100 </inherits> | |
2101 </theme> | |
2102 | |
2103 <theme name="SQCurve"> | |
2104 <inherits> | |
2105 <inherit from="HiddenColorLines"/> | |
2106 </inherits> | |
2107 <fields> | |
2108 <field name="linecolor" type="Color" default="Color.BLUE"/> | |
2109 </fields> | |
2110 </theme> | |
2111 | |
2022 </themegroup> | 2112 </themegroup> |
2113 | |
2023 | 2114 |
2024 <!-- | 2115 <!-- |
2025 Mappings are following now. A mapping maps between a name of a facet | 2116 Mappings are following now. A mapping maps between a name of a facet |
2026 and a theme. | 2117 and a theme. |
2027 Always the first matching mapping is taken, so consider putting most | 2118 Always the first matching mapping is taken, so consider putting most |
2146 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> | 2237 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> |
2147 <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> | 2238 <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> |
2148 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> | 2239 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> |
2149 <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch"/> | 2240 <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch"/> |
2150 <mapping from="relativepoint" to="RelativePoint"/> | 2241 <mapping from="relativepoint" to="RelativePoint"/> |
2242 <mapping from="sq_a_measurement" to="SQMeasurements"/> | |
2243 <mapping from="sq_a_outlier" to="SQOutliers"/> | |
2244 <mapping from="sq_a_curve" to="SQCurve"/> | |
2151 | 2245 |
2152 </mappings> | 2246 </mappings> |
2153 </themes> | 2247 </themes> |