[mapserver-commits] r8542 - trunk/docs/development/rfc

svn at osgeo.org svn at osgeo.org
Thu Feb 12 16:25:44 EST 2009


Author: assefa
Date: 2009-02-12 16:25:44 -0500 (Thu, 12 Feb 2009)
New Revision: 8542

Modified:
   trunk/docs/development/rfc/ms-rfc-30.txt
Log:
fix few formatting issues

Modified: trunk/docs/development/rfc/ms-rfc-30.txt
===================================================================
--- trunk/docs/development/rfc/ms-rfc-30.txt	2009-02-12 20:33:47 UTC (rev 8541)
+++ trunk/docs/development/rfc/ms-rfc-30.txt	2009-02-12 21:25:44 UTC (rev 8542)
@@ -57,13 +57,14 @@
 
 List of CRS planned to be supported are:
 
-- CRS:84 (WGS 84 longitude-latitude) CRS:83 (NAD83 longitude-latitude)
-CRS:27 (NAD27 longitude-latitude).  Note that  CRS:1 (pixel coordinates)
-would not be supported at this point (there is a ticket discussing
-this issue http://trac.osgeo.org/mapserver/ticket/485)
-
+- CRS:84 (WGS 84 longitude-latitude) 
+- CRS:83 (NAD83 longitude-latitude) 
+- CRS:27 (NAD27 longitude-latitude).  
 - AUTO2:42001 AUTO2:42002 AUTO2:42003 AUTO2:42004 AUTO2:42005
 
+CRS:1 (pixel coordinates) would not be supported at this point (there is a ticket 
+discussing this issue http://trac.osgeo.org/mapserver/ticket/485)
+
 EPSG codes: when advertising (such as BoundingBox for a layer elemnt) or using 
 a CRS element in a request such as GetMap/GetFeatureInfo, elements using epsg code >=4000 
 and <5000 will be assumed to have a reverse axes.  
@@ -82,10 +83,12 @@
 
 All references to SLD support has been removed from the WMS 1.3.0 specifications.
 It has been replaced by two specifications:
+
 - Styled Layer Descriptor profile of the Web Map Service
 - Symbology Encoding Implementation Specification
 
 The Styled Layer Descriptor profile allows:
+
 - to extend the WMS to support additional operations (DescribeLayer, GetLegendGraphic)
 - addtional parameters related to the SLD for the GetMap support
 - advertise SLD support.
@@ -98,7 +101,6 @@
 different symbolizers. We need to upgrade the current SLD support to support this
 specification.
 
-  
 
 HTTP Post support
 -----------------
@@ -119,6 +121,14 @@
 first validation tool. The longer term goal is to have Mapserver WMS 1.3.0 fully compliant.  
 
 
+Other Notes
+-----------
+
+- GetCapabilities advertises only the text/xml format. During a request we do not parse
+the optional Format paramater. It is always set to text/xml
+
+
+
 MapScript Implications
 ----------------------
 



More information about the mapserver-commits mailing list