%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<% //import="org.deegree.ogcwebservices.wpvs.capabilities.WPVSCapabilitiesDocument" //import="org.deegree.ogcwebservices.wpvs.capabilities.Dataset" //import="java.net.URL" //import="org.deegree.owscommon.com110.Operation110" //import="org.deegree.owscommon.com110.HTTP110" //import="org.deegree.ogcwebservices.wpvs.capabilities.WPVSOperationsMetadata" //import="org.deegree.enterprise.WebUtils" //http://localhost:8080/services/services?service=WPVS&request=GetView&BOUNDINGBOX=423750,4512700,425500,4513900&DATASETS=air2007,buildings,trees&ELEVATIONMODEL=dem&PITCH=16&YAW=-117121331&ROLL=0&AOV=90&FARCLIPPINGPLANE=10000&WIDTH=800&HEIGHT=600&SCALE=1.0&STYLES=default&DATETIME=2007-03-21T12:00:00&EXCEPTIONFORMAT=INIMAGE&VERSION=1.0.0&OUTPUTFORMAT=image/png&BACKGROUND=cirrus&POI=2579800,5620000,250&CRS=null&DISTANCE=1000 int viewHeight = 600; int viewWidth = 1200; int overViewHeight = 150; int overViewWidth = 150; //String wmsGetMapFragment = wpvsConfiguration.getWmsGetMapFragment(); String caps = "http://stadtplan.bonn.de/Deegree2wpvs/services?&version=1.0.0&CRS=EPSG%3A31466&request=GetCapabilities&service=WPVS"; String title = "WPVS for Bonn, Germany"; String elevModel = "dem"; String[] datasets = { "air2007", "buildings", "trees" }; String wpvsBaseURL = "http://stadtplan.bonn.de/Deegree2wpvs/services?service=WPVS&"; String crs = null; //not evaluated for d3 wpvs currently //int distanceAboveSeaLevel = wpvsConfiguration.getDistanceAboveSeaLevel(); int initialHeight = 560; double poi_x = 2579800; double poi_y = 5620000; int initialDistance = 1000; int initialPitch = 15; int initialYaw = 290; int initialRoll = 0; double initialStep = 0.1; //try to get a parameter from the request. String[] boxCoords = { "423750", "4512700", "425500", "4513900" }; String bboxAsString = boxCoords[0] + "," + boxCoords[1] + "," + boxCoords[2] + "," + boxCoords[3]; String[] buttons = { "zoomin", "zoomout", "move" }; %>Client is not properly configured. Are the WPVS capabilities available?
" ); } else { %>
|
|
|||||||||||||||||||||||
powered by deegree |