comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WMSBackgroundArtifact.java @ 1771:c62ff9e72cea

Restore mapping of state id to facets (revert, rev 3083 and 3088). flys-artifacts/trunk@3092 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Oct 2011 09:32:05 +0000
parents 5d8b3880a553
children a2735a4bf75e
comparison
equal deleted inserted replaced
1770:e8a98eee816d 1771:c62ff9e72cea
39 // TODO Add CallMeta 39 // TODO Add CallMeta
40 DefaultState state = (DefaultState) getCurrentState(context); 40 DefaultState state = (DefaultState) getCurrentState(context);
41 state.computeInit(this, hash(), context, meta, fs); 41 state.computeInit(this, hash(), context, meta, fs);
42 42
43 if (!fs.isEmpty()) { 43 if (!fs.isEmpty()) {
44 facets.addAll(fs); 44 facets.put(getCurrentStateId(), fs);
45 } 45 }
46 } 46 }
47 } 47 }
48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org