Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pp test drawing #135

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ONGOING
  • Loading branch information
mluena committed May 22, 2024
commit dd7d1afb7ac6ca51eca878d9275158ff9864fd6b
5 changes: 5 additions & 0 deletions client/src/components/map/draw/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const MapDraw = () => {
return <div>MapDraw</div>;
};

export default MapDraw;
2 changes: 2 additions & 0 deletions client/src/containers/map/index.tsx
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ import { DEFAULT_BBOX } from '@/components/map/constants';
import Controls from '@/components/map/controls';
import SettingsControl from '@/components/map/controls/settings';
import ZoomControl from '@/components/map/controls/zoom';
import MapDraw from '@/components/map/draw';
import { CustomMapProps } from '@/components/map/types';
import { Tooltip, TooltipTrigger, TooltipContent } from '@/components/ui/tooltip';

@@ -322,6 +323,7 @@ export default function MapContainer() {
</Marker>

<Legend />
<MapDraw />

{locationPopUp.popup && (
<PopupContainer