Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 640:7e1a59fefa0d
Moved the code part that skips themes to a better place. This let us paint empty charts with no themes at all.
flys-artifacts/trunk@2021 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 May 2011 10:03:07 +0000 |
parents | deb5e9840813 |
children | ab9b6cae0d0d |
comparison
equal
deleted
inserted
replaced
639:deb5e9840813 | 640:7e1a59fefa0d |
---|---|
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
4 Moved the code part that skips themes right after the part that sets the | |
5 master artifact for the OutGenerator. We need this master artifact to | |
6 display empty charts - master artifact is used to create titles and | |
7 axes. | |
8 | |
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | 9 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 11 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Deactivated themes are not put into the chart. | 12 Deactivated themes are not put into the chart. |
5 | 13 |