Skip to content

Commit

Permalink
Example wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 9, 2016
1 parent 8d5042c commit 2bb61da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/pinch-zoom.html
@@ -1,10 +1,11 @@
---
layout: example.html
title: PinchZoom
shortdesc: A basic example for a pinch zoom with a restriction to integer zooms.
title: Pinch Zoom
shortdesc: Restrict pinch zooming to integer zoom levels.
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>
By default, the `ol.interaction.PinchZoom` can leave the map at fractional zoom levels.
If instead you want to constrain pinch zooming to integer zoom levels, set
<code>constrainResolution: true</code> when constructing the interaction.
tags: "pinch, zoom, interaction"
---
<div id="map" class="map"></div>

0 comments on commit 2bb61da

Please sign in to comment.