Mercurial > dive4elements > river
diff artifacts/doc/conf/themes.xml @ 7517:46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 04 Nov 2013 15:57:47 +0100 |
parents | 61128e4b6f46 |
children | f062802c9a4a |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes.xml Mon Nov 04 15:15:13 2013 +0100 +++ b/artifacts/doc/conf/themes.xml Mon Nov 04 15:57:47 2013 +0100 @@ -307,15 +307,24 @@ <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" /> - <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" /> - <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" /> - <mapping from="sedimentload.sand" to="SedimentLoadSand" /> - <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" /> - <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" /> - <mapping from="sedimentload.susp_sediment" to="SedimentLoadSediment" /> - <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" /> - <mapping from="sedimentload.total" to="SedimentLoadTotal" /> - <mapping from="sedimentload.unknown" to="SedimentLoadUnknown" /> + <mapping from="sedimentload.ta.coarse" to="SedimentLoadTACoarse" /> + <mapping from="sedimentload.ta.finemiddle" to="SedimentLoadTAFineMid" /> + <mapping from="sedimentload.ta.sand" to="SedimentLoadTASand" /> + <mapping from="sedimentload.ta.susp_sand" to="SedimentLoadTASuspSand" /> + <mapping from="sedimentload.ta.susp_sand_bed" to="SedimentLoadTASuspSandBed" /> + <mapping from="sedimentload.ta.susp_sediment" to="SedimentLoadTASediment" /> + <mapping from="sedimentload.ta.total_load" to="SedimentLoadTATotalLoad" /> + <mapping from="sedimentload.ta.total" to="SedimentLoadTATotal" /> + <mapping from="sedimentload.ta.unknown" to="SedimentLoadTAUnknown" /> + <mapping from="sedimentload.m3a.coarse" to="SedimentLoadM3ACoarse" /> + <mapping from="sedimentload.m3a.finemiddle" to="SedimentLoadM3AFineMid" /> + <mapping from="sedimentload.m3a.sand" to="SedimentLoadM3ASand" /> + <mapping from="sedimentload.m3a.susp_sand" to="SedimentLoadM3ASuspSand" /> + <mapping from="sedimentload.m3a.susp_sand_bed" to="SedimentLoadM3ASuspSandBed" /> + <mapping from="sedimentload.m3a.susp_sediment" to="SedimentLoadM3ASediment" /> + <mapping from="sedimentload.m3a.total_load" to="SedimentLoadM3ATotalLoad" /> + <mapping from="sedimentload.m3a.total" to="SedimentLoadM3ATotal" /> + <mapping from="sedimentload.m3a.unknown" to="SedimentLoadM3AUnknown" /> </mappings> </themes>