OpenLayers JavaScript Mapping Library |
OpenLayers. Layer. ImageInstances of OpenLayers.Layer.Image are used to display data from a web accessible image as a map layer. Create a new image layer with the OpenLayers.Layer.Image constructor. Inherits from OpenLayers.Layer. Summary
OpenLayers. Layer. ImageCreate a new image layer Parameters
getURL
The url we return is always the same (the image itself never changes) so we can ignore the bounds parameter (it will always be the same, anyways) Parameters
|
setMap: function( map )
setUrl: function( newUrl )
The url we return is always the same (the image itself never changes) so we can ignore the bounds parameter (it will always be the same, anyways)
getURL: function( bounds )