diff artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContext.java @ 9555:ef5754ba5573

Implemented legend aggregation based on type of themes. Added theme-editor style configuration for aggregated legend entries. Only configured themes get aggregated.
author gernotbelger
date Tue, 23 Oct 2018 16:26:48 +0200
parents f98598cf798c
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContext.java	Mon Oct 22 18:26:05 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContext.java	Tue Oct 23 16:26:48 2018 +0200
@@ -49,6 +49,9 @@
         "flys.export.facetfilter";
 
     /** The key that is used to store the map of themes in the context. */
+    public static final String LEGEND = "flys.legend.map";
+    
+    /** The key that is used to store the map of themes in the context. */
     public static final String THEMES =
         "flys.themes.map";
 
@@ -67,7 +70,6 @@
     /** Key to store the configured modules in the context. */
     public static final String MODULES = "flys.modules";
 
-
     /**
      * The default constructor.
      */

http://dive4elements.wald.intevation.org