OvertureMaps / OvertureMaps/data
Division hierarchy out of order for Kowloon (division in Hong Kong)
Open
Nobody has claimed this yet.
divisions
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 47
- Avg merge
- 3h 42m
- Merged PRs (30d)
- 1
Description
version 2025-10-22.0
Kowloon is a city (or area) within the Hong Kong SAR. One of the district in Kowloon is the 油尖旺區 Yau Tsim Mong District, but in the hierarchy, it's shown as if it was a parent division of Kowloon instead of (one of) its children:
{
"id": "17009785-57fd-4e5b-af86-2d27352e4718",
"country": "HK",
"region": null,
"subtype": "locality",
"class": "city",
"local_type": [
{
"key": "en",
"value": "city"
}
],
"hierarchies": [
[
{
"division_id": "fb68fc73-3ac6-41c9-a692-22fcf20cb5be",
"subtype": "country",
"name": "中国"
},
{
"division_id": "b4f09a9f-4cba-4a7c-bf58-2e63bc2e913d",
"subtype": "dependency",
"name": "Hong Kong SAR"
},
{
"division_id": "c8ca7da1-2688-402a-8eb9-199b69b5691c",
"subtype": "region",
"name": "油尖旺區 Yau Tsim Mong District"
},
{
"division_id": "17009785-57fd-4e5b-af86-2d27352e4718",
"subtype": "locality",
"name": "九龍 Kowloon"
}
]
],
"parent_division_id": "c8ca7da1-2688-402a-8eb9-199b69b5691c",
"theme": "divisions",
"type": "division"
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.