comparison flys-artifacts/ChangeLog @ 2614:036e234c2385

Added service to generate a chart of fixings for given river and km applied some filters. Stub by now. flys-artifacts/trunk@4198 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 04 Apr 2012 14:41:27 +0000
parents 2e129754d450
children b0597a63fe70
comparison
equal deleted inserted replaced
2613:2e129754d450 2614:036e234c2385
1 2012-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2
3 * src/main/java/de/intevation/flys/artifacts/services/FixingsKMChartService.java:
4 New. Service to generate a chart of fixings for given river and km applied
5 some filters.
6
7 Usage:
8 $ curl http://localhost:8181/service/fixings-km-chart \
9 -d @fix-overview.xml > chart.png
10
11 The input XML is nearly the same as for the overview service.
12 Besides the river, filters and range it accepts elements
13 <km value="..."/> for passing the river km,
14 <extent width="..." height="..."/> for the extent of the output chart,
15 <mime type="..."/> for type of result. Currently ignored.
16
17 ATM only a static fixed sized PNG image is delivered.
18
19 * doc/conf/conf.xml: Added service to list of services.
20
1 2012-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> 21 2012-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2 22
3 * src/main/java/de/intevation/flys/artifacts/model/FixingsOverview.java: 23 * src/main/java/de/intevation/flys/artifacts/model/FixingsOverview.java:
4 Made bullet proof for null filters and ranges. 24 Made bullet proof for null filters and ranges.
5 25

http://dive4elements.wald.intevation.org