Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3296:45af081061e7
Added overview output for sq relation. Currently the overview generator is
unused and the overview is build by the client.
flys-artifacts/trunk@4979 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 09:45:11 +0000 |
parents | 4fc442f1b4f6 |
children | 79c8e0d9fdea |
comparison
equal
deleted
inserted
replaced
3295:4fc442f1b4f6 | 3296:45af081061e7 |
---|---|
1 2012-07-13 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/sq/SQOverviewFacet.java: | |
4 New. Facet for chart overview in sq relation. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/sq/SQOverviewGenerator.java: | |
7 New. Generator for chart overview. This generator is not used jet. | |
8 Currently we generate the overview on client side by putting all charts in a | |
9 simple grid, cause the charts rendered by this generator are empty. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: | |
12 Added new Facet type. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/states/SQRelation.java: | |
15 Add facets for overview. | |
16 | |
17 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: | |
18 Avoid a NPE in legend entry aggregation. | |
19 | |
20 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
21 Moved log output to avoid NPE. | |
22 | |
23 * doc/conf/artifacts/minfo.xml: | |
24 Added new output for chart overview. | |
25 | |
1 2012-07-13 Raimund Renkert <raimund.renkert@intevation.de> | 26 2012-07-13 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 27 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 28 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Refactored. Moved some functionality to FLYSContext and OutputHelper. | 29 Refactored. Moved some functionality to FLYSContext and OutputHelper. |
5 | 30 |