fix css & missing whitespace

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

View File

@ -54,7 +54,7 @@
position: relative; position: relative;
top: -33px; top: -33px;
left: 10px; left: 10px;
width: 13px; width: 13px !important;
} }
.fire-icon { .fire-icon {

View File

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