Ensure nearby search isn't doing category search

This commit is contained in:
2026-03-23 13:50:07 +04:00
parent 0c2d1f8419
commit a92b44ec13
2 changed files with 183 additions and 0 deletions

View File

@@ -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,
};