Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1957:3b08b8aacfb0
Fix flys/issue423, do not interpolate main values at gauge.
flys-artifacts/trunk@3357 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 06 Dec 2011 08:26:24 +0000 |
parents | a5f87f8dbe57 |
children | 82cefa3f954f |
comparison
equal
deleted
inserted
replaced
1956:a5f87f8dbe57 | 1957:3b08b8aacfb0 |
---|---|
1 2011-12-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix flys/issue423 (Diagramm: Hauptwerte bei Abflusskurve am Pegel | |
4 werden an Y-Achse nicht angezeigt) - show not "raw" (vs interpolated) | |
5 values at Gauge. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/MainValuesQFacet.java, | |
8 src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java: | |
9 Add parameterization to let facet know whether to fetch data at | |
10 Gauges or at Artifacts position. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: | |
13 Let the MainValueFacets know whether to ask for interpolated | |
14 MainValues; (do not interpolate for Gauges Main Values). | |
15 (getMainValuesQ, getMainValuesW): Added parameter to control | |
16 interpolation. | |
17 | |
1 2011-12-05 Ingo Weinzierl <ingo@intevation.de> | 18 2011-12-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Modified | 20 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Modified |
4 prefix constants for Mapserver layers and renamed constants (which have | 21 prefix constants for Mapserver layers and renamed constants (which have |
5 been postfixes before). | 22 been postfixes before). |
12 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | 29 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: |
13 Bugfix: Evaluate the correct parameter whether to set the floodplain or | 30 Bugfix: Evaluate the correct parameter whether to set the floodplain or |
14 not. In addition, the scenario parameter used by WSPLGEN is now set | 31 not. In addition, the scenario parameter used by WSPLGEN is now set |
15 correctly. | 32 correctly. |
16 | 33 |
34 >>>>>>> .r3356 | |
17 2011-12-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 35 2011-12-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
18 | 36 |
19 Allow longitudinal_section.q facets in wdiff states output. | 37 Allow longitudinal_section.q facets in wdiff states output. |
20 | 38 |
21 * doc/conf/artifacts/winfo.xml: Added longitudinal_section.q facets | 39 * doc/conf/artifacts/winfo.xml: Added longitudinal_section.q facets |