Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1134:bcf70a452646
Read barrier layers from filesystem while mapfile creation and build a facet for this layer in the artifact.
flys-artifacts/trunk@2654 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 06 Sep 2011 15:25:54 +0000 |
parents | e011f8c6e5e8 |
children | c8c753931514 |
comparison
equal
deleted
inserted
replaced
1133:e011f8c6e5e8 | 1134:bcf70a452646 |
---|---|
1 2011-09-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: Renamed | |
4 some attributes to make their job in the mapfile more obvious. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added | |
7 new facet type for barriers. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: Add | |
10 a facet for the barriers layer. | |
11 | |
12 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Parse | |
13 barriers (lines and polygons) and create two new layers for each type - | |
14 those layers are grouped. | |
15 | |
16 * doc/conf/mapserver/layer.vm: Renamed attribute based on changes in | |
17 LayerInfo and added support for Group-Layers. | |
18 | |
1 2011-09-06 Raimund Renkert <raimund.renkert@intevation.de> | 19 2011-09-06 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 20 |
3 * doc/conf/conf.xml: | 21 * doc/conf/conf.xml: |
4 Added driver to database configuration for use with postgresql. | 22 Added driver to database configuration for use with postgresql. |
5 | 23 |