[mapserver-commits] r12599 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Wed Sep 28 19:25:04 EDT 2011
Author: havatv
Date: 2011-09-28 16:25:04 -0700 (Wed, 28 Sep 2011)
New Revision: 12599
Modified:
branches/branch-6-0/docs/en/mapfile/web.txt
trunk/docs/en/mapfile/web.txt
Log:
Supplemented the description of TEMPATE in the web document (#3432).
Modified: branches/branch-6-0/docs/en/mapfile/web.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/web.txt 2011-09-28 22:54:04 UTC (rev 12598)
+++ branches/branch-6-0/docs/en/mapfile/web.txt 2011-09-28 23:25:04 UTC (rev 12599)
@@ -180,9 +180,16 @@
pair: WEB; TEMPLATE
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 ... )
+ 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 ... ).
+
+ URL is not a remote file, rather a template. For example:
+
+ .. code-block:: mapfile
+
+ TEMPLATE 'http://someurl/somescript.cgi?mapext=[mapext]'
+
.. index::
pair: WEB; VALIDATION
Modified: trunk/docs/en/mapfile/web.txt
===================================================================
--- trunk/docs/en/mapfile/web.txt 2011-09-28 22:54:04 UTC (rev 12598)
+++ trunk/docs/en/mapfile/web.txt 2011-09-28 23:25:04 UTC (rev 12599)
@@ -180,9 +180,16 @@
pair: WEB; TEMPLATE
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 ... )
+ 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 ... ).
+
+ URL is not a remote file, rather a template. For example:
+
+ .. code-block:: mapfile
+
+ TEMPLATE 'http://someurl/somescript.cgi?mapext=[mapext]'
+
.. index::
pair: WEB; VALIDATION
More information about the mapserver-commits
mailing list