Comment 13 for bug 1508169

Revision history for this message
Zhang Enwei (zhangew401) wrote :

Hi Kyle,
Thank you.
1. Probably I didn't express clearly. I mean I will take the LC_ADDRESS string as a standard.
I will try to map the info I got from OSM to the string. Rules as follows.
%f: one of company or corporation that is not empty.
%d: department if it is not empty.
%b: building if it is not empty.
%h: one of housenumber or house_number that is not empty.
%s: one of street, road or block that is not empty
%b: one of building or door that is not empty.
%c: country if is not empty.
%S: one of state, province or prefecture that is not empty.
%T: one of town, city, village, hamlet or county that is not empty.
suppose the data I received contains "village", "county", "part-of-city" and "city", I don't know how to arrange their positions in the string, so I will abandon "part-of-city" and choose one of "village", "county" and "city".
2. According to Comment 11, I found the LC_ADDRESS for Indian is also wrong.
Thank you very much.