We are using OpenLayers for our GIS Application.
We use Google and BingVE as source for the BaseMap. We use Projection in the OpenLayers with following code. We want to show UK Map with OSGB.
if(source=='bingve')
{
zoomlength=17-minZoomLevel;
map=new OpenLayers.Map('map',{
projection:new OpenLayers.Projection('EPSG:900913'),
displayProjection:new OpenLayers.Projection('EPSG:27700'),
units:'m'
});
}
Does this will Automatically show Map in UK format OR we need to explicitly call Transform Method to convert Lag / Lon.