OpenPlaceReviews / website

Website main repo
13 stars 7 forks source link

Add search function to website #110

Open scaidermern opened 3 years ago

scaidermern commented 3 years ago

Please add a search function to the website. Currently the only way to go to a specific place is to pan and zoom.

derkrasseleo commented 1 year ago

This would be very helpful. The question is, which API should be used for this feature. probably something like Overpass?

scaidermern commented 1 year ago

Overpass isn't suitable for searching addresses. Instead, a geocoder such as Nominatim or Photon should be used.

derkrasseleo commented 1 year ago

Do you know how these APIs work? Maybe you can help the maintainers with a PR..

scaidermern commented 1 year ago

They are pretty simple to use. Lack of knowledge is not the problem here.