[mapserver-commits] r10705 - trunk/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Wed Nov 3 17:28:42 EDT 2010
Author: rouault
Date: 2010-11-03 14:28:41 -0700 (Wed, 03 Nov 2010)
New Revision: 10705
Modified:
trunk/docs/en/ogc/wms_server.txt
Log:
Add documentation for gml_geometries and gml_[name]_type metadata for WMS GetFeatureInfo request (#3161)
Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt 2010-11-03 21:04:46 UTC (rev 10704)
+++ trunk/docs/en/ogc/wms_server.txt 2010-11-03 21:28:41 UTC (rev 10705)
@@ -971,6 +971,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