Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 728:f6630d0203da
Put all Attributes of the Databasetables into the Shapefile which will be produced for the Product Layer
gnv-artifacts/trunk@764 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Mar 2010 11:36:38 +0000 |
parents | 22dc921cd8b1 |
children | d23ad22bcfe7 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Fri Mar 12 11:28:36 2010 +0000 +++ b/gnv-artifacts/ChangeLog Fri Mar 12 11:36:38 2010 +0000 @@ -1,3 +1,18 @@ +2010-03-12 Tim Englich <tim.englich@intevation.de> + + * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (fetchColumns): + Integrated an Method for fetching all required Columns for an given Layer + and put them into the Query witch will load the Layerdata from the + Database. + + * doc/conf/products/layer/conf.xml: + Added an Configuration-Element to determine the Query which should be used + to Query the Columns of a choosen Layer. + + * doc/conf/queries.properties: + Manipulated the Queries for fetching the Layerdata in that way that it is + possible to put the requested-Columns into it using the ?-Syntax. + 2010-03-12 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/utils/ShapeFileWriter.java (writeDataToFile):