From d1d46182ed6c66a0450327b875171e91b9404153 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 19 Sep 2014 16:57:38 +0200 Subject: [PATCH 1/1] fix typo in taginfo.json Fixes https://github.com/twain47/Nominatim/issues/181 --- website/taginfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/taginfo.json b/website/taginfo.json index ad0c446a..25d1f9ab 100644 --- a/website/taginfo.json +++ b/website/taginfo.json @@ -87,7 +87,7 @@ { "key" : "addr:interpolation", "description": "Way along which house numbers are interpolated."} , { "key" : "tiger:county", "description": "Used to determine the address in the US (needs a place with the same name and a county suffix)."}, { "key" : "is_in", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."}, - { "key" : "adr:suburb", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."}, + { "key" : "addr:suburb", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."}, { "key" : "addr:city", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."}, { "key" : "addr:state_code", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."}, { "key" : "addr:state", "description": "Used to determine the address of a place. Note that a place with the same name must exist for this to work."}, -- 2.39.5