Skip to content

feat: add location search to location picker

Kuruva Laxmi requested to merge feature/location-search into develop

issue no. :#82 (closed) Description

This MR introduces a location search feature to the map picker, improving usability and efficiency.

Previously, users had to manually navigate the map to select a location, which could be slow and imprecise. With this update, users can now search by place name or address and quickly select accurate locations.

Note: These changes were initially committed to the develop branch by mistake and have been safely moved to the feature/location-search branch. The develop branch has been restored to a clean state.

Screenshots Before Screenshot_from_2026-04-03_09-40-06 After image

🚀 Changes Made New Feature Added a search input field to the map picker modal Integrated geocoding using OpenStreetMap Nominatim Implemented autocomplete suggestions for search queries Centered the map on selected search results Automatically updated marker position on selection

📁 Files Changed src/components/LocationPicker.tsx Acceptance Criteria Users can search locations by name or address Map centers on selected search result Marker updates correctly after selection Existing functionality remains unaffected develop branch remains clean

🧪 Testing Manual map selection works as expected "Use My Current Location" works correctly Search and selection of locations works Marker updates correctly after search selection

Edited by Kuruva Laxmi

Merge request reports

Loading