[mapserver-commits] r7706 - trunk/docs/howto
svn at osgeo.org
svn at osgeo.org
Thu Jun 19 01:34:54 EDT 2008
Author: tomkralidis
Date: 2008-06-19 01:34:54 -0400 (Thu, 19 Jun 2008)
New Revision: 7706
Modified:
trunk/docs/howto/sos_server.txt
Log:
updated per #2414
Modified: trunk/docs/howto/sos_server.txt
===================================================================
--- trunk/docs/howto/sos_server.txt 2008-06-19 04:06:24 UTC (rev 7705)
+++ trunk/docs/howto/sos_server.txt 2008-06-19 05:34:54 UTC (rev 7706)
@@ -283,6 +283,8 @@
**resultModel**: (Optional) Identifier of the result model to be used for the requested data. The resultModel values supported by a SOS server are listed in the contents section of the service metadata (GetCapabilities). MapServer currently supports om:Observation and om:Measurement. om:Measurement provides a flat model of the geometry and attributes, similar to WFS GetFeature output. om:Observations provides a more compact definition which includes an XML header of the field names and defintions, followed by a "DataBlock" of delimited records (default is CSV delimited output). The default output is om:Measurement.
+ **srsName**: (Optional) srs (EPSG code) of the output response.
+
Here are some valid examples:
Example1:
@@ -601,15 +603,6 @@
::
"sos_procedure_item" "attribute_field_name"
-
-**sos_srs**
-
-- *Description:* (Optional) EPSG projection code denoting the projection of the offering.
- See additional notes in the *sos_offering_extent* description above.
-
- ::
-
- "sos_srs" "EPSG:4326"
**sos_timeitem**
@@ -692,4 +685,4 @@
.. _`Windows`: http://mapserver.gis.umn.edu/docs/howto/win32_compiling
.. _`More About the Online Resource URL`: http://mapserver.gis.umn.edu/docs/howto/wms_server/#more-about-the-online-resource-url
.. _`Reference Section`: ./#reference-section
-.. _`http://www.opengeospatial.org/functional/?page=swe`: http://www.opengeospatial.org/functional/?page=swe
\ No newline at end of file
+.. _`http://www.opengeospatial.org/functional/?page=swe`: http://www.opengeospatial.org/functional/?page=swe
More information about the mapserver-commits
mailing list