+
+
+ Scenario: POI nodes with place tags
+ Given the places
+ | osm | class | type | name | extratags |
+ | N23 | amenity | playground | AB | "place": "city" |
+ | N23 | place | city | AB | "amenity": "playground" |
+ When importing
+ Then placex contains exactly
+ | object | rank_search | rank_address |
+ | N23:amenity | 30 | 30 |
+ | N23:place | 16 | 16 |