OpenLayers. Layer.TMS | |
Properties | |
serviceVersion | {String} |
isBaseLayer | {Boolean} |
tileOrigin | {OpenLayers.Pixel} |
serverResolutions | {Array} A list of all resolutions available on the server. |
zoomOffset | {Number} If your cache has more zoom levels than you want to provide access to with this layer, supply a zoomOffset. |
Constructor | |
OpenLayers. Layer.TMS | |
Functions | |
clone | |
setMap | When the layer is added to a map, then we can fetch our origin (if we don’t have one.) |
{Number} If your cache has more zoom levels than you want to provide access to with this layer, supply a zoomOffset. This zoom offset is added to the current map zoom level to determine the level for a requested tile. For example, if you supply a zoomOffset of 3, when the map is at the zoom 0, tiles will be requested from level 3 of your cache. Default is 0 (assumes cache level and map zoom are equivalent). Using zoomOffset is an alternative to setting serverResolutions if you only want to expose a subset of the server resolutions.
clone: function ( obj )
obj | {Object} |
{OpenLayers.Layer.TMS} An exact clone of this OpenLayers.Layer.TMS
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 )