bellingcat / avoc

Working repo for the 2024 Bellingcat Tech Fellowship.
GNU General Public License v3.0
49 stars 7 forks source link

Add search by address (geocoding) #21

Open GalenReich opened 2 months ago

GalenReich commented 2 months ago

At the moment, navigation must either be done by hand (zooming and panning) or by entering coordinates to get to the desired location.

It would be good if we could add some support for address-based search, probably by using a geocoding API.

e.g. Google Azure Mapbox Yandex

barnacle-ben commented 1 month ago

I'll try to implement this. Will adding reverse geocoding be helpful as well?