git-svn-id: http://svn.openlayers.org/trunk/openlayers@1261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
14 lines
658 B
Plaintext
14 lines
658 B
Plaintext
OpenLayers.Layer.WMS
|
|
|
|
The WMS layer allows one to connect to a WMS server to obtain images.
|
|
|
|
* Constructor
|
|
OpenLayers.Layer.WMS(name, url, params, options) -- URL is the base URL to the layer. Params is a set of params to be included in the HTTP Request. Options is a set of options, extending the parameters of the layer.
|
|
|
|
* Methods
|
|
getURL({OpenLayers.Bounds|bounds}) -- {String} -- Returns a WMS URL for the given bounds based on the properties of the layer.
|
|
All other methods are inherited from {OpenLayers.Layer.Grid}
|
|
|
|
* Parameters
|
|
isBaseLayer -- WMS layers default to being base layers unless one of their parameters is 'transparent':'true'.
|