Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1111:19182eaccc8d
Added a prefix for WMS layers to prevent the mapserver from generating invalid xml that would end in a bug (issue314, issue315).
gnv-artifacts/trunk@1245 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 29 Jun 2010 16:35:36 +0000 |
parents | c6b2437c0c13 |
children | 9a24c743efa6 |
comparison
equal
deleted
inserted
replaced
1110:c6b2437c0c13 | 1111:19182eaccc8d |
---|---|
1 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue315, Issue314 | |
4 | |
5 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java, | |
6 src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java: All | |
7 generated wms layers will now have a prefix 'GNV_'. On this way, we can | |
8 ensure that the name of wms layers never start with a digit. This is | |
9 necessary to prevent the mapserver from generating invalid xml while | |
10 creating a GetFeatureInfo response (mapserver generates xml elements from | |
11 layer names - xml nodes may not start with a digit!). | |
12 | |
1 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 13 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 14 |
3 Issue318 | 15 Issue318 |
4 | 16 |
5 * doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml: Transition | 17 * doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml: Transition |