parent
a3b16482cc
commit
88bd0e9e6d
@ -70,7 +70,7 @@
|
|||||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
attribution: '© <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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user