<p>Zooming with touch zoom, box zoom or flyTo then <code>map.stop()</code> must make the zoom level snap to the value of the <code>zoomSnap</code> option. Zoom interactions (keyboard, mouse wheel, zoom control buttons must change the zoom by the amount in the <code>zoomDelta</code> option.</p>
<div>
<buttonid="sf">SF</button>
<buttonid="trd">TRD</button>
<buttonid="stop">stop</button>
</div>
<divclass='container'>
Snap: 0.25. Delta: 0.5.
<divid="map1"></div>
<spanid="zoom1"></span>
</div>
<divclass='container'>
Snap: 0 (off). Delta: 0.25.
<divid="map2"></div>
<spanid="zoom2"></span>
</div>
<scripttype="text/javascript">
var sf = [37.77, -122.42],
trd = [63.41, 10.41];
var osmUrl = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',