Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 570:cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
gnv/trunk@698 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Feb 2010 18:04:55 +0000 |
parents | 9a5e50e7afaa |
children | f2ba58011a2d |
comparison
equal
deleted
inserted
replaced
569:9a5e50e7afaa | 570:cbd397712ecf |
---|---|
1 2010-02-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: New action 'WMSAction'. | |
4 It triggers the generation of shapefiles and mapfile and sets an internal | |
5 flag to intialize an OpenLayers map. | |
6 | |
7 * src/main/java/de/intevation/gnv/action/WMSAction.java: Action which | |
8 triggers the creation of shapefiles and mapfile. An internal flag is set | |
9 to initialize an OpenLayers map with the layer even published. | |
10 | |
11 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java, | |
12 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java: | |
13 Added a new method to send a request to the artifact server and start | |
14 shapefile and mapfile creation. | |
15 | |
16 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Added javascript functions to | |
17 read url parameters and initialize OpenLayers. | |
18 | |
19 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Call 'wms.do' | |
20 after clicking WMS button which triggers WMSAction. | |
21 | |
22 * src/main/webapp/WEB-INF/jsp/index.jsp: Added a div-container for rendering | |
23 an OpenLayers map. | |
24 | |
25 * src/main/webapp/styles/default.css: New class for styling map | |
26 div-container. | |
27 | |
28 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Made method static to | |
29 be able to use it without creating an object of this class. | |
30 | |
31 | |
1 2010-02-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 32 2010-02-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 33 |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: Added an action | 34 * src/main/webapp/WEB-INF/config/struts-config.xml: Added an action |
4 'histogram' to render histograms. | 35 'histogram' to render histograms. |
5 | 36 |