ingo@1022: <%-- ingo@1022: Copyright (c) 2010 by Intevation GmbH ingo@1022: ingo@1022: This program is free software under the LGPL (>=v2.1) ingo@1022: Read the file LGPL.txt coming with the software for details ingo@1022: or visit http://www.gnu.org/licenses/ if it does not exist. ingo@1022: --%> ingo@1022: tim@994: <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> tim@994: <%@page import="de.intevation.gnv.action.sessionmodel.SessionModel"%> tim@994: <%@page import="de.intevation.gnv.artifactdatabase.objects.map.MapService"%> tim@994: <%@page import="de.intevation.gnv.action.sessionmodel.SessionModelFactory"%> tim@994: <% tim@994: SessionModel sm = SessionModelFactory.getInstance().getSessionModel(request); tim@994: MapService localMapService = sm.getLocalMapService(); tim@994: Collection layer = localMapService.getLayer(); tim@994: %> tim@994: tim@994: <%@page import="java.util.Collection"%> tim@994: <%@page import="de.intevation.gnv.artifactdatabase.objects.map.Layer"%> tim@994: <%@page import="java.util.Iterator"%>
tim@994: tim@994: tim@994: tim@994: tim@994: tim@994: tim@994: tim@994: tim@994: tim@994:
:<%=localMapService.getURL()%>?SERVICE=WMS&REQUEST=GetCapabilities
:<%=localMapService.getTtl()%>
tim@994: