Skip to content

Commit

Permalink
Remove 3 Candian zones
Browse files Browse the repository at this point in the history
Closes #131
  • Loading branch information
evansiroky committed Oct 30, 2022
1 parent d94da3b commit b591aed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Unreleased

### Zone Changes

* Remove `America/Nipigon` and `America/Thunder_Bay`. Those areas are now covered by `America/Toronto`. ([#131](https://github.com/evansiroky/timezone-boundary-builder/issues/131))
* Remove `America/Rainy_River`. That area is now covered by `America/Winnipeg`. ([#131](https://github.com/evansiroky/timezone-boundary-builder/issues/131))
* Update to latest OSM data

## 2022d

### Zone Changes
Expand Down
12 changes: 0 additions & 12 deletions osmBoundarySources.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,6 @@
"Chuuk": {
"ISO3166-2": "FM-TRK"
},
"City of Thunder Bay": {
"wikidata": "Q34116"
},
"Congo-Kinshasa": {
"ISO3166-1": "CD"
},
Expand Down Expand Up @@ -903,9 +900,6 @@
"Finland": {
"ISO3166-1": "FI"
},
"Fort William First Nation": {
"name": "Animkii Wajiw / Fort William First Nation"
},
"France": {
"ISO3166-1:alpha2": "FR"
},
Expand Down Expand Up @@ -1035,9 +1029,6 @@
"New Zealand": {
"ISO3166-1": "NZ"
},
"Nipigon": {
"wikidata": "Q1993247"
},
"North Korea": {
"ISO3166-1": "KP"
},
Expand Down Expand Up @@ -1195,9 +1186,6 @@
"Tomponsky": {
"name:en": "Tomponsky Ulus"
},
"Town of Rainy River": {
"wikidata": "Q3492477"
},
"Tshopo": {
"name": "Tshopo",
"admin_level": "4"
Expand Down
41 changes: 0 additions & 41 deletions timezones.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,13 +1281,6 @@
"description": "Add areas in Alabama near Phenix City and Lanett that observe eastern time. The boundaries are a speculative guess."
}
],
"America/Nipigon": [
{
"op": "init",
"source": "overpass",
"id": "Nipigon"
}
],
"America/Nome": [
{
"op": "init",
Expand Down Expand Up @@ -1444,13 +1437,6 @@
"description": "Add Antarctic Areas. Includes stations General Bernardo O'Higgins, Great Wall, Bellinghausen and Artigas."
}
],
"America/Rainy_River": [
{
"op": "init",
"source": "overpass",
"id": "Town of Rainy River"
}
],
"America/Rankin_Inlet": [
{
"op": "init",
Expand Down Expand Up @@ -1669,17 +1655,6 @@
"description": "Grab part of Greenland and make a best guess at this timezone's location."
}
],
"America/Thunder_Bay": [
{
"op": "init",
"source": "overpass",
"id": "City of Thunder Bay"
}, {
"op": "union",
"source": "overpass",
"id": "Fort William First Nation"
}
],
"America/Tijuana": [
{
"op": "init",
Expand All @@ -1692,18 +1667,6 @@
"op": "init",
"source": "overpass",
"id": "America-Toronto-tz"
}, {
"op": "difference",
"source": "overpass",
"id": "City of Thunder Bay"
}, {
"op": "difference",
"source": "overpass",
"id": "Fort William First Nation"
}, {
"op": "difference",
"source": "overpass",
"id": "Nipigon"
}
],
"America/Tortola": [
Expand Down Expand Up @@ -1732,10 +1695,6 @@
"op": "init",
"source": "overpass",
"id": "America-Winnipeg-tz"
}, {
"op": "difference",
"source": "overpass",
"id": "Town of Rainy River"
}
],
"America/Yakutat": [
Expand Down

0 comments on commit b591aed

Please sign in to comment.