Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1831:490ab097f58c
Prevent empty output-nodes in flyscollections attributes.
flys-artifacts/trunk@3167 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 11:59:08 +0000 |
parents | 7bb5bfd3b51f |
children | a8910c1c82fb |
comparison
equal
deleted
inserted
replaced
1830:7bb5bfd3b51f | 1831:490ab097f58c |
---|---|
1 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 For a Flys-Collection, add outputt to attributes-part of describe | |
4 document only if they contain facets. -> Prevent empty output nodes | |
5 in flys-collections outputs. | |
6 | |
7 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: | |
8 (writeFacets): Added return type to indicate whether any facet was | |
9 written. Decide whether to add an output-node depending on this | |
10 return value. | |
11 | |
1 2011-11-04 Ingo Weinzierl <ingo@intevation.de> | 12 2011-11-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Create | 14 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Create |
4 line and polygon layers for barriers only if they are really existing. | 15 line and polygon layers for barriers only if they are really existing. |
5 | 16 |