Mercurial > dive4elements > river
diff flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java @ 5188:2b7f44c80857
Stations are now filtered by DiPS not AFT.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 07 Mar 2013 12:46:37 +0100 |
parents | f939e1e6cfa4 |
children |
line wrap: on
line diff
--- a/flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java Thu Mar 07 12:02:02 2013 +0100 +++ b/flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java Thu Mar 07 12:46:37 2013 +0100 @@ -113,7 +113,7 @@ String stationString = element.getAttribute("STATIONIERUNG"); if (stationString.length() == 0) { log.warn("DIPS: Setting station of gauge '" + name + "' to zero."); - stationString = "0"; + stationString = "-99999"; } station = Double.parseDouble(stationString); if (station == 0d) {