From 24fde565401a68c52e10e05b8dc32ab54bb60b0e Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Thu, 29 Aug 2024 10:00:08 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 9025c50..5cb44cf 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,7 +39,7 @@
 
         // Embedded CSV data as a string (Add pins here manually)
         const csvData = `lat,lng,name,color
-51.505,-0.09,Sample Pin,#ff0000
+48.773330,9.181970,Muhammad's first study area,#ff0000
 51.515,-0.1,Another Pin,#00ff00`;
 
         // Function to load pins from CSV and add them to the map
-- 
GitLab