Back to Openlayers

Layer Zoom Limits

examples/layer-zoom-limits.html

10.9.0719 B
Original Source

--- layout: example.html title: Layer Zoom Limits shortdesc: Using minZoom and maxZoom to control layer visibility. docs: > Layers support minZoom and maxZoom options for controlling visibility based on the view's zoom level. If min or max zoom are set, the layer will only be visible at zoom levels greater than the minZoom and less than or equal to the maxZoom. After construction, the layer's setMinZoom and setMaxZoom can be used to set limits. This example shows an OSM layer at zoom levels 14 and lower and a USGS layer at zoom levels higher than 14. tags: "minZoom, maxZoom, layer" cloak: - key: get_your_own_D6rA4zTHduk6KOKTXzGB value: Get your own API key at https://www.maptiler.com/cloud/ ---