Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
v6.1.20: fix #51
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay LaPorte committed Jul 3, 2019
1 parent 2b10f7e commit b10b7ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
19 changes: 10 additions & 9 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,16 @@ for(const [lat, lon] of [
[ 19.7500, -88.7000], // fix #40
[ 21.1000, -87.4833], // fix #40
[-31.6750, 128.8831], // fix #45
[54.39447, -6.978715], //fix #47
[54.59160, -7.733996], //fix #47
[54.54842, -7.834725], //fix #47
[54.15168, -7.357061], //fix #47
[54.75062, -7.560825], //fix #47
[54.20568, -6.738351], //fix #47
[54.54842, -7.834724], //fix #47
[45.65039, -67.57898], //fix #48
[46.43917, -67.74495], //fix #48
[54.39447, -6.978715], // fix #47
[54.59160, -7.733996], // fix #47
[54.54842, -7.834725], // fix #47
[54.15168, -7.357061], // fix #47
[54.75062, -7.560825], // fix #47
[54.20568, -6.738351], // fix #47
[54.54842, -7.834724], // fix #47
[ 45.6504, -67.5790], // fix #48
[ 46.4392, -67.7450], // fix #48
[ 45.3238, -116.5487], // fix #51
]) {
urban_geojson.features.push({
properties: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"scripts": {
"test": "mocha"
},
"version": "6.1.19"
"version": "6.1.20"
}
5 changes: 3 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ describe("tzlookup", function() {
[[54.29158, -7.87585], "Europe/Dublin"], // #47
[[54.39447, -6.97871], "Europe/Dublin"], // #47
[[54.07753, -6.67391], "Europe/Dublin"], // #47
[[45.65039, -67.5789], "America/Moncton"], // #48
[[46.43917, -67.7449], "America/Moncton"], // #48
[[ 45.6504, -67.5789], "America/Moncton"], // #48
[[ 46.4392, -67.7449], "America/Moncton"], // #48
[[ 45.3238, -116.5487], "America/Boise"], // #51

// Check that we resolve conflicting zones adequately.
[[ 43.8250, 87.6000], "Asia/Urumqi"],
Expand Down
2 changes: 1 addition & 1 deletion tz.js

Large diffs are not rendered by default.

0 comments on commit b10b7ed

Please sign in to comment.