]> git.openstreetmap.org Git - nominatim.git/commit
accept any OSM type in street member of associatedStreet
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 2 May 2022 07:48:51 +0000 (09:48 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 2 May 2022 07:48:51 +0000 (09:48 +0200)
commit372874e89adbfde48699c53bc24200c0113471fe
tree731845910c3a3473f313969f46a7db29309e4c67
parent8ebb8ee3040737d4d3797e569271e771bb39450a
accept any OSM type in street member of associatedStreet

This is needed for pedestrian areas mapped as multipolygons
and consequently as relations. The lookup in placex guarantees
that the referenced OSM object is indeed a street.

Fixes #2669.
lib-sql/functions/placex_triggers.sql
test/bdd/db/import/parenting.feature