Mercurial > dive4elements > river
changeset 3626:d3e3a7aaeddf
issue729, show default line labels for line sin cross sections.
flys-artifacts/trunk@5320 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 30 Aug 2012 15:16:49 +0000 |
parents | f2a5fe968b98 |
children | 096598c3bd30 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/default-themes.xml |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Aug 30 14:51:48 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu Aug 30 15:16:49 2012 +0000 @@ -1,3 +1,10 @@ +2012-08-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + issue729, default line labels for waterlines in cross sections. + + * doc/conf/default-themes.xml: Default line label and level label + to true for lines in crossections.. + 2012-08-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> issue814, line labels do not follow zoom.
--- a/flys-artifacts/doc/conf/default-themes.xml Thu Aug 30 14:51:48 2012 +0000 +++ b/flys-artifacts/doc/conf/default-themes.xml Thu Aug 30 15:16:49 2012 +0000 @@ -732,7 +732,9 @@ <field name="showwidth" type="boolean" display="Breite anzeigen" default="false" /> <field name="showlevel" type="boolean" display="Wasserstand anzeigen" - default="false" /> + default="true" /> + <field name="showlinelabel" type="boolean" default="true" + display="Beschriftung anzeigen" /> <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false" /> </fields>