Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 572:3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
gnv/trunk@701 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 23 Feb 2010 15:26:50 +0000 |
parents | f2ba58011a2d |
children | bd67164cf28b |
comparison
equal
deleted
inserted
replaced
571:f2ba58011a2d | 572:3f7bbc6dc751 |
---|---|
1 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: Foward to wmslayout.jsp | |
4 instead of mainlayout.jsp if the user selected wms target. | |
5 | |
6 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: New page for rendering a wms | |
7 client (OpenLayers). JavaScript loading take place in this page. If the | |
8 user select the wms target, a forward to this page will be done. | |
9 | |
10 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed OpenLayers JavaScript | |
11 library and function to initialize OpenLayers. This reduces traffic while | |
12 parameterization. | |
13 | |
1 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 14 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/gnv/action/CreateChartAction.java: Class to | 16 * src/main/java/de/intevation/gnv/action/CreateChartAction.java: Class to |
4 trigger chart rendering. | 17 trigger chart rendering. |
5 | 18 |