diff --git a/public/index2.html b/public/index2.html index 26bfd4e795d505cad197e2a58ca8445f82a26048..50b89d23910df1f911377fc1088e9218b4b639b6 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