[mapserver-commits] r8332 - in trunk/docs: . ogc

svn at osgeo.org svn at osgeo.org
Mon Dec 29 21:10:46 EST 2008


Author: tomkralidis
Date: 2008-12-29 21:10:45 -0500 (Mon, 29 Dec 2008)
New Revision: 8332

Modified:
   trunk/docs/glossary.txt
   trunk/docs/ogc/wcs_server.txt
   trunk/docs/ogc/wms_server.txt
Log:
fix formatting


Modified: trunk/docs/glossary.txt
===================================================================
--- trunk/docs/glossary.txt	2008-12-30 00:49:23 UTC (rev 8331)
+++ trunk/docs/glossary.txt	2008-12-30 02:10:45 UTC (rev 8332)
@@ -213,7 +213,7 @@
         return them to a client
         
         .. seealso::
-            :ref:`wcs_server`
+            :ref:`wcs_server` and :ref:`wcs_format`
     
     WFS
         `WFS <http://en.wikipedia.org/wiki/Web_Feature_Service>`__ is an 

Modified: trunk/docs/ogc/wcs_server.txt
===================================================================
--- trunk/docs/ogc/wcs_server.txt	2008-12-30 00:49:23 UTC (rev 8331)
+++ trunk/docs/ogc/wcs_server.txt	2008-12-30 02:10:45 UTC (rev 8332)
@@ -192,8 +192,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://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
 
 
 Test With a GetCoverage Request

Modified: trunk/docs/ogc/wms_server.txt
===================================================================
--- trunk/docs/ogc/wms_server.txt	2008-12-30 00:49:23 UTC (rev 8331)
+++ trunk/docs/ogc/wms_server.txt	2008-12-30 02:10:45 UTC (rev 8332)
@@ -107,6 +107,8 @@
 
 Example 1. On Unix:
 
+::
+
    $ ./mapserv -v
    MapServer version 4.6.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF
    OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER 
@@ -116,6 +118,8 @@
 
 Example 2. On Windows:
 
+::
+
    C:\apache\cgi-bin> mapserv -v
    MapServer version 4.6.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF
    OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER 
@@ -443,8 +447,8 @@
    environment variable and then passes control to the mapserv executable... that 
    results on a cleaner OnlineResource URL:
 
+::   
    
-   
      #! /bin/sh
      MS_MAPFILE=/path/to/demo.map
      export MS_MAPFILE



More information about the mapserver-commits mailing list