diff --git a/components/MapComponent.js b/components/MapComponent.js index 50e986a21..f679936a9 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -271,7 +271,7 @@ const MapComponent = ({ locations, onLocationUpdate }) => { }).addTo(newMap); const newOms = new window.OverlappingMarkerSpiderfier(newMap, { - nearbyDistance: 50, + nearbyDistance: 20, //Radius um einen Marker, innerhalb dessen andere Marker gruppiert werden in Pixel }); setMap(newMap);