Display data from the OpenSpace WMS.
| OpenSpace. | Display data from the OpenSpace WMS. |
| Variables | |
| tileSize | {<OpenLayers.Size>} Size of the map tile. |
| Properties | |
| gridProjection | {OpenSpace.GridProjection} Transforms from WGS84 to British National Grid. |
| Constructor | |
| OpenSpace. | Create a new OpenSpace WMS layer object |
| Functions | |
| destroy | Destroy this layer. |
| clone | Create a clone of this layer |
| moveTo | Move the tile in this OpenSpace WMS layer. |
| getMapPointFromViewPortPx | |
| getViewPortPxFromLonLat | Translate a point on the map into a corresponding pixel point in the viewport. |
{OpenSpace.GridProjection} Transforms from WGS84 to British National Grid.
{OpenLayers.Size} Size of the map tile.
tileSize: null
Destroy this layer.
destroy: function()
Create a clone of this layer
clone: function ( obj )
Move the tile in this OpenSpace WMS layer.
moveTo:function( bounds, zoomChanged, dragging )
getMapPointFromViewPortPx: function ( viewPortPx )
Translate a point on the map into a corresponding pixel point in the viewport.
getViewPortPxFromLonLat: function ( lonlat )