[mapserver-commits] r12594 - branches/branch-6-0/docs/en trunk/docs/en

svn at osgeo.org svn at osgeo.org
Wed Sep 28 17:03:11 EDT 2011


Author: havatv
Date: 2011-09-28 14:03:11 -0700 (Wed, 28 Sep 2011)
New Revision: 12594

Modified:
   branches/branch-6-0/docs/en/errors.txt
   trunk/docs/en/errors.txt
Log:
Added the msWMSLoadGetMapParams(): WMS server error to the errors document (#3055).

Modified: branches/branch-6-0/docs/en/errors.txt
===================================================================
--- branches/branch-6-0/docs/en/errors.txt	2011-09-28 20:41:12 UTC (rev 12593)
+++ branches/branch-6-0/docs/en/errors.txt	2011-09-28 21:03:11 UTC (rev 12594)
@@ -428,5 +428,15 @@
 The [lrn] is a special keyword that indicates the resulting line
 number which starts at 1. [PIN] is the name of a feature attribute.
 
+.. index::
+   pair: Error; msWMSLoadGetMapParams(): WMS server error
 
+msWMSLoadGetMapParams(): WMS server error. Image Size out of range, WIDTH and HEIGHT must be between 1 and 2048 pixels
+----------------------------------------------------------------------------------------------------------------------
 
+Error that is returned / displayed when a user has requested a map
+image (via WMS) that exceeds the maximum width or height that the
+service allows.
+
+To increase the maximum map width and height for the service, use the
+MAXSIZE parameter of the :ref:`MAP` object.

Modified: trunk/docs/en/errors.txt
===================================================================
--- trunk/docs/en/errors.txt	2011-09-28 20:41:12 UTC (rev 12593)
+++ trunk/docs/en/errors.txt	2011-09-28 21:03:11 UTC (rev 12594)
@@ -428,5 +428,15 @@
 The [lrn] is a special keyword that indicates the resulting line
 number which starts at 1. [PIN] is the name of a feature attribute.
 
+.. index::
+   pair: Error; msWMSLoadGetMapParams(): WMS server error
 
+msWMSLoadGetMapParams(): WMS server error. Image Size out of range, WIDTH and HEIGHT must be between 1 and 2048 pixels
+----------------------------------------------------------------------------------------------------------------------
 
+Error that is returned / displayed when a user has requested a map
+image (via WMS) that exceeds the maximum width or height that the
+service allows.
+
+To increase the maximum map width and height for the service, use the
+MAXSIZE parameter of the :ref:`MAP` object.



More information about the mapserver-commits mailing list