[Geocoding] [OpenStreetMap] #4558: Places are ignored if tagged with only place and admin_level

OpenStreetMap trac at noreply.openstreetmap.org
Sun Sep 23 17:12:06 BST 2012


#4558: Places are ignored if tagged with only place and admin_level
------------------------+-------------------------
  Reporter:  lonvia     |      Owner:  geocoding@…
      Type:  defect     |     Status:  closed
  Priority:  minor      |  Milestone:
 Component:  nominatim  |    Version:
Resolution:  fixed      |   Keywords:
------------------------+-------------------------
Changes (by lonvia):

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


Comment:

 Fixed moving of place tags to extratags but it turns out that the case of
 the Azores was a bit more complicated.

 The problem was the empty label node
 http://www.openstreetmap.org/browse/node/1433660299. It does not get added
 in placex, so name and extratags are null when trying to merge that with
 the Azores relation. As the `||` operation on hstore returns null if one
 of the operators is null, the name and extratags are null in the relation
 after label merging. Should be fixed now as well.

 Both fixes will be deployed with the DB reimport in a few weeks.

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



More information about the Geocoding mailing list