<%-- $HeadURL$ --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <% String name = (String)request.getAttribute( "WMSNAME" ); String layertree = (String)request.getAttribute( "WMSLAYER" ); String version = (String)request.getAttribute( "WMSVERSION" ); String url = (String)request.getAttribute( "WMSURL" ); String[] formats = (String[])request.getAttribute( "FORMATS" ); %> deegree iGeoPortal
 

add WMS to layerlist:

The following overviewshows all layers that are available through the WMS: '<%out.print(name);%>'. By activating/deactivating the checkboxes you can choose, which layers shall be integrated into the portal.

<%out.print(layertree);%>
<% for (int i = 0; i < formats.length; i++) { out.print( "" ); } %>
  available map and image formats:
 " ); out.print( "" + formats[i] + "

  invert   ok   cancel