git-svn-id: http://svn.openlayers.org/trunk/openlayers@1254 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
OpenLayers.Tile.Image
|
|
|
|
The image tile is designed to hold images for all types of layers, from WMS to KaMap to WorldWind.
|
|
|
|
* Constructor
|
|
OpenLayers.Tile.Image({OpenLayers.Layer|layer}, {OpenLayers.Pixel|position}, {OpenLayers.Bounds|bounds}, {String|url}, {OpenLayers.Size|size}) -- Create a new tile, with properties passed.
|
|
|