[mapserver-commits] r7726 - trunk/docs/howto
svn at osgeo.org
svn at osgeo.org
Mon Jun 23 10:57:27 EDT 2008
Author: tomkralidis
Date: 2008-06-23 10:57:26 -0400 (Mon, 23 Jun 2008)
New Revision: 7726
Modified:
trunk/docs/howto/sos_server.txt
Log:
make sos_srs required (#2558)
Modified: trunk/docs/howto/sos_server.txt
===================================================================
--- trunk/docs/howto/sos_server.txt 2008-06-21 15:56:58 UTC (rev 7725)
+++ trunk/docs/howto/sos_server.txt 2008-06-23 14:57:26 UTC (rev 7726)
@@ -103,7 +103,7 @@
Each instance of SOS server that you setup needs to have its own mapfile. It is just a regular MapServer mapfile in which some parameters and some metadata entries are mandatory. Most of the metadata is required in order to produce a valid GetCapabilites output.
-Here is the list of parameters and metadata items that usually optional with MapServer, but are **required (or strongly recommended) for a WMS configuration:**
+Here is the list of parameters and metadata items that usually optional with MapServer, but are **required (or strongly recommended) for a SOS configuration:**
**MAP level:**
@@ -113,7 +113,7 @@
- sos_title
- sos_onlineresource
- - sos_srs (unless PROJECTION object is defined using "init=epsg:...")
+ - sos_srs
- see the `Reference Section`_ of this document for a full list of metadata and
descriptions
@@ -127,7 +127,6 @@
- sos_observedproperty_id
- sos_observedproperty_id
- sos_describesensor_url
- - sos_srs (optional since the layers inherit the map's SRS value)
- see the `Reference Section`_ of this document for a full list of metadata and
descriptions
@@ -186,7 +185,7 @@
METADATA
"sos_onlineresource" "http://127.0.0.1/cgi-bin/mapserv.exe?map=D:/ms4w/apps/sos/sos_test.map" ## REQUIRED
"sos_title" "My SOS Demo Server" ## Recommended
- "sos_srs" "epsg:4326" ## Recommended
+ "sos_srs" "EPSG:4326" ## REQUIRED
END
END
@@ -433,7 +432,7 @@
**sos_srs**
-- *Description:* (Recommended) Contains a list of EPSG projection codes that should be advertized as being available for all layers in this server. The value can contain one or more EPSG:<code> pairs separated by spaces (e.g. "EPSG:4269 EPSG:4326") This value should be upper case (EPSG:42304.....not epsg:42304) to avoid problems with case sensitive platforms.
+- *Description:* (Required) Contains a list of EPSG projection codes that should be advertized as being available for all layers in this server. The value can contain one or more EPSG:<code> pairs separated by spaces (e.g. "EPSG:4269 EPSG:4326") This value should be upper case (EPSG:42304.....not epsg:42304) to avoid problems with case sensitive platforms.
**sos_title**
More information about the mapserver-commits
mailing list