OpenLayers JavaScript Mapping Library |
OpenLayers. Layer. YahooInherits fromSummary
setMap
Overridden from EventPane because we need to remove this yahoo event pane which prohibits our drag and drop, and we can only do this once the map has been loaded and centered. Parameters
getMapObjectSizeFromOLSize
Parameters
Returns{Object} MapObject Size from olSize parameter |
Overridden from EventPane because we need to remove this yahoo event pane which prohibits our drag and drop, and we can only do this once the map has been loaded and centered.
setMap: function( map )
{String} String with information on why layer is broken, how to get it working.
getWarningHTML:function()
getOLZoomFromMapObjectZoom: function( moZoom )
getMapObjectZoomFromOLZoom: function( olZoom )
Set the mapObject to the specified center and zoom
setMapObjectCenter: function( center, zoom )
{Object} The mapObject’s current center in Map Object format
getMapObjectCenter: function()
{Integer} The mapObject’s current zoom, in Map Object format
getMapObjectZoom: function()
getMapObjectLonLatFromMapObjectPixel: function( moPixel )
getMapObjectPixelFromMapObjectLonLat: function( moLonLat )
getLongitudeFromMapObjectLonLat: function( moLonLat )
getLatitudeFromMapObjectLonLat: function( moLonLat )
getMapObjectLonLatFromLonLat: function( lon, lat )
getXFromMapObjectPixel: function( moPixel )
getYFromMapObjectPixel: function( moPixel )
getMapObjectPixelFromXY: function( x, y )
getMapObjectSizeFromOLSize: function( olSize )