Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2079:ca6ccf722c24
#447 removed empty Outputs from Collection's attribute.
flys-artifacts/trunk@3595 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 13:39:58 +0000 |
parents | cbeeaaad1056 |
children | 0553e31d25e7 |
comparison
equal
deleted
inserted
replaced
2078:cbeeaaad1056 | 2079:ca6ccf722c24 |
---|---|
1 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue447 (W-Differenzen: Fehler beim Hinzufügen einer Parameterisierung) | |
4 | |
5 * src/main/java/de/intevation/flys/collections/CollectionAttribute.java: | |
6 Added a new method cleanEmptyOutputs() which removes Outputs that have | |
7 no Facets set. | |
8 | |
9 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: Call | |
10 CollectionAttribute.cleanEmptyOutputs() at the end of write() to remove | |
11 empty Outputs that have been added during the merge process. | |
12 | |
1 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | 13 2012-01-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 flys/issue440 (Karte: WSPLGEN Berechnungen für Mosel schlagen fehl) | 15 flys/issue440 (Karte: WSPLGEN Berechnungen für Mosel schlagen fehl) |
4 | 16 |
5 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: Modified the | 17 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: Modified the |