[mapserver-commits] r13301 - branches/branch-6-0/docs/en/ogc
trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Sat Mar 24 04:29:37 EDT 2012
Author: havatv
Date: 2012-03-24 01:29:37 -0700 (Sat, 24 Mar 2012)
New Revision: 13301
Modified:
branches/branch-6-0/docs/en/ogc/wms_server.txt
trunk/docs/en/ogc/wms_server.txt
Log:
Added the vendor specific parameter radius to the wms server document (#4256) plus some minor edits (fix index entry and indent note).
Modified: branches/branch-6-0/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-6-0/docs/en/ogc/wms_server.txt 2012-03-23 18:14:29 UTC (rev 13300)
+++ branches/branch-6-0/docs/en/ogc/wms_server.txt 2012-03-24 08:29:37 UTC (rev 13301)
@@ -1474,7 +1474,19 @@
.. note::
The angle value is in degrees clockwise.
+.. index::
+ triple: WMS; Vendor specific parameters; radius
+**radius**
+
+- This parameter accepts two types of input:
+
+ - An integer that specifies the search radius in pixels.
+
+ - The special value `bbox` that will change the query into a bbox
+ query based on the bbox given in the request parameters.
+
+
Sample WMS Server Mapfile
-------------------------
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2012-03-23 18:14:29 UTC (rev 13300)
+++ trunk/docs/en/ogc/wms_server.txt 2012-03-24 08:29:37 UTC (rev 13301)
@@ -1222,9 +1222,6 @@
keyword phrases to help catalog searching for given vocabulary.
.. index::
- triple: WMS; METADATA; wms_layerlimit
-
-.. index::
triple: WMS; METADATA; wms_languages
**wms_languages**
@@ -1233,6 +1230,9 @@
details please refer to the section :ref:`inspire_multi-language_support`
in the INSPIRE View Service documentation.
+.. index::
+ triple: WMS; METADATA; wms_layerlimit
+
**wms_layerlimit**
- *WMS TAG Name:* LayerLimit (WMS1.3.0, sect. 7.2.4.3)
@@ -1924,10 +1924,22 @@
- Angle (in degrees) to rotate the map.
-.. note::
- The angle value is in degrees clockwise.
+ .. note::
+ The angle value is in degrees clockwise.
+.. index::
+ triple: WMS; Vendor specific parameters; radius
+**radius**
+
+- This parameter accepts two types of input:
+
+ - An integer that specifies the search radius in pixels.
+
+ - The special value `bbox` that will change the query into a bbox
+ query based on the bbox given in the request parameters.
+
+
.. index::
pair: WMS; Cascading requests
More information about the mapserver-commits
mailing list