%-- $HeadURL$ --%> <%-- $Id$ --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ page import="org.deegree.framework.version.*" %> <% String igeoportal = application.getInitParameter("igeoportal"); String serviceList = (String) application.getAttribute( "deegree_ogc_services" ); String title = application.getServletContextName(); if ( title == null ){ title = "deegree 2"; } // it may be difficult to find this out dynamically String servicesName = "services"; String docPath = "http://download.deegree.org/deegree" + Version.getVersionNumber() + "/docs"; %>
deegree Web Application |
---|
<% if ( serviceList.contains( "WMS" ) && !serviceList.contains( "WPVS" ) ) { %>
WMS example requests & clients <% } if (serviceList.contains( "WMPS" ) ) { %> WMPS example requests & client <% } if (serviceList.contains( "WFS" ) ) { %> WFS example requests & client <% } if (serviceList.contains( "WCS" ) ) { %> WCS example requests & client <% } if (serviceList.contains( "CSW" ) ) { %> CSW example requests & clients <% } if (serviceList.contains( "WPS" ) ) { %> WPS example requests & clients <% } if (serviceList.contains( "WSS" ) ) { %> WSS example requests & clients <% } if (serviceList.contains( "WAS" ) ) { %> WAS example requests & clients <% } if (serviceList.contains( "WPVS" ) ) { %> WPVS example requests & clients <% } if ( "true".equals( igeoportal ) ) { %> deegree iGeoPortal <% } %> |
Documentation online |
---|
<% if ( serviceList.contains( "WMS" ) && !serviceList.contains( "WPVS" ) ) { %>
WMS deegree WMS [PDF] deegree Charts [PDF] readme [TXT] <% } if (serviceList.contains( "WMPS" ) ) { %> WMPS deegree WMPS [PDF] readme [TXT] <% } if (serviceList.contains( "WFS" ) ) { %> WFS deegree WFS [PDF] readme [TXT] <% } if (serviceList.contains( "WCS" ) ) { %> WCS deegree WCS [PDF] readme [TXT] <% } if (serviceList.contains( "CSW" ) ) { %> CSW deegree CSW [PDF] readme [TXT] <% } if (serviceList.contains( "WPS" ) ) { %> WPS deegree WPS [PDF] readme [TXT] <% } if (serviceList.contains( "WSS" ) ) { %> WSS deegree WSS [PDF] readme [TXT] <% } if (serviceList.contains( "WAS" ) ) { %> WAS deegree WAS [PDF] readme [TXT] <% } if (serviceList.contains( "WPVS" ) ) { %> WPVS deegree WPVS [PDF] readme [TXT] <% } if ( "true".equals( igeoportal ) ) { %> iGeoPortal deegree iGeoPortal [PDF] readme [TXT] <% } %> |
deegree online |
---|
Home Page
Wiki Demo Installation Issue Tracker Users Mailing List Developers Mailing List |