Skip to content

Commit d9462fd

Browse files
committed
include Kalapani Terroritory
since there aren't 2 nice relations to work with for each country
1 parent 337343b commit d9462fd

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Remove `Asia/Choibalsan` as it has been moved to the "backward" file in the timezone database.
66
* Add an expected zone overlap between `Asia/Pyongyang` and `Asia/Shanghai` for a disputed area within the Tumen River.
7+
* Explicitly include Kalapani Territory in both `Asia/Kathmandu` and `Asia/Kolkata`.
78
* Update to latest OSM data
89

910
### Other Changes

osmBoundarySources.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,9 @@
10781078
"Europe-Zurich-tz": {
10791079
"timezone": "Europe/Zurich"
10801080
},
1081+
"Extent of Nepalese Claims at Kalapani Territory": {
1082+
"name": "Extent of Nepalese Claims at Kalapani Territory"
1083+
},
10811084
"Grant County, ND": {
10821085
"name": "Grant County",
10831086
"nist:state_fips": "38"

timezones.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,10 @@
17901790
"op": "init",
17911791
"source": "overpass",
17921792
"id": "Asia-Kathmandu-tz"
1793+
}, {
1794+
"op": "union",
1795+
"source": "overpass",
1796+
"id": "Extent of Nepalese Claims at Kalapani Territory"
17931797
}
17941798
],
17951799
"Asia/Khandyga": [
@@ -1804,6 +1808,10 @@
18041808
"op": "init",
18051809
"source": "overpass",
18061810
"id": "Asia-Kolkata-tz"
1811+
}, {
1812+
"op": "union",
1813+
"source": "overpass",
1814+
"id": "Extent of Nepalese Claims at Kalapani Territory"
18071815
}
18081816
],
18091817
"Asia/Krasnoyarsk": [

0 commit comments

Comments
 (0)