Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2078:cbeeaaad1056
#440 Support river axes that consist of more than a single geometry.
flys-artifacts/trunk@3593 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 10:46:32 +0000 |
parents | 29459ddb6f30 |
children | ca6ccf722c24 |
comparison
equal
deleted
inserted
replaced
2077:29459ddb6f30 | 2078:cbeeaaad1056 |
---|---|
1 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue440 (Karte: WSPLGEN Berechnungen für Mosel schlagen fehl) | |
4 | |
5 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: Modified the | |
6 getRiverBoundary() method because the signature of | |
7 RiverAxis.getRiverAxis() has changed. This method will now take each | |
8 geometry into account, that is retrieved by | |
9 RiverAxis.getRiverBoundary(). | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/services/MapInfoService.java: | |
12 Use GeometryUtils.getRiverBoundary() to determine the boundary of a | |
13 river. | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
16 Create the riveraxis shapefile with all geometries returned by | |
17 RiverAxis.getRiverAxis(). | |
18 | |
1 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | 19 2012-01-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Repaired | 21 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Repaired |
4 broken items in legend. The new renderer requires the current plot. This | 22 broken items in legend. The new renderer requires the current plot. This |
5 is set now. | 23 is set now. |