Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 959:a2b20ed3d3b4
Datacage: Added custom provider for XPath functions.
flys-artifacts/trunk@2378 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 16:28:49 +0000 |
parents | ae198bef4ba0 |
children | 92027887775a |
comparison
equal
deleted
inserted
replaced
958:ae198bef4ba0 | 959:a2b20ed3d3b4 |
---|---|
1 2011-07-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/services/meta/FunctionResolver.java: | |
4 New. Custom XPath function provider. Provides | |
5 'dc:contains(Object [] haystack, Object needle)' by now. Should be | |
6 useful to check containments in 'out' lists later. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/services/meta/Builder.java: | |
9 Register the FunctionResolver to the evaluated XPaths. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/services/meta/App.java: | |
12 Added code to parse | |
13 "param:a,b,c" to "param" -> new String [] { "a", "b", "c" } to | |
14 help testing the 'dc:contains' XPath function. | |
15 | |
1 2011-07-20 Ingo Weinzierl <ingo@intevation.de> | 16 2011-07-20 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * doc/conf/conf.xml: Added wms configurations for Saar, Mosel and Elbe. | 18 * doc/conf/conf.xml: Added wms configurations for Saar, Mosel and Elbe. |
4 Each river supported by FLYS requires such a WMS configuration. A WMS | 19 Each river supported by FLYS requires such a WMS configuration. A WMS |
5 should contain layers for the river axis, buildings, kilometer labels | 20 should contain layers for the river axis, buildings, kilometer labels |