Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1793:1636686070f7
Initial commit to support styles in maps.
flys-artifacts/trunk@3116 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 28 Oct 2011 14:42:24 +0000 |
parents | 49ad801076e4 |
children | 2ad7ba85a2b3 |
comparison
equal
deleted
inserted
replaced
1792:49ad801076e4 | 1793:1636686070f7 |
---|---|
1 2011-10-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/themes.xml: Added a default theme for the riveraxis used in the | |
4 floodmap. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/MapserverStyle.java: | |
7 New. This class is used by ThemeUtil to create a style which is | |
8 compatible for Mapserver- | |
9 | |
10 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: Added a method to | |
11 retrieve a Mapserver compatible style (as string) based on a given | |
12 Document (that comes from CollectionItem's attribute). | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: | |
15 Implemented the setStyle() and getStyle() methods. | |
16 | |
17 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Added a | |
18 new parameter 'style' to createDatabaseLayer(). This parameter is set on | |
19 LayerInfo. | |
20 | |
21 * src/main/java/de/intevation/flys/exports/MapGenerator.java: Create | |
22 Mapserver compatible styles and call createDatabaseLayer() with this | |
23 style. | |
24 | |
1 2011-10-28 Ingo Weinzierl <ingo@intevation.de> | 25 2011-10-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 26 |
3 * doc/conf/artifacts/winfo.xml: Defined "floodmap.riveraxis" and | 27 * doc/conf/artifacts/winfo.xml: Defined "floodmap.riveraxis" and |
4 "floodmap.wmsbackground" as compatible layers for the floodmap output. | 28 "floodmap.wmsbackground" as compatible layers for the floodmap output. |
5 | 29 |