Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 730:452fad121560
Implemented code for changing the title of a wms layer (issue198).
gnv-artifacts/trunk@768 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 15 Mar 2010 11:13:21 +0000 |
parents | d23ad22bcfe7 |
children | 1efb6a66c7d9 |
comparison
equal
deleted
inserted
replaced
729:d23ad22bcfe7 | 730:452fad121560 |
---|---|
1 2010-03-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue198 | |
4 | |
5 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: | |
6 Read the layer title which might have been adjusted by the user and store | |
7 it in the CallContext object to be available in MetaWriter. | |
8 | |
9 * src/main/java/de/intevation/gnv/utils/MetaWriter.java: Write the layer | |
10 title stored in the CallContext object into meta.xml file. | |
11 | |
12 * src/main/java/de/intevation/gnv/wms/LayerInfo.java: Added a further | |
13 attribute named 'title' to adjust the layer name. | |
14 | |
15 * src/main/java/de/intevation/gnv/utils/MapfileGenerator.java: Read layer | |
16 title from meta.xml file. The uuid is used as layer title if no title is | |
17 given. | |
18 | |
19 * doc/conf/products/horizontalcrosssection/conf_mesh.xml: Added a string | |
20 input parameter in wms output mode to adjust a wms layer's title. | |
21 | |
22 * doc/conf/maptemplates/horizontalcrosssection_salinity.vm, | |
23 doc/conf/maptemplates/horizontalcrosssection_salinity_isolines.vm, | |
24 doc/conf/maptemplates/horizontalcrosssection_flow-velocity.vm, | |
25 doc/conf/maptemplates/horizontalcrosssection_flow-velocity_isolines.vm, | |
26 doc/conf/maptemplates/horizontalcrosssection_water-levels.vm, | |
27 doc/conf/maptemplates/horizontalcrosssection_water-levels_isolines.vm, | |
28 doc/conf/maptemplates/horizontalcrosssection_water-temperature.vm, | |
29 doc/conf/maptemplates/horizontalcrosssection_water-temperature_isolines.vm: | |
30 Read title attribute from LayerInfo object for filling the layer name in | |
31 template files. The title can be adjusted by the user himself, but the | |
32 shapefiles are stored in the path {shapefile_path}/{uuid}/xxx.shp. | |
33 | |
1 2010-03-15 Tim Englich <tim.englich@intevation.de> | 34 2010-03-15 Tim Englich <tim.englich@intevation.de> |
2 | 35 |
3 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (fetchData): | 36 * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (fetchData): |
4 Integrated lookup of the Geometry which was put to the Artifact during | 37 Integrated lookup of the Geometry which was put to the Artifact during |
5 the Instantiation (e.g. was send from the MapViewer to the GNV). | 38 the Instantiation (e.g. was send from the MapViewer to the GNV). |