Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 971:a0e6566cd111
Integrated Openlayers using ext and geoext into the GNV-WebClient
gnv/trunk@1139 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 01 Jun 2010 12:55:24 +0000 |
parents | d91ffd0e8239 |
children | d0b187202f84 |
comparison
equal
deleted
inserted
replaced
970:d91ffd0e8239 | 971:a0e6566cd111 |
---|---|
1 2010-06-01 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 Integrated the Openlayers-libraray according to the Intevation-Demonstrator | |
4 into the GUI. Now it is also possible to see all layers which are put into | |
5 the WMS by the user. | |
6 | |
7 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: | |
8 Removed the old JavaScript-references to the OpenLayers-Library and | |
9 put the references to the JavaScript-Files and CSS-files for | |
10 OpenLayers, ext and geoext into it. | |
11 | |
12 * src/main/webapp/WEB-INF/jsp/index.jsp: | |
13 Removed the html-elements which are required to render the MapClient and | |
14 put them into the file includes/display_map_inc.jsp. | |
15 | |
16 * src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp: | |
17 Added own include-file for all html-elements which are required to render | |
18 the Mapclient. | |
19 | |
20 * src/main/webapp/scripts/viewport.jsp: | |
21 Added a JSP-file which creats an JavaScript-file which includes the | |
22 informations how to create the GUI of the WMS-Client.A JSP-file is required | |
23 because we have to insert dynamic usespecific Data into the file. | |
24 | |
25 * src/main/webapp/scripts/layers.jsp: | |
26 Added a JSP-file which creats an JavaScript-file which includes all | |
27 layers which should be displayed by OpenLayers. A JSP-file is required | |
28 because we have to insert dynamic usespecific Data into the file. | |
29 | |
30 * src/main/webapp/scripts/openlayers: | |
31 Folder for storing the JavaScript-Library Openlayers. | |
32 * src/main/webapp/scripts/openlayers/readme: | |
33 Readme-File which explains which steps must be done to provide the | |
34 required Version of the Openlayers-Library. | |
35 | |
36 * src/main/webapp/scripts/geoext/: | |
37 Folder for storing the JavaScript-Library geoext. | |
38 * src/main/webapp/scripts/geoext/readme: | |
39 Readme-File which explains which steps must be done to provide the | |
40 required Version of the GeoExt-Library. | |
41 | |
42 * src/main/webapp/scripts/ext/: | |
43 Folder for storing the JavaScript-Library Ext. | |
44 * src/main/webapp/scripts/ext/readme: | |
45 Readme-File which explains which steps must be done to provide the | |
46 required Version of the Ext-Library. | |
47 | |
48 | |
1 2010-05-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 49 2010-05-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 50 |
3 Issue198 | 51 Issue198 |
4 | 52 |
5 * src/main/java/de/intevation/gnv/action/WMSAction.java: Changed the XPath | 53 * src/main/java/de/intevation/gnv/action/WMSAction.java: Changed the XPath |