Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1063:e7c1ebfc2701
Repaired xpath expressions for wms srid and background layers that broke after the floodmap config structure changed.
flys-artifacts/trunk@2541 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Aug 2011 07:51:12 +0000 |
parents | ee105e5d5ead |
children | 13784581ab0c |
comparison
equal
deleted
inserted
replaced
1062:ee105e5d5ead | 1063:e7c1ebfc2701 |
---|---|
1 2011-08-24 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/WMSBackgroundState.java, | |
4 src/main/java/de/intevation/flys/artifacts/states/RiverAxisState.java: | |
5 Repaired broken xpath expressions (the config changed in one of the last | |
6 commits) and make use of the variable support in xpath expressions to | |
7 replace the rivername. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/WMSBackgroundArtifact.java: | |
10 Save the rivername while initializing this artifact. This is now | |
11 necessary, because each river can have its own background wms | |
12 configured. | |
13 | |
1 2011-08-23 Ingo Weinzierl <ingo@intevation.de> | 14 2011-08-23 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | 16 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: |
4 Repaired broken river-wms initialization. | 17 Repaired broken river-wms initialization. |
5 | 18 |