comparison flys-artifacts/ChangeLog @ 2565:72f77b2210c2

FixingsOverview: Added XSL transformation which directly converts the output of the fixings overview service into an HTML representation. flys-artifacts/trunk@4091 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 21 Feb 2012 18:22:06 +0000
parents 3f038d54bc87
children 8bacd0ce3704
comparison
equal deleted inserted replaced
2564:3f038d54bc87 2565:72f77b2210c2
1 2012-02-21 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2
3 * src/main/java/de/intevation/flys/artifacts/model/FixingsOverview.java:
4 - Calculate the extent of the river by the extents of the fixings.
5 Reason: The river Elbe has only has fixings up to km 351. The other half
6 of the river is empty which results in a sparse looking overview.
7 - Add the name of the river as name attribute to resulting <river> element.
8
9 * contrib/fixoverview2html.xsl: New. Demo XSL transformation to turn
10 the output of the overview service directly into HTML. Used in the
11 client a variant of this script could be used for producing the content
12 of the assistance widget. Usage:
13
14 $ curl http://localhost:8181/service/fixings-overview \
15 -d @fix-overview.xml | \
16 xsltproc contrib/fixoverview2html.xsl - \
17 > fixings-overview.html
18
1 2012-02-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> 19 2012-02-20 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2 20
3 * src/main/java/de/intevation/flys/artifacts/services/FixingsOverviewService.java: 21 * src/main/java/de/intevation/flys/artifacts/services/FixingsOverviewService.java:
4 Made the filter mechanisms available via the incoming XML document. 22 Made the filter mechanisms available via the incoming XML document.
5 23

http://dive4elements.wald.intevation.org