"use client"
import { Button } from "@/app/_components/ui/button"
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/app/_components/ui/tooltip"
import {
Thermometer,
Droplets,
Wind,
Cloud,
Eye,
Clock,
AlertTriangle,
MapIcon,
BarChart3,
Users,
Siren,
} from "lucide-react"
interface MapControlsProps {
onControlChange: (control: string) => void
activeControl: string
}
export default function MapControls({ onControlChange, activeControl }: MapControlsProps) {
const controls = [
{ id: "crime-rate", icon:
{control.label}