MIF_E31221222/sigap-website/app/_components/map
vergiLgood1 a19e8ec32d feat: Add timeline and units layers to the map component
- Introduced a new TimelineLayer to visualize average incident times per district.
- Added UnitsLayer to display police stations and connection lines to incidents.
- Updated Layers component to conditionally render the new layers based on active controls.
- Implemented a query to fetch units data from the server.
- Created utility functions for color generation based on crime categories.
- Enhanced map interaction with popups for detailed information on incidents and units.
- Added legends for timeline and units to improve user experience.
- Refactored existing types and interfaces to accommodate new features.
2025-05-05 10:38:11 +07:00
..
controls feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
layers feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
legends feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
markers feat: add map controls and sidebar components for crime data visualization 2025-04-28 00:14:16 +07:00
pop-up feat: add map reset functionality and improve incident popup handling 2025-05-05 03:42:32 +07:00
crime-map.tsx feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
fly-to.tsx refactor: refactor district layer 2025-05-05 05:15:05 +07:00
map.tsx feat: add map reset functionality and improve incident popup handling 2025-05-05 03:42:32 +07:00
overlay.tsx feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00