comparison flys-artifacts/src/main/java/de/intevation/flys/utils/MapfileGenerator.java @ 4633:fc52ee878412

Preparations for autogenerated riveraxis WMSs.
author Christian Lins <christian.lins@intevation.de>
date Tue, 04 Dec 2012 14:19:59 +0100
parents 3dc26ec2558d
children c04db3178d09
comparison
equal deleted inserted replaced
4632:02cf2b1dff84 4633:fc52ee878412
233 context.put("CONFIGDIR", 233 context.put("CONFIGDIR",
234 Config.getConfigDirectory().getCanonicalPath()); 234 Config.getConfigDirectory().getCanonicalPath());
235 } 235 }
236 catch (FileNotFoundException fnfe) { 236 catch (FileNotFoundException fnfe) {
237 // this is bad 237 // this is bad
238 logger.warn(fnfe, fnfe);
238 } 239 }
239 catch (IOException ioe) { 240 catch (IOException ioe) {
240 // this is also bad 241 // this is also bad
242 logger.warn(ioe, ioe);
241 } 243 }
242 244
243 return context; 245 return context;
244 } 246 }
245 247

http://dive4elements.wald.intevation.org