From b773d2e034856fea813ef423a4a52441a7c13d9d Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 29 Aug 2024 10:17:41 +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 757f431..d01aa36 100644 --- a/public/index.html +++ b/public/index.html @@ -39,7 +39,7 @@ // Function to load pins from CSV and add them to the map function loadPins() { - Papa.parse('public/data/pins.csv', { + Papa.parse('https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/data/pins.csv', { download: true, header: true, complete: function(results) { -- GitLab