NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

We set up a local instance of OSM following the Wiki instructions and are successfully using it to reverse geo-code; we would love to contribute to OSM's data but cant tell if it is possible to log the requests for reverse lookup that fail to produce a full address on our local server.

Does such a function/log exist in Nominatim or would the only option be to develop it in our application? we intend to have an employee review such requests and update them on OSM.org so that our server will get the additions through osmosis.

Thanks for any help or direction that you can provide.

asked 17 Nov '16, 21:55

artecss's gravatar image

artecss
15112
accept rate: 0%


Have a look at the new_query_log table. It contains date, search term and number of results. You might need to switch on logging in the build/settings.php files (look for CONST_Log_DB). You should be able to extract failed queries from that. If not we're open for pull request on github.

permanent link

answered 17 Nov '16, 22:49

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×85
×15

question asked: 17 Nov '16, 21:55

question was seen: 3,077 times

last updated: 17 Nov '16, 22:49

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum