From 6e17549cc690be04918113f8979e070b001f7b20 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 29 Aug 2024 10:02:26 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 80e395c..b497b07 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,7 @@ // Embedded CSV data as a string (Add pins here manually) const csvData = `lat,lng,name,color -48.773330,9.181970,Muhammad's first study area,#ff0000 -51.515,-0.1,Another Pin,#00ff00`; +48.773330,9.181970,Muhammad's first study area,#0000ff`; // Function to load pins from CSV and add them to the map function loadPins() { -- GitLab