Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1854:e372934f0c42
Replaced the dbconnection.include used by Mapserver - these information are provided by LayerInfo objects now, which reduces config overhead.
flys-artifacts/trunk@3199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 15:00:29 +0000 |
parents | 5b2122a8bcbf |
children | b4798f15edc7 |
comparison
equal
deleted
inserted
replaced
1853:5b2122a8bcbf | 1854:e372934f0c42 |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/mapserver/dbconnection.include: Removed. DB connections are | |
4 supported by LayerInfo objects now. So, we do not need to configure it any | |
5 more. | |
6 | |
7 * doc/conf/mapserver/db_layer.vm: The database connection is provided by | |
8 LayerInfo objects. The "INCLUDE dbconnection.include" has been replaced. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java: The inner | |
11 State class got two new methods that provide information about db | |
12 connection string and connection type. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/model/WMSDBLayerFacet.java, | |
15 src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: Both | |
16 classes support getter/setter for connection and connectionType. | |
17 | |
18 * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Fill | |
19 LayerInfo objects used to create DB layers with the connection and | |
20 connection type provided by WMSDBLayerFacet. | |
21 | |
1 2011-11-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 22 2011-11-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 23 |
3 Allow height marks with points style in w-differences diagrams. | 24 Allow height marks with points style in w-differences diagrams. |
4 | 25 |
5 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | 26 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: |