windingtree / win-stays

🏆 win.so
GNU General Public License v3.0
3 stars 3 forks source link

Query service (such as openstreemap's lookup services) that can take a city / town and return it's co-ordinates. #115

Closed mfw78 closed 2 years ago

mfw78 commented 2 years ago

Problem

When wanting to search for a city, we need a way of changing this to a latitude and longitude, and refocusing the map.

Solution

Using Nominatim and their geocoding service, take in user input, query the API, then refocus the map.

xdaluca commented 2 years ago

@bobetbat does this have any impact on how we should design the UX/UI flow on the front-end?