X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/52178caa98492cd8410aa6616c155a126bb4f216..3e64019afe8419ea5b35a3fbd1e6c9dabfc8d983:/test/bdd/db/import/placex.feature?ds=sidebyside diff --git a/test/bdd/db/import/placex.feature b/test/bdd/db/import/placex.feature index cc3569b0..531483b3 100644 --- a/test/bdd/db/import/placex.feature +++ b/test/bdd/db/import/placex.feature @@ -143,7 +143,6 @@ Feature: Import into placex | N22 | place | hamlet | | N23 | place | municipality | | N24 | place | district | - | N25 | place | unincorporated_area | | N26 | place | borough | | N27 | place | suburb | | N28 | place | croft | @@ -175,21 +174,20 @@ Feature: Import into placex | N19 | 17 | 0 | | N20 | 18 | 16 | | N21 | 19 | 16 | - | N22 | 19 | 16 | - | N23 | 19 | 16 | + | N22 | 20 | 20 | + | N23 | 14 | 14 | | N24 | 19 | 16 | - | N25 | 19 | 16 | - | N26 | 19 | 16 | - | N27 | 20 | 20 | + | N26 | 18 | 18 | + | N27 | 19 | 20 | | N28 | 20 | 20 | | N29 | 20 | 20 | - | N30 | 20 | 20 | + | N30 | 22 | 20 | | N31 | 20 | 0 | | N32 | 20 | 0 | | N33 | 20 | 0 | | N34 | 20 | 0 | | N101 | 15 | 16 | - | N35 | 22 | 22 | + | N35 | 20 | 22 | | N36 | 30 | 30 | | N37 | 30 | 30 | | N38 | 28 | 0 | @@ -220,8 +218,8 @@ Feature: Import into placex | R21 | 30 | 30 | | R22 | 30 | 30 | | R23 | 30 | 30 | - | R40 | 4 | 4 | - | R41 | 8 | 8 | + | R40 | 4 | 0 | + | R41 | 8 | 0 | Scenario: search and address ranks for highways correctly assigned Given the scene roads-with-pois @@ -293,3 +291,22 @@ Feature: Import into placex | R6 | 4 | 0 | | W3 | 30 | 30 | + Scenario: boundary ways for countries and states are ignored + Given the named places + | osm | class | type | admin | geometry | + | W4 | boundary | administrative | 2 | poly-area:0.1 | + | R4 | boundary | administrative | 2 | poly-area:0.1 | + | W5 | boundary | administrative | 3 | poly-area:0.1 | + | R5 | boundary | administrative | 3 | poly-area:0.1 | + | W6 | boundary | administrative | 4 | poly-area:0.1 | + | R6 | boundary | administrative | 4 | poly-area:0.1 | + | W7 | boundary | administrative | 5 | poly-area:0.1 | + | R7 | boundary | administrative | 5 | poly-area:0.1 | + When importing + Then placex contains exactly + | object | + | R4 | + | R5 | + | R6 | + | W7 | + | R7 |