comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportRiver.java @ 491:738140fe56fe

Importer: Prefix "Zusätzliche Längsschnitte" with "Zus.Längsschnitte" in description. flys-backend/trunk@1839 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 05 May 2011 14:51:54 +0000
parents 13af9318a4a2
children 88d5b02ff0c1
comparison
equal deleted inserted replaced
490:13af9318a4a2 491:738140fe56fe
251 251
252 WstParser wstParser = new WstParser(); 252 WstParser wstParser = new WstParser();
253 wstParser.parse(file); 253 wstParser.parse(file);
254 ImportWst iw = wstParser.getWst(); 254 ImportWst iw = wstParser.getWst();
255 iw.setKind(1); 255 iw.setKind(1);
256 iw.setDescription(EXTRA_LONGITUDINALS + "/" + iw.getDescription());
256 extraWsts.add(iw); 257 extraWsts.add(iw);
257 } 258 }
258 259
259 } 260 }
260 261

http://dive4elements.wald.intevation.org