#57-feat(frontend): Laying Groundwork for Front End Concept#58
Conversation
|
☁️ Nx Cloud ReportCI is running for commit 332a9e5. 📂 Click to track the progress, see the status, the terminal output, and the build insights. Sent with 💌 from NxCloud. |
GetGabed
left a comment
There was a problem hiding this comment.
Amazing work! Just comment open to discussion. Shouldn't we use a library for the icons? (filter, location, etc.) That way we have a more consistent design
yes good point. We can implement that next. We will merge this first to allow everyone to start working on the UI. |
PFratt
left a comment
There was a problem hiding this comment.
This is a fantastic base to continue building the frontend on. Another point to discuss with the team, we may not need the zoom and pan controls since OpenLayers handles those actions with the mouse. Either way, great work!
yes 100%, we could only keep the fullscreen button in the right bottom corner with an icon instead |



Summary
This PR introduces a new map component using OpenLayers to visualize wildfire data. The map includes various controls for zooming, panning, and toggling fullscreen mode.
Changes Made
MapViewcomponent using OpenLayers for map rendering.Toolbarcomponent for map controls (zoom, pan, reset view, fullscreen).Navbarto include a button for toggling theSidebar.Sidebarcomponent to manage map layers and datasets.SidebarandToolbarare draggable.Testing Instructions
npm start.Screenshots (if applicable)
Additional Notes
The map was made using OpenLayers for rendering and managing map layers.