diff --git a/pygeoapi/templates/item.html b/pygeoapi/templates/item.html
index 52ad0fb..037f6bf 100644
--- a/pygeoapi/templates/item.html
+++ b/pygeoapi/templates/item.html
@@ -107,6 +107,6 @@
var items = new L.GeoJSON(geojson_data);
map.addLayer(items);
- map.fitBounds(items.getBounds(), {maxZoom: 10});
+ map.fitBounds(items.getBounds(), {maxZoom: 15});
{% endblock %}