ERP-node/frontend/components/dashboard/widgets/MapSummaryWidget.tsx

35 lines
1.2 KiB
TypeScript
Raw Normal View History

/*
* DEPRECATED - .
*
* 2025-10-28 .
* 버전: MapTestWidgetV2.tsx (subtype: map-summary-v2)
*
* :
* - (REST API + Database )
* -
* -
* -
* - XML/CSV
*
* ,
* .
*
* :
* 1.
* 2. types.ts에서 "map-summary"
* 3. "map-summary-v2"
*/
2025-10-23 13:17:21 +09:00
// "use client";
//
// import React, { useEffect, useState } from "react";
// import dynamic from "next/dynamic";
// import { DashboardElement } from "@/components/admin/dashboard/types";
// import { getWeather, WeatherData, getWeatherAlerts, WeatherAlert } from "@/lib/api/openApi";
// import { Cloud, CloudRain, CloudSnow, Sun, Wind, AlertTriangle } from "lucide-react";
// import turfUnion from "@turf/union";
// import { polygon } from "@turf/helpers";
// import { getApiUrl } from "@/lib/utils/apiUrl";
//
// ... (전체 코드 주석 처리됨)