Skip to content

Commit

Permalink
Aug 17 schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmac authored Sep 9, 2024
1 parent 16ed99e commit 83903c4
Showing 1 changed file with 29 additions and 35 deletions.
64 changes: 29 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,46 +42,40 @@
var schedules =
{
kingston:[
{h:06,m:00}
{h:05,m:40}
,{h:07,m:00}
,{h:08,m:00}
,{h:09,m:00}
,{h:10,m:00}
,{h:11,m:30}
,{h:13,m:00}
,{h:14,m:00}
,{h:08,m:20}
,{h:09,m:40}
,{h:11,m:00}
,{h:12,m:20}
,{h:13,m:40}
,{h:15,m:00}
,{h:16,m:00}
,{h:17,m:00}
,{h:18,m:00}
,{h:16,m:20}
,{h:17,m:40}
,{h:19,m:00}
,{h:20,m:00}
,{h:21,m:00}
,{h:22,m:00}
,{h:23,m:30}
,{h:20,m:20}
,{h:21,m:40}
,{h:23,m:40}
,{h:01,m:00}
,{h:02,m:00}
,{h:02,m:20}
],
island:[
{h:05,m:30}
,{h:06,m:30}
,{h:07,m:30}
,{h:08,m:30}
,{h:09,m:30}
,{h:10,m:30}
,{h:12,m:00}
,{h:13,m:30}
,{h:14,m:30}
,{h:15,m:30}
,{h:16,m:30}
,{h:17,m:30}
,{h:18,m:30}
,{h:19,m:30}
,{h:20,m:30}
,{h:21,m:30}
,{h:22,m:30}
,{h:00,m:00}
,{h:01,m:30}
{h:05,m:00}
,{h:06,m:20}
,{h:07,m:40}
,{h:09,m:00}
,{h:10,m:20}
,{h:11,m:40}
,{h:13,m:00}
,{h:14,m:20}
,{h:15,m:40}
,{h:17,m:00}
,{h:18,m:20}
,{h:19,m:40}
,{h:21,m:00}
,{h:22,m:20}
,{h:00,m:20}
,{h:01,m:40}
]
};

Expand Down Expand Up @@ -109,7 +103,7 @@
return schedules;
}

var scheduleWarning = new Date() < new Date(2019,11,15) ? 'Regular schedule resumed Nov 8' : '';
var scheduleWarning = new Date() < new Date(2024,11,01) ? 'New Schedule as of Aug 17' : '';

var wolfeIslandBounds = [
[44.234161,-76.398870],
Expand Down

0 comments on commit 83903c4

Please sign in to comment.