1
0
forked from orson/bachemap

ooops, my bad

This commit is contained in:
Orson 2025-03-24 17:21:50 -06:00
parent 1011ad9b84
commit 07bf150f35

View File

@ -135,9 +135,7 @@
console.log("Pins data:", {{ pins | tojson }});
let markerCluster = L.markerClusterGroup();
{% for pin in pins %}
// {% if pin.fixed %}
// {% pass %}
// {% else %}
var icon = L.divIcon({
className: '{{pin.typeofpin}}',
html: iconTypes['{{pin.typeofpin}}'],