Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 668:ccd47d9887ec
Added an options panel for wms customization (issue198).
gnv/trunk@775 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 15 Mar 2010 13:46:05 +0000 |
parents | c4f051adc6e7 |
children | ef1ff5fdab5b |
comparison
equal
deleted
inserted
replaced
667:c4f051adc6e7 | 668:ccd47d9887ec |
---|---|
1 2010-03-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue198 | |
4 | |
5 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java, | |
6 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | |
7 Added the method signature for publishing wms layers. 'publishWMS' | |
8 requires a collection of InputParameters which are used to create the | |
9 request xml document. These input parameters can be used to adjust some | |
10 wms settings. At the moment, the only parameter which written to the | |
11 request xml document is the title for a wms layer. | |
12 | |
13 * src/main/java/de/intevation/gnv/action/WMSAction.java: Search for user | |
14 input and append given input values to request xml document. Put the layer | |
15 title into request object to be accessible in jsp files. | |
16 | |
17 * src/main/webapp/WEB-INF/jsp/index.jsp: Render wms option panel if wms is | |
18 requested. | |
19 | |
20 * src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp: New. | |
21 Option panel for wms customization. At the moment, the user has the | |
22 possibility to adjust wms layers' title. | |
23 | |
24 * src/main/resources/applicationMessages.properties, | |
25 src/main/resources/applicationMessages_en.properties: Added some labels | |
26 for wms options. | |
27 | |
1 2010-03-12 Tim Englich <tim.englich@intevation.de> | 28 2010-03-12 Tim Englich <tim.englich@intevation.de> |
2 | 29 |
3 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient): | 30 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient): |
4 Fixed Compilation-Error because of InterfaceChanges of the | 31 Fixed Compilation-Error because of InterfaceChanges of the |
5 ArtifactDatabaseClient-Interface. | 32 ArtifactDatabaseClient-Interface. |
6 | 33 |
7 2010-03-12 Tim Englich <tim.englich@intevation.de> | 34 2010-03-12 Tim Englich <tim.englich@intevation.de> |
8 | 35 |
9 * src/main/resources/applicationMessages*.properties: | 36 * src/main/resources/applicationMessages*.properties: |
10 Integrated Resource for FIS Contis and Nauthis. | 37 Integrated Resource for FIS Contis and Nauthis. |
11 | 38 |