OpenLayers JavaScript Mapping Library |
OpenLayers. LayerSummary
gutter{Integer} Determines the width (in pixels) of the gutter around image tiles to ignore. By setting this property to a non-zero value, images will be requested that are wider and taller than the tile size by a value of 2 x gutter. This allows artifacts of rendering at tile edges to be ignored. Set a gutter value that is equal to half the size of the widest symbol that needs to be displayed. Defaults to zero. Non-tiled layers always have zero gutter. clone
Parameters
Return{OpenLayers.Layer} An exact clone of this OpenLayers.Layer |
Destroy is a destructor: this is to alleviate cyclic references which the Javascript garbage cleaner can not take care of on its own.
destroy: function( setNewBaseLayer )
clone: function ( obj )