import React from 'react' import { Layers, Info, Eye, Filter, MapPin, AlertTriangle, AlertCircle } from 'lucide-react' import { Card, CardContent } from "@/app/_components/ui/card" import { Separator } from "@/app/_components/ui/separator" import { CRIME_RATE_COLORS } from "@/app/_utils/const/map" import { SidebarSection } from "../components/sidebar-section" export function SidebarInfoTab() { return ( <> }>

Crime Severity

Low Crime Rate
Medium Crime Rate
High Crime Rate

Map Markers

Individual Incident
5
Incident Cluster
}>

SIGAP Crime Map provides real-time visualization and analysis of crime incidents across Jember region.

Data is sourced from official police reports and updated daily to ensure accurate information.

Version 1.2.4
Last Updated June 18, 2024
}>
Filtering

Use the year, month, and category filters at the top to refine the data shown on the map.

District Information

Click on any district to view detailed crime statistics for that area.

Incidents

Click on incident markers to view details about specific crime reports.

) }