n2 Tplace=locality,name=spotty
"""
Then place contains
- | object | type | name
- | N1:tourism | hotel | 'name' : 'foo'
- | N1:amenity | restaurant | 'name' : 'foo'
- | N2:place | locality | 'name' : 'spotty'
+ | object | type | name+name |
+ | N1:tourism | hotel | foo |
+ | N1:amenity | restaurant | foo |
+ | N2:place | locality | spotty |
When updating osm data
"""
n1 dV Ttourism=hotel,name=foo
Then place has no entry for N1:amenity
And place has no entry for N2
And place contains
- | object | class | type | name
- | N1:tourism | tourism | hotel | 'name' : 'foo'
+ | object | class | type | name |
+ | N1:tourism | tourism | hotel | 'name' : 'foo' |