Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1129:da3c3e286c88
Introduced a MapfileGenerator that creates Mapserver specific mapfiles based on WSPLGEN results read from filesystem.
flys-artifacts/trunk@2644 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 05 Sep 2011 14:04:03 +0000 |
parents | 727c53fd0dc7 |
children | e6dd52342eb7 |
comparison
equal
deleted
inserted
replaced
1128:727c53fd0dc7 | 1129:da3c3e286c88 |
---|---|
1 2011-09-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * pom.xml: Added Apache Velocity 1.7 for templating support. | |
4 | |
5 * doc/conf/conf.xml: Added config options for mapserver/template relevant | |
6 stuff. | |
7 | |
8 * doc/conf/mapserver/mapfile.vm, | |
9 doc/conf/mapserver/layer.vm: New. A default mapfile template and a | |
10 template used for layers. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: New. | |
13 This class is used while reading WMS layer relevant information from | |
14 filesystem. | |
15 | |
16 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: New. This | |
17 thread is used for creating mapfiles for Mapserver. The MapfileGenerator | |
18 runs in daemon mode (own thread) and creates mapfiles based on WMS | |
19 layer relevant information read from filesystem. | |
20 | |
21 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java, | |
22 src/main/java/de/intevation/flys/utils/FLYSUtils.java: Moved shapefile | |
23 specific XPath expressions from FloodMapState to FLYSUtils which is a | |
24 better place to use it in other classes (as MapfileGenerator). | |
25 | |
1 2011-09-05 Ingo Weinzierl <ingo@intevation.de> | 26 2011-09-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 27 |
3 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java: | 28 * src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java: |
4 Bugfixed broken attribute assignment. | 29 Bugfixed broken attribute assignment. |
5 | 30 |