Commit e3e517dc authored by Alfakhori's avatar Alfakhori
Browse files

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

parent 6ea67c45
Pipeline #10087 passed with stage
in 6 seconds
Showing with 8 additions and 8 deletions
+8 -8
lat,lng,name,color,marker_type lat,lng,name,color,marker_type
48.773330,9.181970,Muhammad's first study area,#0000ff,type1 48.773330,9.181970,Muhammad's first study area,#0000ff,muhammad
48.780000,9.175000,Another study area,#ff0000,type2 48.780000,9.175000,Another study area,#ff0000,type2
...@@ -33,38 +33,38 @@ ...@@ -33,38 +33,38 @@
// Define custom icons for different marker types // Define custom icons for different marker types
const icons = { 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', iconUrl: 'https://transfer.hft-stuttgart.de/gitlab/hire-promotionskolleg-team/study-areas-maps/-/raw/master/public/images/muhammad.png',
iconSize: [32, 32], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
}), }),
type2: L.icon({ 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], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
}), }),
type3: L.icon({ 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], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
}), }),
type4: L.icon({ 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], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
}), }),
type5: L.icon({ 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], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
}), }),
type6: L.icon({ 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], iconSize: [32, 32],
iconAnchor: [16, 32], iconAnchor: [16, 32],
popupAnchor: [0, -32] popupAnchor: [0, -32]
......
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