Merge branch 'main' of https://github.com/VAR-Virtual-Air-Rescue/var-monorepo
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user