Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2010:7f99845e9499
Store and access area.name data item.
flys-artifacts/trunk@3458 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 19 Dec 2011 07:53:22 +0000 |
parents | 0eab7d98a850 |
children | 81eaea64c0db |
comparison
equal
deleted
inserted
replaced
2009:0eab7d98a850 | 2010:7f99845e9499 |
---|---|
1 2011-12-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Added area.name data item and access to areaartifact. | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/model/AreaFacet.java: | |
6 Rephrased debug output, do survive case where only one curve is | |
7 given for area calculation (this is the "above" or "under" case). | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/AreaArtifact.java | |
10 (getAreaName): Access "area.name" data item. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/states/AreaCreationState.java: | |
13 Respect area.name data of artifact when reproducing facets. | |
14 | |
1 2011-12-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 15 2011-12-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 16 |
3 * doc/conf/conf.xml: Fix, accidentally added wrong factory in last | 17 * doc/conf/conf.xml: Fix, accidentally added wrong factory in last |
4 commit. | 18 commit. |
5 | 19 |