Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update address_formats.json #10674

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

rkdclgh
Copy link

@rkdclgh rkdclgh commented Jan 13, 2025

fix KR address formats for detailed, formatted address

province(도/특별자치도), city(특별시/광역시/특별자치시/시/군)
district(구), town(읍/면), subdistrict(동/리)

fix KR address format
province(도), city(시/군)
district(구), town(읍/면), subdistrict(동/리)
@rkdclgh
Copy link
Author

rkdclgh commented Jan 13, 2025

detailed contents of KR address format.

addr tag -> place label tag

addr:province -> 도 / 특별자치도(place=province)

addr:city -> 특별시 / 광역시 / 특별자치시 (place=province) / 시 (place=city) / 군 (place=county)

addr:district -> 자치구 (place=district) / 일반구 (place=borough)

addr:town -> 읍 / 면 (place=town)

addr:subdistrict -> 동 (place=subdistrict) / 리 (place=village)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant