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

I compiled from git my own nominatim server, and imported the latest osm data for the country Malta.

The address search index is inaccurate however, and is not the same as what is provided by the nominatim api.

Example: http://nominatim.openstreetmap.org/details.php?place_id=60073339 Selects the town to be Senglea

http://robin.dazzlepanel.com/Nom/details.php?place_id=109025 Selects the town to be the city Valletta

Looking into the postgres osm/nominatim database, the table place_addressline has a column isaddress, which is a boolean. In the example above, the place_id for "Senglea" under "triq ir-Rizq", is marked as false. If this is marked as true, it works correctly. So how do I fix this issue when the nodes are being generated and indexed while installing and setting up Nominatim?

asked 26 May '15, 13:09

ChristopherBartolo's gravatar image

ChristopherB...
11112
accept rate: 0%

Be the first one to answer this question!
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:

×710
×689
×13

question asked: 26 May '15, 13:09

question was seen: 2,674 times

last updated: 26 May '15, 13:09

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