MIF_E31221222/sigap-website/app/_components/map
vergiLgood1 6c96c1140c Refactor tooltip and control types for improved clarity and consistency
- Renamed ITooltips to ITooltipsControl for better context in map controls.
- Updated type references in search-control, tooltips, crime-map, and layers to use the new ITooltipsControl type.
- Enhanced fill opacity logic in map layers based on active control state.
- Introduced getFillOpacity utility function to centralize opacity determination based on active control.
- Adjusted event handling for district clicks to ensure proper focus and visibility toggling.
- Cleaned up CSS styles by commenting out unused styles for circles.
2025-05-14 11:08:06 +07:00
..
containers Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
controls Refactor tooltip and control types for improved clarity and consistency 2025-05-14 11:08:06 +07:00
layers Refactor tooltip and control types for improved clarity and consistency 2025-05-14 11:08:06 +07:00
legends feat: enhance SidebarInfoTab with detailed map layers and add timeline layer functionality to CrimeMap; update TimelineLegend and TimelinePopup styles 2025-05-07 08:01:07 +07:00
markers add some geojson layer 2025-05-07 09:03:52 +07:00
pop-up fix: fix bug district pop up always show while selected district is not focus 2025-05-14 10:06:09 +07:00
crime-map.tsx Refactor tooltip and control types for improved clarity and consistency 2025-05-14 11:08:06 +07:00
fly-to-handler.tsx Refactor map interaction and event handling 2025-05-07 06:41:33 +07:00
fly-to.tsx Refactor map interaction and event handling 2025-05-07 06:41:33 +07:00
map.tsx add some geojson layer 2025-05-07 09:03:52 +07:00
overlay.tsx feat(map): enhance map functionality with new controls and overlays 2025-05-02 02:47:16 +07:00