Mercurial > dive4elements > river
changeset 1844:06cf1009301d
Fix flys/issue406 (~missing themes).
flys-artifacts/trunk@3182 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 08 Nov 2011 12:06:43 +0000 |
parents | a7e030efd50e |
children | 06c157848c8f |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Nov 08 12:02:10 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Nov 08 12:06:43 2011 +0000 @@ -1,3 +1,10 @@ +2011-11-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix flys/issue406 (Themestyle-editor: themes for "other.wkms" and + "other.wqkms" missing) + + * doc/conf/themes.xml: Fixed typos in WKms and WQKms theme names. + 2011-11-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix flys/issue405 (Datacage: Recommendations get loaded twice).
--- a/flys-artifacts/doc/conf/themes.xml Tue Nov 08 12:02:10 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Tue Nov 08 12:06:43 2011 +0000 @@ -589,14 +589,14 @@ <!-- General --> - <theme name="WKMs"> + <theme name="WKms"> <inherits><inherit from="HiddenColorLines"/></inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> </fields> </theme> - <theme name="WQKMs"> + <theme name="WQKms"> <inherits><inherit from="HiddenColorLines"/></inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> @@ -821,6 +821,7 @@ <mapping from="floodmap.riveraxis" to="RiverAxis"/> <mapping from="floodmap.kms" to="Kms"/> <mapping from="floodmap.qps" to="Qps"/> + <mapping from="other.wkms" to="WKms"/> <mapping from="other.wqkms" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/>