Hello everyone! In my previous diary entry, I discussed a brief of my project. Now, as the first phase is over, I would like to make an update of my project, “Nominatim Feedback Reporter”, which is under development.
Source Code
The source code can be found in the following GitHub repository: https://github.com/darkshredder/nominatim-feedback-reporter/ It also contains a README.md file for the instructions to install the project for local setup.
Server is Online
We have a development server up and running, which contains the following things:
- The feedback interface, which is the main project, can be found here: https://gsoc2021-feedback.nominatim.org/feedback/.
- The OSM data imported through Nominatim is only for India and is not regularly updated. Currently, it contains data from 20-05-2021.
- Using the reverse-search method for reporting feedback can show data outside India as it uses Overpass API, which contains whole planet OSM data.
- As it is a development server, feedbacks are being stored but will be deleted later.
- We regularly update the UI as the code is evolving, so don’t forget to refresh your browser’s cache.
More about the code
In this section, I will talk more about the code, how it is structured and implemented.



