Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 585:2e690cb2247c
Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
gnv/trunk@736 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 05 Mar 2010 09:33:30 +0000 |
parents | b31e81f35b64 |
children | 97d90e314af5 |
comparison
equal
deleted
inserted
replaced
584:b31e81f35b64 | 585:2e690cb2247c |
---|---|
1 2010-03-05 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java, | |
4 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | |
5 'publishWMS' returns a whole document which contains meta information used | |
6 for mapfile generation - not just a string. These information contain | |
7 MapServer URL and the path to its mapfile. | |
8 | |
9 * src/main/java/de/intevation/gnv/action/WMSAction.java: Fetch MapServer | |
10 settings from resulting document after wms-publishing to display these | |
11 values in gui. | |
12 | |
13 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Converted class | |
14 methods into static methods to use them without initializing an object of | |
15 XMLUtils. | |
16 | |
17 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Show MapServer and layer | |
18 information in gui and use MapServer settings to feed OpenLayers client. | |
19 | |
20 * src/main/webapp/styles/default.css: Added some classes to adjust style of | |
21 information table (wms service, layer name) and map area. | |
22 | |
23 * src/main/resources/applicationMessages.properties, | |
24 src/main/resources/applicationMessages_en.properties: Added column labels | |
25 for displaying MapServer information. | |
26 | |
1 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 27 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 28 |
3 * src/main/webapp/WEB-INF/jsp/index.jsp, | 29 * src/main/webapp/WEB-INF/jsp/index.jsp, |
4 src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Removed map-div from index.jsp | 30 src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Removed map-div from index.jsp |
5 and moved it to wmslayout. So, we don't have an empty div with grey border | 31 and moved it to wmslayout. So, we don't have an empty div with grey border |