Fix some problems in the documentation.
This commit is contained in:
@@ -56,10 +56,11 @@ OpenLayers.Layer.ArcGIS93Rest = OpenLayers.Class(OpenLayers.Layer.Grid, {
|
||||
* url - {String} Base url for the ArcGIS server REST service
|
||||
* options - {Object} An object with key/value pairs representing the
|
||||
* options and option values.
|
||||
*
|
||||
* Valid Options:
|
||||
* format: {String} MIME type of desired image type.
|
||||
* layers: {String} Comma-separated list of layers to display.
|
||||
* srs: {String} Projection ID.
|
||||
* format - {String} MIME type of desired image type.
|
||||
* layers - {String} Comma-separated list of layers to display.
|
||||
* srs - {String} Projection ID.
|
||||
*/
|
||||
initialize: function(name, url, params, options) {
|
||||
var newArguments = [];
|
||||
|
||||
Reference in New Issue
Block a user