Added Marker for mission
This commit is contained in:
@@ -4,6 +4,7 @@ import { useMapStore } from "_store/mapStore";
|
||||
import { MapContainer } from "react-leaflet";
|
||||
import { BaseMaps } from "(dispatch)/_components/map/BaseMaps";
|
||||
import { ContextMenu } from "(dispatch)/_components/map/ContextMenu";
|
||||
import { MissionMarkers } from "(dispatch)/_components/map/MissionMarkers";
|
||||
|
||||
export default ({}) => {
|
||||
const { map } = useMapStore();
|
||||
@@ -12,6 +13,7 @@ export default ({}) => {
|
||||
<MapContainer className="flex-1" center={map.center} zoom={map.zoom}>
|
||||
<BaseMaps />
|
||||
<ContextMenu />
|
||||
<MissionMarkers />
|
||||
</MapContainer>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user