Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1832:a8910c1c82fb
Refactored the RiverAxisArtifact and its State - uses the same base as WMSKmArtifact now.
flys-artifacts/trunk@3168 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 12:15:03 +0000 |
parents | 490ab097f58c |
children | d4e80e9b40b5 |
comparison
equal
deleted
inserted
replaced
1831:490ab097f58c | 1832:a8910c1c82fb |
---|---|
1 2011-11-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java: | |
4 Subclasses WMSDBArtifact now and defines an inner class RiverAxisState | |
5 which subclasses WMSDBState. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/states/RiverAxisState.java: | |
8 Removed. The RiverAxisState is an inner class of RiverAxisArtifact now | |
9 which subclasses WMSDBState. | |
10 | |
11 * doc/conf/artifacts/riveraxis.xml: Removed, because the RiverAxisArtifact | |
12 has a fixed static State only. | |
13 | |
14 * doc/conf/conf.xml: Removed riveraxis.xml definition. | |
15 | |
1 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 16 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 17 |
3 For a Flys-Collection, add outputt to attributes-part of describe | 18 For a Flys-Collection, add outputt to attributes-part of describe |
4 document only if they contain facets. -> Prevent empty output nodes | 19 document only if they contain facets. -> Prevent empty output nodes |
5 in flys-collections outputs. | 20 in flys-collections outputs. |