This commit is contained in:
Ulf Gebhardt 2025-02-24 16:37:14 +01:00
parent bfb920e570
commit 9234a76c80
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 21 additions and 21 deletions

View File

@ -40,56 +40,56 @@
position: relative;
top: -35px;
left: 10px;
width: 13px;
width: 13px !important;
}
.user-icon {
position: relative;
top: -36px;
left: 10px;
width: 13px;
width: 13px !important;
}
.circle-icon {
.point-icon, .circle-icon {
position: relative;
top: -33px;
left: 10px;
width: 13px !important;
left: 9px;
width: 14px !important;
}
.fire-icon {
position: relative;
top: -36px;
left: 10px;
width: 13px;
width: 13px !important;
}
.tree-icon {
position: relative;
top: -38px;
left: 4px;
width: 24px;
width: 24px !important;
}
.music-icon {
position: relative;
top: -35px;
left: 4px;
width: 24px;
width: 24px !important;
}
.quest-icon {
position: relative;
top: -34px;
left: 4px;
width: 24px;
width: 24px !important;
}
.drum-icon {
position: relative;
top: -38px;
left: 4px;
width: 24px;
width: 24px !important;
}
@ -97,63 +97,63 @@
position: relative;
top: -36.5px;
left: 4px;
width: 24px;
width: 24px !important;
}
.group-icon {
position: relative;
top: -37px;
left: 4px;
width: 24px;
left: 5px;
width: 22px !important;
}
.liebevoll-jetzt-icon{
position: relative;
top: -35px;
left: 4px;
width: 24px;
width: 24px !important;
}
.staff-snake-icon {
position: relative;
top: -35px;
left: 4px;
width: 24px;
width: 24px !important;
}
.flower-icon {
position: relative;
top: -35px;
left: 4px;
width: 24px;
width: 24px !important;
}
.network-icon {
position: relative;
top: -35px;
left: 4px;
width: 24px;
width: 24px !important;
}
.shop-icon {
position: relative;
top: -34px;
left: 4px;
width: 24px;
width: 24px !important;
}
.plant-icon {
position: relative;
top: -34px;
left: 4px;
width: 24px;
width: 24px !important;
}
.circle-dot-icon {
position: relative;
top: -36px;
left: 4px;
width: 24px;
width: 24px !important;
}
.leaflet-popup-scrolled {

View File

@ -130,7 +130,7 @@ const MarkerIconFactory = (
icon: string,
) => {
return divIcon({
html: `${createSvg(shape, markerColor, borderColor)}<img class="${shape}-icon" src="${addIcon(icon)}" alt="x" />`,
html: `${createSvg(shape, markerColor, borderColor)}<img class="${icon}-icon" src="${addIcon(icon)}" alt="x" />`,
iconAnchor: [17, 40],
popupAnchor: [0, -40],
iconSize: new Point(40, 46),