11 lines
350 B
HTML
11 lines
350 B
HTML
---
|
|
layout: example.html
|
|
title: PinchZoom
|
|
shortdesc: A basic example for a pinch zoom with a restriction to integer zooms.
|
|
docs: >
|
|
<p>Use a pinch zoom gesture to zoom the map.
|
|
After the gesture the map will zoomed to the next whole-number zoom level with an animtation.</p>
|
|
tags: "pinch, zoom, interaction"
|
|
---
|
|
<div id="map" class="map"></div>
|