Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1917:71139016cd0f
Avoid WMS layer names that begin with digits to ensure valid WMS GetFeatureInfo responses.
flys-artifacts/trunk@3277 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 Nov 2011 15:55:24 +0000 |
parents | efff4305dc05 |
children | 5afdf7ed0937 |
comparison
equal
deleted
inserted
replaced
1916:efff4305dc05 | 1917:71139016cd0f |
---|---|
1 2011-11-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/wsplgen/FacetCreator.java, | |
4 src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java, | |
5 src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Avoid | |
6 WMS layer names that begin with digits. This would lead to invalid | |
7 WMSGetFeatureInfo responses, where the name of a layer is the name of a | |
8 XML node. | |
9 | |
1 2011-11-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 10 2011-11-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 11 |
3 * doc/conf/meta-data.xml: Added and use *_wq macros for interpolated | 12 * doc/conf/meta-data.xml: Added and use *_wq macros for interpolated |
4 w/q data (currently used in computed discharge curve only). | 13 w/q data (currently used in computed discharge curve only). |
5 | 14 |