Fixes https://github.com/twain47/Nominatim/issues/181
{ "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" : "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."},
{ "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."},