From 9c41e2f6b92ecba14e287096ec72b882d7485d14 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Wed, 16 Jul 2025 00:50:56 -0700 Subject: [PATCH] zoom range for heliports --- apps/dispatch/app/_components/map/BaseMaps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dispatch/app/_components/map/BaseMaps.tsx b/apps/dispatch/app/_components/map/BaseMaps.tsx index ba27c113..5e3fdfbc 100644 --- a/apps/dispatch/app/_components/map/BaseMaps.tsx +++ b/apps/dispatch/app/_components/map/BaseMaps.tsx @@ -103,7 +103,7 @@ const HeliportsLayer = () => { useEffect(() => { const handleZoom = () => { - setIsVisible(map.getZoom() > 9); + setIsVisible(map.getZoom() > 8); }; handleZoom();