I'm trying to set the bounds of a map fitbounds doesnt work because it puts some space around the bounds therefore doing
{{{map.fitBounds(map.getBounds())}}}
a few times will quickly zoom the map out
I need to be able to do
{{{map.setBounds(map.getBounds())}}}
and for nothing to happen
FitBounds
like you say extends the bounds to exceed those of the second map, to make the bounds be exactly the same, you can set the center and the zoom.As in this JSFiddle - http://jsfiddle.net/KmNaX/