Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1815:a97764363ba2
Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
flys-artifacts/trunk@3144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 02 Nov 2011 13:41:39 +0000 |
parents | a9b690d864a7 |
children | 5364b86a0880 |
comparison
equal
deleted
inserted
replaced
1814:a9b690d864a7 | 1815:a97764363ba2 |
---|---|
1 2011-11-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Apply point theme to heightmarks when imported in longitudinal | |
4 section diagram. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: | |
7 Added new FacetType HEIGHTMARK_POINTS. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/model/WKmsFacet.java: | |
10 Allow name to be given in constructor. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java: | |
13 If heightmarks were loaded, give respective name in WKmsFacet | |
14 generation. | |
15 | |
16 * doc/conf/themes.xml: Added virtual "Points" and concrete | |
17 heightmark_points - theme. | |
18 | |
19 * doc/conf/artifacts/winfo.xml: Made longitudinal_section output | |
20 compatible with heightmarks_points. | |
21 | |
22 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
23 Render heightmarks like other wkms. | |
24 | |
25 * doc/conf/meta-data.xml: Changed heightmark ids such that it can be | |
26 identified in StaticWKmsFacet . | |
27 | |
1 2011-11-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 28 2011-11-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 29 |
3 * src/main/java/de/intevation/flys/exports/StyledXYSeries.java: | 30 * src/main/java/de/intevation/flys/exports/StyledXYSeries.java: |
4 Documentation added. | 31 Documentation added. |
5 | 32 |