| OpenLayers. | |
| Properties | |
| isBaseLayer | {Boolean} KaMap Layer is always a base layer | 
| Constants | |
| DEFAULT_PARAMS | {Object} parameters set by default. | 
| Constructor | |
| OpenLayers. | |
| Functions | |
| clone | |
| getTileBounds | Returns The tile bounds for a layer given a pixel location. | 
| name | {String} | 
| url | {String} | 
| params | {Object} Parameters to be sent to the HTTP server in the query string for the tile. The format can be set via the ‘i’ parameter (defaults to jpg) , and the map should be set via the ‘map’ parameter. It has been reported that ka-Map may behave inconsistently if your format parameter does not match the format parameter configured in your config.php. (See ticket #327 for more information.) | 
| options | {Object} Additional options for the layer. Any of the APIProperties listed on this layer, and any layer types it extends, can be overridden through the options parameter. | 
getTileBounds: function( viewPortPx ) 
Returns The tile bounds for a layer given a pixel location.
| viewPortPx | {OpenLayers.Pixel} The location in the viewport. | 
{OpenLayers.Bounds} Bounds of the tile at the given pixel location.
clone: function ( obj ) 
Returns The tile bounds for a layer given a pixel location.
getTileBounds: function( viewPortPx )