On affiche les pins en zoom 16 et plus

Fix #172
This commit is contained in:
Jean-Marie Favreau 2024-10-29 14:52:00 +01:00
parent a3b16482cc
commit 88bd0e9e6d

View File

@ -70,7 +70,7 @@
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>' attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(map); }).addTo(map);
markerArray = []; markerArray = [];
var markers = L.markerClusterGroup(); var markers = L.markerClusterGroup({disableClusteringAtZoom:16});
window.mMapping = {}; window.mMapping = {};
{% if object_list %} {% if object_list %}
{% for place in object_list %} {% for place in object_list %}