From 7cbf4e41e25e0a03d7a766f927c7dcf016cabc67 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 29 Aug 2024 10:39:53 +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 50b89d2..5997bde 100644 --- a/public/index2.html +++ b/public/index2.html @@ -33,7 +33,7 @@ // Define custom icon const customIcon = L.icon({ - iconUrl: 'public/images/marker-type1.png', // Path to your custom marker image + iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/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