comparison 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
comparison
equal deleted inserted replaced
8634:57e0bfda1c76 8635:c421c9530aba
356 return parseBoolean(show, false); 356 return parseBoolean(show, false);
357 } 357 }
358 358
359 public boolean parseShowLine() { 359 public boolean parseShowLine() {
360 String show = getValue(SHOW_LINE); 360 String show = getValue(SHOW_LINE);
361 return parseBoolean(show, true); 361 return parseBoolean(show, false);
362 } 362 }
363 363
364 public int parseFontStyle() { 364 public int parseFontStyle() {
365 String style = getValue(TEXT_STYLE); 365 String style = getValue(TEXT_STYLE);
366 if (style == null) { 366 if (style == null) {

http://dive4elements.wald.intevation.org