Use right icon size
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-12-13 19:05:22 +01:00
parent fe386e93a9
commit 6c2b77c592

View file

@ -42,7 +42,7 @@
const icon = leaflet.icon({
iconUrl: mapMarkerIcon,
iconSize: [38, 95], // size of the icon
iconSize: [100, 100], // size of the icon
});
userMarker = leaflet.marker([latitude, longitude], {icon}).addTo(map);