comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 958:ae198bef4ba0

Added configurations for river WMSe (currently for Saar, Mosel, Elbe). flys-artifacts/trunk@2377 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 20 Jul 2011 15:06:16 +0000
parents 88a669785863
children e55f1a851923
comparison
equal deleted inserted replaced
957:e91996b46e3c 958:ae198bef4ba0
36 36
37 /** The key that is used to store a map of theme mappings in the context.*/ 37 /** The key that is used to store a map of theme mappings in the context.*/
38 public static final String THEME_MAPPING = 38 public static final String THEME_MAPPING =
39 "flys.themes.mapping.map"; 39 "flys.themes.mapping.map";
40 40
41 /** The key that is used to store a map of WMS urls for each river.*/
42 public static final String RIVER_WMS =
43 "flys.floodmap.river.wms";
44
41 45
42 /** 46 /**
43 * The default constructor. 47 * The default constructor.
44 */ 48 */
45 public FLYSContext() { 49 public FLYSContext() {

http://dive4elements.wald.intevation.org