[mapserver-commits] r10706 - branches/branch-5-6/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Wed Nov 3 19:05:08 EDT 2010


Author: rouault
Date: 2010-11-03 16:05:08 -0700 (Wed, 03 Nov 2010)
New Revision: 10706

Modified:
   branches/branch-5-6/docs/en/ogc/wms_server.txt
Log:
Add documentation for gml_geometries and gml_[name]_type metadata for WMS GetFeatureInfo request (#3161)

Modified: branches/branch-5-6/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-5-6/docs/en/ogc/wms_server.txt	2010-11-03 21:28:41 UTC (rev 10705)
+++ branches/branch-5-6/docs/en/ogc/wms_server.txt	2010-11-03 23:05:08 UTC (rev 10706)
@@ -963,6 +963,28 @@
 - *Description:* (Optional, applies only to GetFeatureInfo GML requests) A
   comma delimited list of items that should not be XML-encoded.
 
+**gml_geometries**
+
+- *Description:* (Optional, applies only to GetFeatureInfo GML requests) Provides a name for geometry elements.
+   The value is specified as a string to be used for geometry element names. By default, GML geometries
+   are not written in GML GetFeatureInfo output, unless gml_geometries and gml_[name]_type are both set.
+   By default, only the bounding box is written. If gml_geometries is set to "none", neither the bounding box nor the
+   geometry are written.
+
+**gml_[name]_type**
+
+- *Description:* (Optional, applies only to GetFeatureInfo GML requests) When employing gml_geometries, it
+   is also necessary to specify the geometry type of the layer.
+   This is accomplished by providing a value for gml_[name]_type, where [name] is the string value specified for
+   gml_geometries, and a value which is one of:
+
+            * point
+            * multipoint
+            * line
+            * multiline
+            * polygon
+            * multipolygon
+
 **wms_abstract**
 
 - Same as wms_abstract in the Web Object.



More information about the mapserver-commits mailing list