OpenLayers JavaScript Mapping Library |
clone
Parameters
Returns{OpenLayers.Layer.TMS} An exact clone of this OpenLayers.Layer.TMS getUrlParameters
Returns{String} A string with the layer’s url and parameters and also the passed-in bounds and appropriate tile size specified as parameters addTile
addTile creates a tile, initializes it, and adds it to the layer div. Parameters
Returns{OpenLayers.Tile.Image} The added OpenLayers.Tile.Image setMap
When the layer is added to a map, then we can fetch our origin (if we don’t have one.) Parameters
|
clone: function ( obj )
addTile creates a tile, initializes it, and adds it to the layer div.
addTile:function( bounds, position )
When the layer is added to a map, then we can fetch our origin (if we don’t have one.)
setMap: function( map )