Skip to content

Commit

Permalink
Merge pull request #9 from ysvechinsky/main
Browse files Browse the repository at this point in the history
add Eilat to urban areas
  • Loading branch information
mceachen authored Feb 21, 2024
2 parents f6faee9 + c88ce8f commit 23627c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ for (const [lat, lon] of [
[41.1426, -86.89009], // fix #59
[40.7608, -87.12402], // fix #59
[41.1938, -86.48956], // fix #59
[29.562549, 34.945442], // Eilat
]) {
urban_geojson.features.push({
properties: {
Expand Down
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ describe("tzlookup", function () {
[[68.1133, 23.3214], "Europe/Stockholm"], // #56 (Kätkesuando)
[[40.7084, -86.69554], "America/Indiana/Indianapolis"], // #59
[[41.0523, -86.70629], "America/Indiana/Winamac"], // #59
[[29.547470, 34.947252], "Asia/Jerusalem"], // Eilat

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

Large diffs are not rendered by default.

0 comments on commit 23627c6

Please sign in to comment.