Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Nov 09 14:02:15 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Nov 09 15:00:29 2011 +0000 @@ -1,3 +1,24 @@ +2011-11-09 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/mapserver/dbconnection.include: Removed. DB connections are + supported by LayerInfo objects now. So, we do not need to configure it any + more. + + * doc/conf/mapserver/db_layer.vm: The database connection is provided by + LayerInfo objects. The "INCLUDE dbconnection.include" has been replaced. + + * src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java: The inner + State class got two new methods that provide information about db + connection string and connection type. + + * src/main/java/de/intevation/flys/artifacts/model/WMSDBLayerFacet.java, + src/main/java/de/intevation/flys/artifacts/model/LayerInfo.java: Both + classes support getter/setter for connection and connectionType. + + * src/main/java/de/intevation/flys/utils/MapfileGenerator.java: Fill + LayerInfo objects used to create DB layers with the connection and + connection type provided by WMSDBLayerFacet. + 2011-11-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> Allow height marks with points style in w-differences diagrams.