Skip to content

Commit

Permalink
fix: update to 2023b data
Browse files Browse the repository at this point in the history
Fixes #158
  • Loading branch information
evansiroky committed Mar 27, 2023
1 parent cb79d8e commit 0608027
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
Binary file modified data/geo.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion data/index.json

Large diffs are not rendered by default.

31 changes: 23 additions & 8 deletions tests/fixtures/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
"lon": 31.416836,
"description": "#89 - 2019a - test for zone Asia/Khartoum in Sudanese part of Lake Nasser"
}, {
"zid": "America/Adak",
"lat": 52.031192,
"lon": 178.913872,
"zid": ["Africa/Johannesburg", "Antarctica/McMurdo"],
"lat": -86,
"lon": 0,
"description": "#90 - some file-based data was showing up as non-polygon geojson"
}, {
"zids": ["Africa/Johannesburg", "Antarctica/McMurdo", "Etc/UTC"],
Expand All @@ -164,11 +164,6 @@
"lat": 64.900980,
"lon": -125.572725,
"description": "#106 - 2020a - test for expanded America/Inuvik timezone"
}, {
"zid": "America/Yellowknife",
"lat": 61.164993,
"lon": -113.675715,
"description": "#106 - 2020a - test for America/Yellowknife timezone"
}, {
"zid": "America/Edmonton",
"lat": 53.277915,
Expand Down Expand Up @@ -254,5 +249,25 @@
"lat": 31.74401,
"lon": -106.48677,
"description": "#153 - 2022f - test for America/Ciudad_Juarez"
}, {
"zid": "America/Edmonton",
"lat": 61.164993,
"lon": -113.675715,
"description": "#158 - 2023b - test for America/Edmonton (formerly America/Yellowknife timezone)"
}, {
"zid": "Asia/Magadan",
"lat": 43.959242,
"lon": 145.681231,
"description": "#158 - 2023b - test for Asia/Magadan (formerly Asia/Ust-Nera timezone)"
}, {
"zid": "Asia/Yakutsk",
"lat": 75.766734,
"lon": 137.576917,
"description": "#158 - 2023b - test for Asia/Yakutsk (formerly Asia/Vladivostok timezone)"
}, {
"zid": "Europe/Oslo",
"lat": 70.922533,
"lon": -8.714836,
"description": "#158 - 2023b - test for Europe/Oslo"
}
]

0 comments on commit 0608027

Please sign in to comment.