Skip to content

Commit ddc8165

Browse files
committed
Update index.html
1 parent d3308f3 commit ddc8165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/templates/collections/items/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1>{% for l in data['links'] if l.rel == 'collection' %} {{ l['title'] }} {% en
146146
{% block extrafoot %}
147147
{% if data['features'] %}
148148
<script>
149-
var map = L.map('items-map').setView([{{ -25 }}, {{ -134 }}], 2);
149+
var map = L.map('items-map').setView([{{ -25 }}, {{ -134 }}], 3.5);
150150
map.addLayer(new L.TileLayer(
151151
'{{ config['server']['map']['url'] }}', {
152152
maxZoom: 18,

0 commit comments

Comments
 (0)