diff --git a/templates/index.html b/templates/index.html index 578a824..3a9ccc3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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}}'],