comparison 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
comparison
equal deleted inserted replaced
9554:33ce8eba9806 9555:ef5754ba5573
47 47
48 public static final String FACETFILTER_KEY = 48 public static final String FACETFILTER_KEY =
49 "flys.export.facetfilter"; 49 "flys.export.facetfilter";
50 50
51 /** The key that is used to store the map of themes in the context. */ 51 /** The key that is used to store the map of themes in the context. */
52 public static final String LEGEND = "flys.legend.map";
53
54 /** The key that is used to store the map of themes in the context. */
52 public static final String THEMES = 55 public static final String THEMES =
53 "flys.themes.map"; 56 "flys.themes.map";
54 57
55 /** The key that is used to store a map of theme mappings in the context. */ 58 /** The key that is used to store a map of theme mappings in the context. */
56 public static final String THEME_MAPPING = 59 public static final String THEME_MAPPING =
64 public static final String SCHEDULER = 67 public static final String SCHEDULER =
65 "flys.wsplgen.scheduler"; 68 "flys.wsplgen.scheduler";
66 69
67 /** Key to store the configured modules in the context. */ 70 /** Key to store the configured modules in the context. */
68 public static final String MODULES = "flys.modules"; 71 public static final String MODULES = "flys.modules";
69
70 72
71 /** 73 /**
72 * The default constructor. 74 * The default constructor.
73 */ 75 */
74 public RiverContext() { 76 public RiverContext() {

http://dive4elements.wald.intevation.org