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