4

I want to pan and zoom an OpenLayers.Map to a given OpenLayer.Bounds.

What is a quick way to do this action?

I want to see everything that is in the bounds on the map.

Cheers!

plsgogame
  • 1,334
  • 15
  • 28
JHnet
  • 461
  • 6
  • 18

1 Answers1

7

Please try OpenLayers.Map.zoomToExtent(OpenLayers.Bounds) which will zoom to the passed in bounds and recenter the map.

vncook
  • 186
  • 4