Skip to content

Commit ccc42af

Browse files
tomkralidisPaul
authored andcommitted
Merge pull request geopython#580 from pvgenuchten/increase-item-zoom
2 parents 339bd75 + 65617e1 commit ccc42af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/templates/item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ <h2>Item {{ data['id'] }}</h2>
107107
var items = new L.GeoJSON(geojson_data);
108108

109109
map.addLayer(items);
110-
map.fitBounds(items.getBounds(), {maxZoom: 10});
110+
map.fitBounds(items.getBounds(), {maxZoom: 15});
111111
</script>
112112
{% endblock %}

0 commit comments

Comments
 (0)