diff --git a/public/data/pins.csv b/public/data/pins.csv index 430fa6dfc2b5af6524a757ccdab33ba5a0e01cf4..52d4e1656b262f10dfb4aac2caa99169729f69f1 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 b6aabe1a4da827455c8a795a7d723347c2afc6c5..d8a25fe5badbd7c992320a6be2729e7b7edfd810 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]