From 5f4ce9587fd5e1ba55c81e9e290f9974eaa6e900 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 29 Aug 2024 10:37:50 +0000 Subject: [PATCH] Update public/index2.html --- public/index2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index2.html b/public/index2.html index 26bfd4e..50b89d2 100644 --- a/public/index2.html +++ b/public/index2.html @@ -33,7 +33,7 @@ // Define custom icon const customIcon = L.icon({ - iconUrl: 'images/marker-icon.png', // Path to your custom marker image + iconUrl: 'public/images/marker-type1.png', // Path to your custom marker image iconSize: [32, 32], // Size of the icon iconAnchor: [16, 32], // Point of the icon which will correspond to marker's location popupAnchor: [0, -32] // Point from which the popup should open relative to the iconAnchor -- GitLab