Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1135:c8c753931514
Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
flys-artifacts/trunk@2656 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 06 Sep 2011 17:41:07 +0000 |
parents | bcf70a452646 |
children | 8da5f5a9ed3c |
comparison
equal
deleted
inserted
replaced
1134:bcf70a452646 | 1135:c8c753931514 |
---|---|
1 2011-09-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/mapserver/barrier_polygons_class.vm, | |
4 doc/conf/mapserver/barrier_lines_class.vm, | |
5 doc/conf/mapserver/wsplgen_class.vm: Default Mapserver styles for | |
6 barriers and WSPLGEN results. Those styles are only used as long as we | |
7 don't have map specific themes (as already used in charts). | |
8 | |
9 * doc/conf/mapserver/layer.vm: Implements a fallback mechanism for styling | |
10 barrier lines/polygons and WSPLGEN results. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: Added a | |
13 getStyle() method that currently returns "null". This method needs to be | |
14 implemented when map themes are introduced. | |
15 | |
1 2011-09-06 Ingo Weinzierl <ingo@intevation.de> | 16 2011-09-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: Renamed | 18 * src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: Renamed |
4 some attributes to make their job in the mapfile more obvious. | 19 some attributes to make their job in the mapfile more obvious. |
5 | 20 |