fixed marker first overlapping when rendered

This commit is contained in:
PxlLoewe
2025-04-20 18:14:30 -07:00
parent 0c58430ed8
commit 9b1d6fed45
4 changed files with 14 additions and 8 deletions

View File

@@ -12,7 +12,12 @@ export default ({}) => {
const { map } = useMapStore();
return (
<MapContainer className="flex-1" center={map.center} zoom={map.zoom}>
<MapContainer
className="flex-1"
center={map.center}
zoom={map.zoom}
fadeAnimation={false}
>
<BaseMaps />
<SearchElements />
<ContextMenu />