OpenLayers JavaScript Mapping Library |
OpenLayers. Layer.WMSInstances of OpenLayers.Layer.WMS are used to display data from OGC Web Mapping Services. Create a new WMS layer with the OpenLayers.Layer.WMS constructor. Inherits from
Summary
OpenLayers. Layer.WMSCreate a new WMS layer object ExampleParameters
ReturnA new OpenLayers.Layer.WMS instance clone
Create a clone of this layer Return{OpenLayers.Layer.WMS} An exact clone of this layer getURL
Return a GetMap query string for this layer Parameters
Return{String} A string with the layer’s url and parameters and also the passed-in bounds and appropriate tile size specified as parameters |
Destroy this layer
destroy: function()
Create a clone of this layer
clone: function ( obj )
Return a GetMap query string for this layer
getURL: function ( bounds )