[Geocoding] [OpenStreetMap] #4399: search for aachen, germany returns belgium?!

OpenStreetMap trac at openstreetmap.org
Wed May 9 19:14:50 BST 2012


#4399: search for aachen, germany returns belgium?!
------------------------+---------------------------------------------------
  Reporter:  pnull      |       Owner:  geocoding@…                
      Type:  defect     |      Status:  closed                     
  Priority:  major      |   Milestone:                             
 Component:  nominatim  |     Version:                             
Resolution:  invalid    |    Keywords:                             
------------------------+---------------------------------------------------
Changes (by lonvia):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 You likely used an extract that does not contain the complete border
 relation for Germany. Import the complete relation using
 {{{
 ./utils/update.php --import-relation <id of German boundary relation>
 }}}

 Then force a reindexing of the complete database:

 {{{
 psql -d Nominatim -c 'UPDATE placex SET indexed_status=2'
 ./utils/setup.php --index
 }}}

 Note that this is not a bug in Nominatim. Trac is not the right forum to
 discuss questions about your setup. Please use the geocoding@ mailing list
 for this.

-- 
Ticket URL: <https://trac.openstreetmap.org/ticket/4399#comment:1>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world



More information about the Geocoding mailing list