Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/index.jsp @ 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 |
---|---|
6 <%@page import="java.util.Iterator"%> | 6 <%@page import="java.util.Iterator"%> |
7 <% Object ui = request.getAttribute("ui"); | 7 <% Object ui = request.getAttribute("ui"); |
8 Object staticui = request.getAttribute("staticui"); | 8 Object staticui = request.getAttribute("staticui"); |
9 Object statistic = request.getAttribute("statistic"); | 9 Object statistic = request.getAttribute("statistic"); |
10 Object histogram = request.getAttribute("histogram"); | 10 Object histogram = request.getAttribute("histogram"); |
11 Object wms = request.getAttribute("wms"); | |
11 boolean furthertargets = true; | 12 boolean furthertargets = true; |
12 | 13 |
13 Object furthertargetsObject = request.getAttribute("furthertargets"); | 14 Object furthertargetsObject = request.getAttribute("furthertargets"); |
14 if (furthertargetsObject != null){ | 15 if (furthertargetsObject != null){ |
15 furthertargets = ((Boolean)furthertargetsObject).booleanValue(); | 16 furthertargets = ((Boolean)furthertargetsObject).booleanValue(); |
41 </form> | 42 </form> |
42 </div> | 43 </div> |
43 <%}%> | 44 <%}%> |
44 </div> | 45 </div> |
45 | 46 |
47 <div id="map"></div> | |
48 | |
46 <%-- render chart options if existing for this state --%> | 49 <%-- render chart options if existing for this state --%> |
47 <jsp:include page="includes/display_diagramm_inc.jsp"></jsp:include> | 50 <jsp:include page="includes/display_diagramm_inc.jsp"></jsp:include> |
48 | 51 |
49 <%-- render export options if existing for this state --%> | 52 <%-- render export options if existing for this state --%> |
50 <jsp:include page="includes/display_export_inc.jsp"></jsp:include> | 53 <jsp:include page="includes/display_export_inc.jsp"></jsp:include> |