comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/FloodMapState.java @ 7659:2e1392067986

issue1020: Do not write Q-Lines with wstwriter from floodmapstate.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 06 Dec 2013 10:52:39 +0100
parents 786ff139de5e
children 894daf8a6fa4
comparison
equal deleted inserted replaced
7658:4fb5e89e7bd3 7659:2e1392067986
1000 if (data == null) { 1000 if (data == null) {
1001 logger.warn("No WST data found!"); 1001 logger.warn("No WST data found!");
1002 return; 1002 return;
1003 } 1003 }
1004 1004
1005 WstWriter writer = new WstWriter(1); 1005 WstWriter writer = new WstWriter(0, true);
1006 1006
1007 // TODO REMOVE job.setWspTag(...) This is only used until the user is 1007 // TODO REMOVE job.setWspTag(...) This is only used until the user is
1008 // able to select the WSP column himself! 1008 // able to select the WSP column himself!
1009 boolean writeWspTag = true; 1009 boolean writeWspTag = true;
1010 1010

http://dive4elements.wald.intevation.org