From 64afaef1bbbd72c3acef5ecf80bd2b14783ed067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 23 Mar 2026 13:50:07 +0400 Subject: [PATCH] Ensure nearby search isn't doing category search --- app/components/map.gjs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/map.gjs b/app/components/map.gjs index 7cc5836..f23e801 100644 --- a/app/components/map.gjs +++ b/app/components/map.gjs @@ -1172,6 +1172,7 @@ export default class MapComponent extends Component { lat: lat.toFixed(6), lon: lon.toFixed(6), q: null, // Clear q to force spatial search + category: null, // Clear category to force spatial search selected: selectedFeatureName || null, };