[mapserver-commits] r8374 - trunk/docs/ogc
svn at osgeo.org
svn at osgeo.org
Fri Jan 2 10:09:01 EST 2009
Author: tomkralidis
Date: 2009-01-02 10:09:01 -0500 (Fri, 02 Jan 2009)
New Revision: 8374
Modified:
trunk/docs/ogc/wms_server.txt
Log:
fix mime type info
Modified: trunk/docs/ogc/wms_server.txt
===================================================================
--- trunk/docs/ogc/wms_server.txt 2009-01-02 15:08:30 UTC (rev 8373)
+++ trunk/docs/ogc/wms_server.txt 2009-01-02 15:09:01 UTC (rev 8374)
@@ -35,7 +35,7 @@
Links to WMS-Related Information
--------------------------------
-- :ref:`MapServer WMS Client HowTo <wms_client>`
+- :ref:`MapServer WMS Client Howto <wms_client>`
- `WMS 1.1.1 specification`_
- `Open Geospatial Consortium (OGC)`_ home page
- `WMS-Dev mailing list and archive`_
@@ -43,7 +43,8 @@
- `WMS XML Capabilities validator`_
- `WMS Cookbook`_
- `MapServer OGC Web Services Workshop`_ package
-- :ref:`MapServer Styled Layer Descriptor (SLD) HowTo <sld>`
+- :ref:`MapServer Styled Layer Descriptor (SLD) Howto <sld>`
+- :ref:`MapServer WMS Time Support Howto <wms_time>`
How does a WMS Work
-------------------
@@ -65,13 +66,13 @@
1. **GetFeatureInfo:** return info about feature(s) at a query (mouse click) location.
MapServer supports 3 types of responses to this request:
- - Text/plain output with attribute info.
+ - text/plain output with attribute info.
- - Text/html output using MapServer query templates specified in the CLASS
+ - text/html output using MapServer query templates specified in the CLASS
template parameter. The MIME type returned by the Class templates defaults
to text/html and can be controlled using the metadata "wms_feature_info_mime_type".
- - Gml features.
+ - application/vnd.ogc.gml, GML.1 or GML for GML features.
2. **DescribeLayer:** return an XML description of one or more map layers. To execute this:
@@ -403,7 +404,7 @@
If you don't have your own WMS client installed already, here are a few pointers:
-- MapServer itself can be used as a WMS client, see the :ref:`MapServer WMS Client HowTo <wms_client>`.
+- MapServer itself can be used as a WMS client, see the :ref:`MapServer WMS Client Howto <wms_client>`.
- `Deegree`_ provides a WMS client.
@@ -757,7 +758,7 @@
- *Description:* The time format to be used when a request is sent. (e.g.
"wms_timeformat" "%Y-%m-%d %H, %Y-%m-%d %H:%M"). Please see the :ref:`WMS
- Time Support HowTo <wms_time>` for more information.
+ Time Support Howto <wms_time>` for more information.
**wms_title**
@@ -1042,20 +1043,20 @@
- *Description:* (Optional for Time Support) This value is used if it is
defined and the Time value is missing in the request. Please see the
- :ref:`WMS Time Support HowTo <wms_time>` for more information.
+ :ref:`WMS Time Support Howto <wms_time>` for more information.
**wms_timeextent**
- *Description:* (Mandatory for Time Support) This is used in the capabilities
to return the valid time values for the layer. The value defined here should
- be a valid time range. Please see the :ref:`WMS Time Support HowTo
+ be a valid time range. Please see the :ref:`WMS Time Support Howto
<wms_time>` for more information.
**wms_timeitem**
- *Description:* (Mandatory for Time Support) This is the name of the field in
the DB that contains the time values. Please see the :ref:`WMS Time Support
- HowTo <wms_time>` for more information.
+ Howto <wms_time>` for more information.
**wms_title**
More information about the mapserver-commits
mailing list