Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 8116:fdb29e8b7ec0
Make a difference between themes representing loads in different units.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Thu, 21 Aug 2014 15:48:01 +0200 |
parents | 0e587734fc56 |
children | ca072278ad02 |
comparison
equal
deleted
inserted
replaced
8115:9a8ddd37a1a7 | 8116:fdb29e8b7ec0 |
---|---|
167 default="true" hints="hidden" /> | 167 default="true" hints="hidden" /> |
168 <field name="showarealabel" type="boolean" | 168 <field name="showarealabel" type="boolean" |
169 display="Flächenbeschriftung anzeigen" default="false"/> | 169 display="Flächenbeschriftung anzeigen" default="false"/> |
170 </fields> | 170 </fields> |
171 </theme> | 171 </theme> |
172 | |
172 <!-- top level classes defining additional attributes--> | 173 <!-- top level classes defining additional attributes--> |
173 <theme name="LongitudinalSection"> | 174 <theme name="LongitudinalSection"> |
174 <inherits> | 175 <inherits> |
175 <inherit from="Lines" /> | 176 <inherit from="Lines" /> |
176 <inherit from="Points" /> | 177 <inherit from="Points" /> |
1098 default="0, 204, 0" /> | 1099 default="0, 204, 0" /> |
1099 </fields> | 1100 </fields> |
1100 </theme> | 1101 </theme> |
1101 | 1102 |
1102 <!-- Sediment load, M^3/A --> | 1103 <!-- Sediment load, M^3/A --> |
1104 <theme name="SedimentLoadM3A"> | |
1105 <inherits> | |
1106 <inherit from="LongitudinalSection" /> | |
1107 </inherits> | |
1108 <fields> | |
1109 <field name="linesize" type="int" default="2" /> | |
1110 </fields> | |
1111 </theme> | |
1112 | |
1103 <theme name="SedimentLoadM3ACoarse"> | 1113 <theme name="SedimentLoadM3ACoarse"> |
1104 <inherits> | 1114 <inherits> |
1105 <inherit from="LongitudinalSection" /> | 1115 <inherit from="SedimentLoadM3A" /> |
1106 </inherits> | 1116 </inherits> |
1107 <fields> | 1117 <fields> |
1108 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1118 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1109 </fields> | 1119 </fields> |
1110 </theme> | 1120 </theme> |
1111 | 1121 |
1112 <theme name="SedimentLoadM3AFineMid"> | 1122 <theme name="SedimentLoadM3AFineMid"> |
1113 <inherits> | 1123 <inherits> |
1114 <inherit from="LongitudinalSection" /> | 1124 <inherit from="SedimentLoadM3A" /> |
1115 </inherits> | 1125 </inherits> |
1116 <fields> | 1126 <fields> |
1117 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1127 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1118 </fields> | 1128 </fields> |
1119 </theme> | 1129 </theme> |
1120 | 1130 |
1121 <theme name="SedimentLoadM3ASand"> | 1131 <theme name="SedimentLoadM3ASand"> |
1122 <inherits> | 1132 <inherits> |
1123 <inherit from="LongitudinalSection" /> | 1133 <inherit from="SedimentLoadM3A" /> |
1124 </inherits> | 1134 </inherits> |
1125 <fields> | 1135 <fields> |
1126 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1136 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1127 </fields> | 1137 </fields> |
1128 </theme> | 1138 </theme> |
1129 | 1139 |
1130 <theme name="SedimentLoadM3ASuspSand"> | 1140 <theme name="SedimentLoadM3ASuspSand"> |
1131 <inherits> | 1141 <inherits> |
1132 <inherit from="LongitudinalSection" /> | 1142 <inherit from="SedimentLoadM3A" /> |
1133 </inherits> | 1143 </inherits> |
1134 <fields> | 1144 <fields> |
1135 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1145 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1136 </fields> | 1146 </fields> |
1137 </theme> | 1147 </theme> |
1138 | 1148 |
1139 <theme name="SedimentLoadM3ASediment"> | 1149 <theme name="SedimentLoadM3ASediment"> |
1140 <inherits> | 1150 <inherits> |
1141 <inherit from="LongitudinalSection" /> | 1151 <inherit from="SedimentLoadM3A" /> |
1142 </inherits> | 1152 </inherits> |
1143 <fields> | 1153 <fields> |
1144 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1154 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1145 </fields> | 1155 </fields> |
1146 </theme> | 1156 </theme> |
1147 | 1157 |
1148 <theme name="SedimentLoadM3ASuspSandBed"> | 1158 <theme name="SedimentLoadM3ASuspSandBed"> |
1149 <inherits> | 1159 <inherits> |
1150 <inherit from="LongitudinalSection" /> | 1160 <inherit from="SedimentLoadM3A" /> |
1151 </inherits> | 1161 </inherits> |
1152 <fields> | 1162 <fields> |
1153 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1163 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1154 <field name="showlinelabel" type="boolean" | 1164 <field name="showlinelabel" type="boolean" |
1155 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1165 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1156 </fields> | 1166 </fields> |
1157 </theme> | 1167 </theme> |
1158 | 1168 |
1159 <theme name="SedimentLoadM3ATotalLoad"> | 1169 <theme name="SedimentLoadM3ATotalLoad"> |
1160 <inherits> | 1170 <inherits> |
1161 <inherit from="LongitudinalSection" /> | 1171 <inherit from="SedimentLoadM3A" /> |
1162 </inherits> | 1172 </inherits> |
1163 <fields> | 1173 <fields> |
1164 <field name="linecolor" type="Color" default="255, 100, 100" /> | 1174 <field name="linecolor" type="Color" default="255, 100, 100" /> |
1165 <field name="showlinelabel" type="boolean" | 1175 <field name="showlinelabel" type="boolean" |
1166 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1176 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1167 </fields> | 1177 </fields> |
1168 </theme> | 1178 </theme> |
1169 | 1179 |
1170 <theme name="SedimentLoadM3ATotal"> | 1180 <theme name="SedimentLoadM3ATotal"> |
1171 <inherits> | 1181 <inherits> |
1172 <inherit from="LongitudinalSection" /> | 1182 <inherit from="SedimentLoadM3A" /> |
1173 </inherits> | 1183 </inherits> |
1174 <fields> | 1184 <fields> |
1175 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1185 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1176 <field name="showlinelabel" type="boolean" | 1186 <field name="showlinelabel" type="boolean" |
1177 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1187 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1178 </fields> | 1188 </fields> |
1179 </theme> | 1189 </theme> |
1180 | 1190 |
1181 <theme name="SedimentLoadM3AUnknown"> | 1191 <theme name="SedimentLoadM3AUnknown"> |
1182 <inherits> | 1192 <inherits> |
1183 <inherit from="LongitudinalSection" /> | 1193 <inherit from="SedimentLoadM3A" /> |
1184 </inherits> | 1194 </inherits> |
1185 <fields> | 1195 <fields> |
1186 <field name="linecolor" type="Color" default="0, 0, 0" /> | 1196 <field name="linecolor" type="Color" default="0, 0, 0" /> |
1187 <field name="showlinelabel" type="boolean" | 1197 <field name="showlinelabel" type="boolean" |
1188 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1198 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1189 </fields> | 1199 </fields> |
1190 </theme> | 1200 </theme> |
1191 | 1201 |
1192 <theme name="SedimentLoadM3ABed"> | 1202 <theme name="SedimentLoadM3ABed"> |
1193 <inherits> | 1203 <inherits> |
1194 <inherit from="LongitudinalSection" /> | 1204 <inherit from="SedimentLoadM3A" /> |
1195 </inherits> | 1205 </inherits> |
1196 <fields> | 1206 <fields> |
1197 <field name="linecolor" type="Color" default="45, 255, 241" /> | 1207 <field name="linecolor" type="Color" default="45, 255, 241" /> |
1198 </fields> | 1208 </fields> |
1199 </theme> | 1209 </theme> |
1200 | 1210 |
1201 <theme name="SedimentLoadM3ASusp"> | 1211 <theme name="SedimentLoadM3ASusp"> |
1202 <inherits> | 1212 <inherits> |
1203 <inherit from="LongitudinalSection" /> | 1213 <inherit from="SedimentLoadM3A" /> |
1204 </inherits> | 1214 </inherits> |
1205 <fields> | 1215 <fields> |
1206 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1216 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1207 </fields> | 1217 </fields> |
1208 </theme> | 1218 </theme> |