[mapserver-commits] r10626 - branches/branch-5-6/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Tue Oct 19 13:44:06 EDT 2010


Author: jmckenna
Date: 2010-10-19 10:44:06 -0700 (Tue, 19 Oct 2010)
New Revision: 10626

Modified:
   branches/branch-5-6/docs/en/ogc/wcs_server.txt
Log:
use demo.mapserver.org services.  fix wcs_formats (ticket#3527)

Modified: branches/branch-5-6/docs/en/ogc/wcs_server.txt
===================================================================
--- branches/branch-5-6/docs/en/ogc/wcs_server.txt	2010-10-19 16:23:38 UTC (rev 10625)
+++ branches/branch-5-6/docs/en/ogc/wcs_server.txt	2010-10-19 17:44:06 UTC (rev 10626)
@@ -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"
@@ -174,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
 ------------------------------------
@@ -192,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
@@ -223,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:
 
@@ -237,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
 =================
@@ -432,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**
 



More information about the mapserver-commits mailing list