From e3e517dc98bdb377e1d30d2cdd1488a292074913 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Thu, 29 Aug 2024 10:47:45 +0000 Subject: [PATCH] Update public/index2.html, public/data/pins.csv --- public/data/pins.csv | 4 ++-- public/index2.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/data/pins.csv b/public/data/pins.csv index 430fa6d..52d4e16 100644 --- a/public/data/pins.csv +++ b/public/data/pins.csv @@ -1,3 +1,3 @@ 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 +48.773330,9.181970,Muhammad's first study area,#0000ff,muhammad +48.780000,9.175000,Another study area,#ff0000,type2 diff --git a/public/index2.html b/public/index2.html index b6aabe1..d8a25fe 100644 --- a/public/index2.html +++ b/public/index2.html @@ -33,38 +33,38 @@ // Define custom icons for different marker types const icons = { - type1: L.icon({ + muhammad: L.icon({ iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png', iconSize: [32, 32], iconAnchor: [16, 32], popupAnchor: [0, -32] }), type2: L.icon({ - iconUrl: 'images/marker-type2.png', + iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png', iconSize: [32, 32], iconAnchor: [16, 32], popupAnchor: [0, -32] }), type3: L.icon({ - iconUrl: 'images/marker-type3.png', + iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png', iconSize: [32, 32], iconAnchor: [16, 32], popupAnchor: [0, -32] }), type4: L.icon({ - iconUrl: 'images/marker-type4.png', + iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png', iconSize: [32, 32], iconAnchor: [16, 32], popupAnchor: [0, -32] }), type5: L.icon({ - iconUrl: 'images/marker-type5.png', + iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png', iconSize: [32, 32], iconAnchor: [16, 32], popupAnchor: [0, -32] }), type6: L.icon({ - iconUrl: 'images/marker-type6.png', + iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png', iconSize: [32, 32], iconAnchor: [16, 32], popupAnchor: [0, -32] -- GitLab