update osm2pgsql (restrict operator)

Fixes #1176.
This commit is contained in:
Sarah Hoffmann 2018-11-17 17:32:30 +01:00
parent b15441df1c
commit c84648c157
2 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 93b73e5f5c3b20e80027ecf272f553d26f49f2e8
Subproject commit 433ad388b88d74235e9fc4dd12fa608719b32904

View File

@ -51,8 +51,10 @@ Feature: Tag evaluation
"""
n1 Thighway=yes,operator=Foo,name=null
n2 Tshop=grocery,operator=Foo
n3 Tamenity=hospital,operator=Foo
n3 Tamenity=restaurant,operator=Foo
n4 Ttourism=hotel,operator=Foo
n5 Tamenity=hospital,operator=Foo,name=Meme
n6 Tamenity=fuel,operator=Foo
"""
Then place contains
| object | name |
@ -60,6 +62,8 @@ Feature: Tag evaluation
| N2 | 'operator' : 'Foo' |
| N3 | 'operator' : 'Foo' |
| N4 | 'operator' : 'Foo' |
| N5 | 'name' : 'Meme' |
| N6 | 'operator' : 'Foo' |
Scenario Outline: Ignored name tags
When loading osm data