osm-search / Nominatim-Data-Analyser-Frontend

Frontend of the QA Tool for Nominatim. Helps to improve the OpenStreetMap data quality and therefore the Nominatim search results.
GNU General Public License v2.0
3 stars 3 forks source link

Pull in Nominatim details info #6

Open lonvia opened 3 years ago

lonvia commented 3 years ago

I was about to suggested to add a link to the Nominatim details page for each feature but then I realised that we have a nice JSON API for the details, so we could pull in the information and show it directly in site. This should only be done after an explicit request for the details, not simply when a feature is clicked to save the Nominatim server some bandwidth.

AntoJvlt commented 2 years ago

How do you imagine that exactly? What information returned by the details API do you think we should display, everything?

lonvia commented 2 years ago

Most of the information visible on the details page, yes. The only two that are certainly not necessary are 'Centre point' and 'placeid'.