comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 942:796c54058dc4

Added artifacts/states for WMS background an river axis and a configuration for the output-defaults. flys-artifacts/trunk@2351 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 18 Jul 2011 10:13:25 +0000
parents 1b509e4cf99b
children c256061287d7
comparison
equal deleted inserted replaced
941:1b509e4cf99b 942:796c54058dc4
1238 res = state.computeFeed(this, key, context, fs, old); 1238 res = state.computeFeed(this, key, context, fs, old);
1239 break; 1239 break;
1240 case ADVANCE: 1240 case ADVANCE:
1241 res = state.computeAdvance(this, key, context, fs, old); 1241 res = state.computeAdvance(this, key, context, fs, old);
1242 break; 1242 break;
1243 case INIT:
1244 res = state.computeInit(this, key, context.getMeta(), fs);
1243 default: 1245 default:
1244 res = null; 1246 res = null;
1245 } 1247 }
1246 1248
1247 if (cache != null && old != res && res != null) { 1249 if (cache != null && old != res && res != null) {

http://dive4elements.wald.intevation.org