comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WMSBackgroundArtifact.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 7399401f728c
children e7c1ebfc2701
comparison
equal deleted inserted replaced
957:e91996b46e3c 958:ae198bef4ba0
34 34
35 List<Facet> fs = new ArrayList<Facet>(); 35 List<Facet> fs = new ArrayList<Facet>();
36 36
37 // TODO Add CallMeta 37 // TODO Add CallMeta
38 DefaultState state = (DefaultState) getCurrentState(context); 38 DefaultState state = (DefaultState) getCurrentState(context);
39 state.computeInit(this, hash(), meta, fs); 39 state.computeInit(this, hash(), context, meta, fs);
40 40
41 if (!fs.isEmpty()) { 41 if (!fs.isEmpty()) {
42 facets.put(getCurrentStateId(), fs); 42 facets.put(getCurrentStateId(), fs);
43 } 43 }
44 } 44 }

http://dive4elements.wald.intevation.org