diff --git a/src/app/components/map/LeafLetMap.js b/src/app/components/map/LeafLetMap.js index e2307f2..647e89f 100644 --- a/src/app/components/map/LeafLetMap.js +++ b/src/app/components/map/LeafLetMap.js @@ -78,7 +78,7 @@ async function insertMarker(mapRef, ID, coordinate, icon) { var customIcon = L.divIcon({ className: 'marker-class', html: \`${icon}\`, - iconSize: 70 + iconAnchor: [30, 78], }); // Check if there is no other marker with same ID already in map if (!(${ID} in markers)) {