[mapserver-commits] r9345 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Sep 24 14:43:31 EDT 2009


Author: dmorissette
Date: 2009-09-24 14:43:30 -0400 (Thu, 24 Sep 2009)
New Revision: 9345

Modified:
   trunk/mapserver/MIGRATION_GUIDE.TXT
Log:
Another try to fix bullets in ReST for Trac

Modified: trunk/mapserver/MIGRATION_GUIDE.TXT
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.TXT	2009-09-24 18:42:27 UTC (rev 9344)
+++ trunk/mapserver/MIGRATION_GUIDE.TXT	2009-09-24 18:43:30 UTC (rev 9345)
@@ -50,8 +50,8 @@
   magic string on the first line. This string can be embedded
   in a commment depending on the template formet and the whole line will
   be skipped in the output generation. e.g.
-  * In HTML: <!-- MapServer Template --> 
-  * In JavaScript: // MapServer Template
+  ** In HTML: <!-- MapServer Template --> 
+  ** In JavaScript: // MapServer Template
 
 See also: http://mapserver.org/development/rfc/ms-rfc-56.html
 
@@ -301,20 +301,20 @@
 OGC Sensor Observation Service (SOS)
 ----------------------------------------------------
 - The format of MAP/LAYER/METADATA/sos_describesensor_url
-has been changed such that users now must format the value
-per:
+  has been changed such that users now must format the value
+  per:
 
 "sos_describesensor_url" "http://example.org/sml/%procedure%.xml"
 
-This change has been made to clarify and unify the meaning of procedure
-within SOS Server's context of a DescribeSensor request.
+  This change has been made to clarify and unify the meaning of procedure
+  within SOS Server's context of a DescribeSensor request.
 
 - Metadata associated with an observedProperty element's
-swe:component value have been changed to support a URN
-scheme, instead of the previous "sos_componenturl" metadata.  The
-"sos_componenturl" metadata is no longer supported.  Instead,
-"sos_observedproperty_authority" and "sos_observedproperty_version"
-should be used to format the swe:component value.
+  swe:component value have been changed to support a URN
+  scheme, instead of the previous "sos_componenturl" metadata.  The
+  "sos_componenturl" metadata is no longer supported.  Instead,
+  "sos_observedproperty_authority" and "sos_observedproperty_version"
+  should be used to format the swe:component value.
 
 
 ----------------------------------------------------



More information about the mapserver-commits mailing list