From 8693c7d953b099734668873ae5b8efe163e8212e Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 3 Jun 2024 14:48:14 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f6bc940b4e..7be3a752b7 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ pointToLayer: function (feature, latlng) { return L.marker(latlng, { icon: L.icon({ - iconUrl: 'images/marker-icon-2x-red.png', + iconUrl: 'images/marker-icon-2x.png', iconSize: [25, 41], // size of the icon iconAnchor: [12, 41], // point of the icon which will correspond to marker's location popupAnchor: [1, -34], // point from which the popup should open relative to the iconAnchor