From: Sarah Hoffmann Date: Sun, 9 Jun 2019 11:58:05 +0000 (+0200) Subject: update osm2pgsql (import special tags) X-Git-Tag: v3.4.0~37 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/3bc4b4bf9f16dc4a25f6deeff497f80ed6d2bce1 update osm2pgsql (import special tags) --- diff --git a/osm2pgsql b/osm2pgsql index 56c8f56b..37967960 160000 --- a/osm2pgsql +++ b/osm2pgsql @@ -1 +1 @@ -Subproject commit 56c8f56b43e1464361d535eeb61e2335d1d983e4 +Subproject commit 37967960a82f6846681141b3d5cffaa03c184cb7 diff --git a/test/bdd/osm2pgsql/import/tags.feature b/test/bdd/osm2pgsql/import/tags.feature index 766bc7f1..ea93ea4a 100644 --- a/test/bdd/osm2pgsql/import/tags.feature +++ b/test/bdd/osm2pgsql/import/tags.feature @@ -96,9 +96,9 @@ Feature: Tag evaluation Then place contains | object | name | | N1 | 'name: de' : 'Foo', 'name' : 'real1' | - | N2 | 'name: de' : 'Foo', 'name' : 'real2' | - | N3 | 'name: de' : 'Foo', 'name:\\\\' : 'real3' | - | N4 | 'name: de' : 'Foo', 'name' : 'rea\\l3' | + | N2 | 'name:\nde' : 'Foo', 'name' : 'real2' | + | N3 | 'name:\tde' : 'Foo', 'name:\\\\' : 'real3' | + | N4 | 'name:\tde' : 'Foo', 'name' : 'rea\\l3' | Scenario: Unprintable character in address tag are maintained When loading osm data