OpenLayers.
|
|
Properties | |
isBaseLayer | {Boolean} |
Constructor | |
OpenLayers.
|
|
Functions | |
clone | |
setMap | When the layer is added to a map, then we can fetch our origin (if we don’t have one.) |
name | {String} A name for the layer. |
url | {String} - Relative or absolute path to the image or more precisly to the TileGroup[X] directories root. Flash plugin use the variable name “zoomifyImagePath” for this. |
size | {OpenLayers.Size} The size (in pixels) of the image. |
options | {Object} Hashtable of extra options to tag onto the layer |
clone: function ( obj )
obj | {Object} |
{OpenLayers.Layer.Zoomify} An exact clone of this OpenLayers.Layer.Zoomify
setMap: function( map )
When the layer is added to a map, then we can fetch our origin (if we don’t have one.)
map | {OpenLayers.Map} |
clone: function ( obj )
When the layer is added to a map, then we can fetch our origin (if we don’t have one.)
setMap: function( map )