From 07bf150f35f2a215213ee74b5dbd46e413b5ab95 Mon Sep 17 00:00:00 2001 From: orson Date: Mon, 24 Mar 2025 17:21:50 -0600 Subject: [PATCH] ooops, my bad --- templates/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}}'],