diff artifacts/src/main/java/org/dive4elements/river/themes/ThemeDocument.java @ 8635:c421c9530aba

Do not show lines if showlines is not set. As with points lines should only be shown if showlines is explicitly set to true and not by default. Every line should have a theme to be editable
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 27 Mar 2015 14:39:01 +0100
parents 666ac28a0256
children 5e38e2924c07
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/themes/ThemeDocument.java	Fri Mar 27 13:40:25 2015 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/themes/ThemeDocument.java	Fri Mar 27 14:39:01 2015 +0100
@@ -358,7 +358,7 @@
 
     public boolean parseShowLine() {
         String show = getValue(SHOW_LINE);
-        return parseBoolean(show, true);
+        return parseBoolean(show, false);
     }
 
     public int parseFontStyle() {

http://dive4elements.wald.intevation.org