UNPKG

492 BHTMLView Raw
1---
2layout: example.html
3title: View Min-Zoom
4shortdesc: Demonstrates how the view's minimum zoom level can be changed.
5docs: >
6 The <code>minZoom</code> option for a view limits how far out you can
7 zoom. This property can be updated by calling <code>view.setMinZoom(newMinZoom)</code>.
8 In this example, the minimum zoom level is set so that you only see one
9 world at a time. Resize your browser window to change the threshold.
10tags: "min, zoom"
11---
12<div id="map" class="map"></div>