OpenLayers. Layer. WorldWind

Inherits from

Summary
WorldWind layer is a base layer by default.
LevelZeroTileSizeDegrees
Number of zoom levels.
Convert map zoom to WW zoom.

Properties

isBaseLayer

WorldWind layer is a base layer by default.

lzd

LevelZeroTileSizeDegrees

zoomLevels

Number of zoom levels.

Constructor

OpenLayers. Layer. WorldWind

Parameters

name{String} Name of Layer
url{String} Base URL
lzd{Float} Level zero tile size degrees
zoomLevels{Int} number of zoom levels
params{Object} additional parameters
options{Object} additional options

Functions

addTile

addTile:function(bounds,
position)

getZoom

getZoom: function ()

Convert map zoom to WW zoom.

getURL

getURL: function (bounds)

Parameters

bounds{OpenLayers.Bounds}

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:function(bounds,
position)
getZoom: function ()
Convert map zoom to WW zoom.
getURL: function (bounds)
Base class for layers that use a lattice of tiles.
Instances of this class represent bounding boxes.