14 lines
389 B
HTML
14 lines
389 B
HTML
---
|
|
template: example.html
|
|
title: Zoom Constrained Example
|
|
shortdesc: Example of a zoom constrained view.
|
|
docs: >
|
|
This map has a view that is constrained between zoom levels 9 and 13. This is done using the `minZoom` and `maxZoom` view options.
|
|
tags: "bing, zoom, minZoom, maxZoom"
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|