UNPKG

422 BHTMLView Raw
1---
2layout: example.html
3title: Pinch Zoom
4shortdesc: Restrict pinch zooming to integer zoom levels.
5docs: >
6 By default, the `ol.interaction.PinchZoom` can leave the map at fractional zoom levels.
7 If instead you want to constrain pinch zooming to integer zoom levels, set
8 <code>constrainResolution: true</code> when constructing the interaction.
9tags: "pinch, zoom, interaction"
10---
11<div id="map" class="map"></div>