From 7ef390d11b73afd6fd9e955f1cf7f10004b59424 Mon Sep 17 00:00:00 2001 From: ISA Date: Fri, 26 Apr 2024 10:02:34 +0200 Subject: [PATCH] =?UTF-8?q?poi=20Icon=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MapComponent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/MapComponent.js b/components/MapComponent.js index b86095a50..da389dd41 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -619,8 +619,8 @@ const MapComponent = ({ locations, onLocationUpdate }) => { const { latitude, longitude } = parsePoint(location.position); const marker = L.marker([latitude, longitude], { icon: L.icon({ - iconUrl: "/location.svg", - iconSize: [34, 34], + iconUrl: "/img/icons/green-marker-icon.png", + iconSize: [24, 34], iconAnchor: [17, 34], popupAnchor: [0, -34], }),