increase max zoom for item zoom

fixes #573

*my smallest PR ever*
This commit is contained in:
Paul
2020-11-28 00:01:56 +01:00
parent 48d00d67d5
commit 1b32ff1cdb
+1 -1
View File
@@ -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});
</script>
{% endblock %}