wzjoriv / LAR-frontend

Last-Mile Aerial Routing frontend. UAV avoidance heatmap and routes
Other
3 stars 0 forks source link

Map viewer component - Map render #3

Closed wzjoriv closed 1 year ago

wzjoriv commented 1 year ago

Component to render map viewer

Useful link:

wzjoriv commented 1 year ago

Maximum search radius will be set to 50,000 from longitude and latitude of center in the backend

wzjoriv commented 1 year ago

Ideas to execute redraw:

  1. Have a global state for center longitude and latitude. Use a hook effects in map viewer component to redraw when they change. Search bar component and potentially mouse movement will set the states