X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5e477e3b5b99da6fc4e54749d4671a6fc8fdcd66..36b1660121a9261998a2b36cff741587ce5b3c5b:/test/bdd/db/import/postcodes.feature?ds=sidebyside diff --git a/test/bdd/db/import/postcodes.feature b/test/bdd/db/import/postcodes.feature index 4d146d18..57f90d98 100644 --- a/test/bdd/db/import/postcodes.feature +++ b/test/bdd/db/import/postcodes.feature @@ -115,6 +115,23 @@ Feature: Import of postcodes | object | postcode | | W93 | 45023 | + Scenario: Road areas get postcodes from nearby named buildings without other info + Given the grid with origin US + | 10 | | | | 11 | + | 13 | | | | 12 | + | | 1 | 2 | | | + | | 4 | 3 | | | + And the named places + | osm | class | type | geometry | + | W93 | highway | pedestriant | (10,11,12,13,10) | + And the named places + | osm | class | type | addr+postcode | geometry | + | W22 | building | yes | 45023 | (1,2,3,4,1) | + When importing + Then placex contains + | object | postcode | + | W93 | 45023 | + Scenario: Roads get postcodes from nearby unnamed buildings without other info Given the grid with origin US | 10 | | | | 11 |