diff --git a/examples/static-image.js b/examples/static-image.js index 747d70b0b1..41bbc77bab 100644 --- a/examples/static-image.js +++ b/examples/static-image.js @@ -36,6 +36,7 @@ var map = new ol.Map({ view: new ol.View({ projection: projection, center: ol.extent.getCenter(extent), - zoom: 2 + zoom: 2, + maxZoom: 8 }) });