OpenLayers. Layer. HTTPRequest | |
Constants | |
URL_HASH_FACTOR | {Float} Used to hash URL param strings for multi-WMS server selection. |
Properties | |
reproject | Deprecated. |
Constructor | |
OpenLayers. Layer. HTTPRequest | |
Functions | |
destroy | |
clone | |
setUrl | |
mergeNewParams | |
redraw | Redraws the layer. |
Deprecated. See http://trac.openlayers.org/wiki/SpatialMercator for information on the replacement for this functionality. {Boolean} Whether layer should reproject itself based on base layer locations. This allows reprojection onto commercial layers. Default is false: Most layers can’t reproject, but layers which can create non-square geographic pixels can, like WMS.
clone: function ( obj )
obj | {Object} |
{OpenLayers.Layer.HTTPRequest} An exact clone of this OpenLayers.Layer.HTTPRequest
destroy: function()
clone: function ( obj )
setUrl: function( newUrl )
mergeNewParams:function( newParams )
Redraws the layer.
redraw: function( force )