[mapserver-commits] r10677 - trunk/docs/en/development/rfc

svn at osgeo.org svn at osgeo.org
Tue Oct 26 13:46:24 EDT 2010


Author: dmorissette
Date: 2010-10-26 10:46:24 -0700 (Tue, 26 Oct 2010)
New Revision: 10677

Modified:
   trunk/docs/en/development/rfc/ms-rfc-63.txt
Log:
Added a few minor clarifications

Modified: trunk/docs/en/development/rfc/ms-rfc-63.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-63.txt	2010-10-26 15:26:39 UTC (rev 10676)
+++ trunk/docs/en/development/rfc/ms-rfc-63.txt	2010-10-26 17:46:24 UTC (rev 10677)
@@ -54,7 +54,7 @@
   based on the mapfile defaults, and some of the traditional mapserv CGI
   params may also work (such as map size, layer selection, etc.)
 
-* Using **FORMAT=application/openlayers**: The rest of the GetMap
+* Using **FORMAT=application/openlayers** in a WMS GetMap request: The rest of the GetMap
   parameters would be used to configure the map to view (BBOX, WIDTH,
   HEIGHT, LAYERS, etc.)
 
@@ -94,9 +94,14 @@
 ------------------------------------------------------------------------------
 
 Obviously, this functionnality needs the OpenLayers javascript library. A
-minimal build will be used and hosted on the MapServer website. Users
-will be able to use their own OpenLayers library in one of two ways:
+minimal build will be used and hosted on the MapServer website at
+http://www.mapserver.org/lib/OpenLayers-ms60.js. The "ms60" suffix in the
+OpenLayers-ms60.js filename is so that we can increase the version number
+in the future if/when needed to match the requirements of future releases
+of MapServer.
 
+Users will also be able to use their own OpenLayers library in one of two ways:
+
 * Using a environment variable: by setting the environment variable
   MS_OPENLAYERS_JS_URL, MapServer will use that url rather than the default
   one.



More information about the mapserver-commits mailing list