[mapserver-commits] r10627 - trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Tue Oct 19 13:46:01 EDT 2010
Author: jmckenna
Date: 2010-10-19 10:46:01 -0700 (Tue, 19 Oct 2010)
New Revision: 10627
Modified:
trunk/docs/en/ogc/wcs_server.txt
Log:
use demo.mapserver.org services. fix wcs_formats (ticket#3527)
Modified: trunk/docs/en/ogc/wcs_server.txt
===================================================================
--- trunk/docs/en/ogc/wcs_server.txt 2010-10-19 17:44:06 UTC (rev 10626)
+++ trunk/docs/en/ogc/wcs_server.txt 2010-10-19 17:46:01 UTC (rev 10627)
@@ -6,9 +6,7 @@
:Author: Jeff McKenna
:Contact: jmckenna at gatewaygeomatics.com
-:Revision: $Revision$
-:Date: $Date$
-:Last Updated: 2008/04/18
+:Last Updated: 2010-10-19
.. contents:: Table of Contents
:depth: 2
@@ -81,7 +79,7 @@
NAME WCS_server
STATUS ON
SIZE 400 300
- SYMBOLSET ../etc/symbols.sym
+ SYMBOLSET "../etc/symbols.txt"
EXTENT -2200000 -712631 3072800 3840000
UNITS METERS
SHAPEPATH "../data"
@@ -131,7 +129,6 @@
"wcs_label" "Elevation/Bathymetry" ### required
"wcs_rangeset_name" "Range 1" ### required to support DescribeCoverage request
"wcs_rangeset_label" "My Label" ### required to support DescribeCoverage request
- "wcs_rangeset_nullvalue" "-65535"
END
TYPE RASTER ### required
STATUS ON
@@ -175,7 +172,7 @@
Here is a working example of a GetCapabilities request:
-http://maps.dnr.state.mn.us/cgi-bin/mapserv50?MAP=/usr/local/www/docs_maps/mapserver_demos/wcs/demo.map&SERVICE=wcs&VERSION=1.0.0&REQUEST=GetCapabilities
+http://demo.mapserver.org/cgi-bin/wcs?SERVICE=wcs&VERSION=1.0.0&REQUEST=GetCapabilities
Test With a DescribeCoverage Request
------------------------------------
@@ -193,7 +190,7 @@
Here is a working example of a DescribeCoverage request:
-http://maps.dnr.state.mn.us/cgi-bin/mapserv50?MAP=/usr/local/www/docs_maps/mapserver_demos/wcs/demo.map&SERVICE=wcs&VERSION=1.0.0&REQUEST=DescribeCoverage&COVERAGE=modis
+http://demo.mapserver.org/cgi-bin/wcs?SERVICE=wcs&VERSION=1.0.0&REQUEST=DescribeCoverage&COVERAGE=modis
Test With a GetCoverage Request
@@ -224,7 +221,7 @@
**RESY=y:** When requesting a georectified grid coverage, this requests a subset with a specific spatial resolution. One of WIDTH/HEIGHT or RESX/Y is required.
- **FORMAT=output_format:** Output format of map, as stated in the GetCapabilities.
+ **FORMAT=output_format:** Output format of map, as stated in the DescribeCoverage response.
The following are optional GetCoverage parameters according to the WCS spec:
@@ -238,9 +235,9 @@
&coverage=bathymetry&CRS=EPSG:42304&BBOX=-2200000,-712631,3072800,3840000
&WIDTH=3199&HEIGHT=2833&FORMAT=GTiff
-Here is a working example of a GetCoverage request (note that a 3MB tif is being requested, so this may take a few seconds):
+Here is a working example of a GetCoverage request (note that a 350KB tif is being requested, so this may take a second):
-http://gws2.pcigeomatics.com/wcs1.0.0/wcs?SERVICE=wcs&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=demo/wcs_l7_ms.pix&CRS=EPSG:4326&BBOX=-117.88341239280106,33.707704191028995,-117.65485697866967,33.89850474983795&WIDTH=700&HEIGHT=700&FORMAT=GeoTIFF
+http://demo.mapserver.org/cgi-bin/wcs?SERVICE=wcs&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=modis-001&CRS=EPSG:26915&BBOX=159707,4597395,1400707,5501395&WIDTH=400&HEIGHT=300&FORMAT=GEOTIFF_RGB
WCS 1.1.0+ Issues
=================
@@ -433,7 +430,7 @@
**wcs_formats**
-- *Description:* (Optional) The formats which may be requested for this layer, in a comma-delimited list. (e.g. "GTiff,MrSID")
+- *Description:* (Optional) The formats which may be requested for this layer, separated by a space. (e.g. "GTiff MrSID")
**wcs_keywords**
@@ -511,10 +508,6 @@
- *Description:* (Required for DescribeCoverage request)
-**wcs_rangeset_nullvalue**
-
-- *Description:* Used to establish the null value for the layer in the DescribeCoverage result. It also sets the NULLVALUE item on the OUTPUTFORMAT object so that unitialized areas of the result will be set to this value, and where possible the returned file will have this value marked as nodata in metadata.
-
**wcs_srs**
- *Description:* (Optional) Spatial reference system of the layer, in the form of: EPSG:code (e.g. EPSG:42304)
More information about the mapserver-commits
mailing list