I'm trying to get the bounding box of the map area displayed by OpenLayers I created the map using below code
I used map.getExtent() to get the bounds. It returns like this 8902156.9343171,1452273.0082078,8960210.8572917,1459916.7110352 How to convert or transform bounds to lat & long...Is this possible to convert bounds to lat & long |