Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1878:84cf67a2a19e
Added support for fillcolors of polygons in floodmaps.
flys-artifacts/trunk@3237 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 11 Nov 2011 11:28:15 +0000 |
parents | 1a6018d5f0b7 |
children | d7369f395a80 |
comparison
equal
deleted
inserted
replaced
1877:1a6018d5f0b7 | 1878:84cf67a2a19e |
---|---|
1 2011-11-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/themes.xml: Modified some floodmap styles and added a | |
4 backgroundcolor attribute to polygon themes. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/MapserverStyle.java: | |
7 Added support for backgroundcolor. | |
8 | |
9 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: Parse | |
10 backgroundcolor from theme document. If a value is given, the | |
11 backgroundcolor is set on the Mapserver style. | |
12 | |
1 2011-11-11 Ingo Weinzierl <ingo@intevation.de> | 13 2011-11-11 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/artifacts/model/MapserverStyle.java: | 15 * src/main/java/de/intevation/flys/artifacts/model/MapserverStyle.java: |
4 Set correct Mapserver attribute name to adjust the width of a line. | 16 Set correct Mapserver attribute name to adjust the width of a line. |
5 | 17 |