Speed up JMA nearby refresh and link Tokyo to 10-minute data

This commit is contained in:
2569718930@qq.com
2026-04-13 11:02:45 +08:00
parent f7f6ba39f7
commit f0940b9c8b
4 changed files with 49 additions and 6 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ interface UseLeafletMapArgs {
const AUTO_NEARBY_MIN_ZOOM = 8;
const AUTO_NEARBY_MAX_DISTANCE_M = 120000;
const AUTO_NEARBY_IDLE_REFRESH_DELAY_MS = 20_000;
const AUTO_NEARBY_MIN_REFRESH_INTERVAL_MS = 90_000;
const AUTO_NEARBY_IDLE_REFRESH_DELAY_MS = 10_000;
const AUTO_NEARBY_MIN_REFRESH_INTERVAL_MS = 60_000;
const MAP_MAX_ZOOM = 19;
const CITY_MARKER_DISPLAY_OFFSETS: Record<
string,