Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1121:66783d957201
Close open shapefile transactions properly.
flys-artifacts/trunk@2628 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 01 Sep 2011 07:27:44 +0000 |
parents | fb3947027e92 |
children | 111794adf285 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Sep 01 07:06:14 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Sep 01 07:27:44 2011 +0000 @@ -1,3 +1,14 @@ +2011-09-01 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/utils/GeometryUtils.java: Close an open + shapefile transaction and catch exceptions which are thrown while + shapefile creation here. If there occured an error, this functions + returns FALSE, otherwise TRUE. + + * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: + Removed exception handling while shapefile creation - this is done in + GeometryUtils now. + 2011-09-01 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: