[mapserver-commits] r7473 - trunk/docs/references/cgi
svn at osgeo.org
svn at osgeo.org
Thu Mar 20 13:45:47 EDT 2008
Author: jmckenna
Date: 2008-03-20 13:45:46 -0400 (Thu, 20 Mar 2008)
New Revision: 7473
Modified:
trunk/docs/references/cgi/controls.txt
Log:
add more examples for 5.0 URL changes
Modified: trunk/docs/references/cgi/controls.txt
===================================================================
--- trunk/docs/references/cgi/controls.txt 2008-03-20 17:42:27 UTC (rev 7472)
+++ trunk/docs/references/cgi/controls.txt 2008-03-20 17:45:46 UTC (rev 7473)
@@ -272,7 +272,19 @@
::
...&map_layer[3]=FEATURE+POINTS+500000+1000000+END+TEXT+'A+test+point'+END&...
+
+Example 4, set multiple web object parameters
+::
+
+ ...&map_web=imagepath+/ms4w/tmp/ms_tmp/+imageurl+/ms_tmp/
+
+Example 5, set the map size
+
+::
+
+ ...&map_size=800+400
+
The variable identifies an object uniquely (by name or index in the case of
layerObj's and classObj's). The value is a snippet of a mapfile. You
cannot create new objects other than inline features at this point.
More information about the mapserver-commits
mailing list