[mapserver-commits] r7474 - trunk/docs/references/mapfile

svn at osgeo.org svn at osgeo.org
Thu Mar 20 15:36:53 EDT 2008


Author: jmckenna
Date: 2008-03-20 15:36:53 -0400 (Thu, 20 Mar 2008)
New Revision: 7474

Modified:
   trunk/docs/references/mapfile/web.txt
Log:
add browseformat, legendformat, and queryformat parameters

Modified: trunk/docs/references/mapfile/web.txt
===================================================================
--- trunk/docs/references/mapfile/web.txt	2008-03-20 17:45:46 UTC (rev 7473)
+++ trunk/docs/references/mapfile/web.txt	2008-03-20 19:36:53 UTC (rev 7474)
@@ -1,3 +1,11 @@
+BROWSEFORMAT [mime-type]
+    (add to MapServer 4.8.0) Format of the interface output, using MapServer CGI.  The default value is "text/html".
+    Example:
+    
+    ::
+    
+        BROWSEFORMAT "text/plain"
+
 EMPTY [url]
     URL to forward users to if a query fails. If not defined the value for 
     ERROR is used.
@@ -22,6 +30,14 @@
     Base URL for IMAGEPATH. This is the URL that will take the web browser 
     to IMAGEPATH to get the images.
 
+LEGENDFORMAT [mime-type]
+    (add to MapServer 4.8.0) Format of the legend output, using MapServer CGI.  
+    The default value is "text/html".  Example:
+    
+    ::
+    
+        LEGENDFORMAT "text/plain"
+
 LOG [filename]
     File to log MapServer activity in. Must be writable by the user the web 
     server is running as.
@@ -64,6 +80,15 @@
 
 .. _`OUTPUTFORMAT`: /docs/reference/mapfile/outputformat
 
+QUERYFORMAT [mime-type]
+    (add to MapServer 4.8.0) Format of the query output.  This works for mode=query (using query templates
+    in CGI mode), but not for mode=browse.  The default value is "text/html".
+    Example:
+    
+    ::
+    
+        QUERYFORMAT "text/plain"
+
 TEMPLATE [filename|url]
     Template file or URL to use in presenting the results to the user in an 
     interactive mode (i.e. map generates map and so on ... )
\ No newline at end of file



More information about the mapserver-commits mailing list