MIF_E31221222/sigap-website/app/_components/map/layers
vergiLgood1 e422c59da9 Add crime data CSV files and update database schema
- Added crime summary by type CSV file with district-wise crime statistics.
- Added yearly crime data CSV file with detailed crime statistics per district and year.
- Modified the database schema to include a new column `source_type` in the `crimes` table and a new column `distance` in the `locations` table.
- Created migration to add `location_logs` table for tracking user location data with relevant fields and indices.
- Updated migration to drop the `distance` column and replace it with `distance_from_unit` in the `locations` table.
- Added additional migrations to drop and recreate the `location_logs` table, modify existing columns, and enforce new constraints in the `unit_statistics` and `units` tables.
2025-05-11 14:44:14 +07:00
..
cluster-layer.tsx feat: add digital clock and timezone markers to map 2025-05-07 07:08:12 +07:00
coastline.tsx feat: Add Panic Button Demo component and EWS Alert Layer for incident management 2025-05-07 10:23:54 +07:00
district-extrusion-layer.tsx feat: enhance district layer interactions and animations for improved user experience 2025-05-05 05:49:50 +07:00
district-layer-old.tsx Refactor map interaction and event handling 2025-05-07 06:41:33 +07:00
district-layer.tsx Refactor map interaction and event handling 2025-05-07 06:41:33 +07:00
ews-alert-layer.tsx Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
fault-lines.tsx add some geojson layer 2025-05-07 09:03:52 +07:00
heatmap-layer.tsx refactor: enhance distance calculation and heatmap functionality; improve error handling and add interaction support 2025-05-07 03:17:59 +07:00
layers.tsx Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
recent-crimes-layer.tsx Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
timeline-layer.tsx add some geojson layer 2025-05-07 09:03:52 +07:00
timezone.tsx feat: Add Panic Button Demo component and EWS Alert Layer for incident management 2025-05-07 10:23:54 +07:00
uncluster-layer.tsx feat: add digital clock and timezone markers to map 2025-05-07 07:08:12 +07:00
units-layer.tsx feat: add digital clock and timezone markers to map 2025-05-07 07:08:12 +07:00