I want to pan and scale OpenLayers.Map to the given OpenLayer.Bounds .
OpenLayers.Map
OpenLayer.Bounds
What is a quick way to do this?
I want to see everything that is within the borders on the map.
Hooray!
Please try OpenLayers.Map.zoomToExtent (OpenLayers.Bounds) , which will scale to the bounds and display the map.