This commit is contained in:
nocnico
2025-04-21 03:18:53 +02:00
4 changed files with 15 additions and 5 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 />