From 3bc4b4bf9f16dc4a25f6deeff497f80ed6d2bce1 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 9 Jun 2019 13:58:05 +0200 Subject: [PATCH] update osm2pgsql (import special tags) --- osm2pgsql | 2 +- test/bdd/osm2pgsql/import/tags.feature | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5