Commit 6a783667 authored by Alfakhori's avatar Alfakhori
Browse files

Update public/data/pins.csv, public/index2.html

parent de96765c
No related merge requests found
Pipeline #10080 passed with stage
in 7 seconds
Showing with 4 additions and 3 deletions
+4 -3
lat,lng,name,color
48.773330,9.181970,Muhammad's first study area,#0000ff
lat,lng,name,color,marker_type
48.773330,9.181970,Muhammad's first study area,#0000ff,type1
48.780000,9.175000,Another study area,#ff0000,type2
\ No newline at end of file
......@@ -42,7 +42,7 @@
// Function to load pins from CSV and add them to the map
function loadPins() {
console.log("Attempting to load CSV file...");
Papa.parse('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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment