Note that MultiMap does not fully support the sphericalMercator option. See Ticket #953 for more details.
OpenLayers. Layer. MultiMap | Note that MultiMap does not fully support the sphericalMercator option. |
Constants | |
MIN_ZOOM_LEVEL | {Integer} 1 |
MAX_ZOOM_LEVEL | {Integer} 17 |
RESOLUTIONS | {Array(Float)} Hardcode these resolutions so that they are more closely tied with the standard wms projection |
Properties | |
type | {?} |
Constructor | |
OpenLayers. Layer. MultiMap | |
Functions | |
getWarningHTML | {String} String with information on why layer is broken, how to get it working. |
setMapObjectCenter | Set the mapObject to the specified center and zoom |
getMapObjectCenter | {Object} The mapObject’s current center in Map Object format |
getMapObjectZoom | {Integer} The mapObject’s current zoom, in Map Object format |
getMapObjectLonLatFromMapObjectPixel | |
getMapObjectPixelFromMapObjectLonLat | |
getLongitudeFromMapObjectLonLat | |
getLatitudeFromMapObjectLonLat | |
getMapObjectLonLatFromLonLat | |
getXFromMapObjectPixel | |
getYFromMapObjectPixel | |
getMapObjectPixelFromXY |
{String} String with information on why layer is broken, how to get it working.
getWarningHTML:function()
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 )