diff artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java @ 8264:4d99606a844e

SQ relation overview is now a single chart containing all fractions. * Added new facet types. * Add new facets for the overview chart. * Removed generator code for the old overview.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 12 Sep 2014 14:55:42 +0200
parents 724081af301c
children f98598cf798c
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java	Fri Sep 12 08:42:41 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/collections/D4EArtifactCollection.java	Fri Sep 12 14:55:42 2014 +0200
@@ -290,9 +290,6 @@
             String outName = entry.getKey();
             Output output  = entry.getValue();
 
-            if (outName.equals("sq_overview")) {
-                continue;
-            }
             Settings settings = output.getSettings();
 
             if (settings == null) {
@@ -422,9 +419,6 @@
         try {
             Document attr = getAttribute(cAttr, name);
             OutputHelper helper = new OutputHelper(identifier());
-            if (name.equals("sq_overview")) {
-                helper.doOut(generator, name, subtype, format, context, format);
-            }
             helper.doOut(generator, name, subtype, attr, context, format);
             generator.generate();
         }

http://dive4elements.wald.intevation.org