translink 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. data/CHANGELOG.md +12 -0
  2. data/README.md +44 -8
  3. data/doc/schema.graffle +396 -82
  4. data/doc/schema.png +0 -0
  5. data/lib/translink/cli.rb +10 -16
  6. data/lib/translink/crawler.rb +5 -6
  7. data/lib/translink/db.rb +6 -14
  8. data/lib/translink/model/route.rb +29 -18
  9. data/lib/translink/model/stop.rb +17 -19
  10. data/lib/translink/model/stop_time.rb +26 -0
  11. data/lib/translink/model/trip.rb +48 -0
  12. data/lib/translink/page/route.rb +42 -18
  13. data/lib/translink/page/timetable.rb +15 -18
  14. data/lib/translink/page/trip.rb +90 -17
  15. data/lib/translink/page.rb +1 -1
  16. data/lib/translink/version.rb +1 -1
  17. data/lib/translink.rb +2 -3
  18. data/test/fixtures/sample/route.html +401 -1049
  19. data/test/fixtures/sample/timetable.html +170 -216
  20. data/test/fixtures/verbatim/route.html +1976 -7178
  21. data/test/fixtures/verbatim/timetable.html +1501 -6165
  22. data/test/fixtures/verbatim/trip.html +311 -508
  23. data/test/unit/cli_test.rb +4 -20
  24. data/test/unit/crawler_test.rb +16 -36
  25. data/test/unit/model/route_test.rb +14 -25
  26. data/test/unit/model/stop_test.rb +6 -31
  27. data/test/unit/model/stop_time_test.rb +11 -0
  28. data/test/unit/model/trip_test.rb +28 -0
  29. data/test/unit/page/route_test.rb +38 -28
  30. data/test/unit/page/timetable_test.rb +12 -10
  31. data/test/unit/page/trip_test.rb +38 -22
  32. data/test/unit/page_test.rb +1 -1
  33. data/translink.gemspec +2 -2
  34. metadata +24 -27
  35. data/lib/translink/code.rb +0 -9
  36. data/lib/translink/model/service.rb +0 -20
  37. data/lib/translink/model/stop/extractor.rb +0 -67
  38. data/test/unit/code_test.rb +0 -12
  39. data/test/unit/model/service_test.rb +0 -23
  40. data/test/unit/model/stop/extractor_test.rb +0 -112
@@ -1,48 +1,20 @@
1
- <!--
2
- 2011-11-14
3
- http://jp.translink.com.au/travel-information/services-and-timetables/trip-details/281889?timetableDate=2011-11-14
4
- -->
5
-
6
1
  <!DOCTYPE html>
7
2
  <html lang="en-au">
8
- <head><meta name="google-site-verification" content="nNhS0Na_38DlBjVO22yfHnekgn6xyusSgs0wqs4yDQ8" />
9
- <link rel="stylesheet" href="/utilities/css/common.css_v1.7.7.139" type="text/css" media="screen, print" />
10
- <!--[if lte IE 8]>
11
- <style type="text/css">
12
- #container-shadow {
13
- zoom: 1;
14
- background-color: #FFF;
15
- -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=true,ShadowOpacity=0.30)";
16
- padding: 0 0 0 10px;
17
- }
18
- .megamenu { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeded', endColorstr='#d9d3d4'); }
19
- .searchform .searchbutton { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); }
20
- .greyButton { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); }
21
- </style>
3
+ <head>
4
+ <meta name="google-site-verification" content="nNhS0Na_38DlBjVO22yfHnekgn6xyusSgs0wqs4yDQ8" />
5
+ <link rel="stylesheet" href="/utilities/css/common-v2.1.2.29" type="text/css" media="screen, print" />
6
+ <link rel="stylesheet" href="/utilities/css/print-v2.1.2.29" type="text/css" media="print" />
7
+ <script src="/utilities/common-javascript-v2.1.2.29" type="text/javascript" charset="utf-8"></script>
8
+
9
+ <title>11.25pm 130 service | TransLink</title>
10
+ <meta name="description" content="TransLink is your one stop for public transport information, and coordinates and integrates public transport services in South East Queensland." />
11
+ <meta name="keywords" content="TransLink,public,transport,information,bus,train,ferry,timetables,maps,events,service updates,announcements,go card,fares,tickets" />
12
+ <meta name="author" content="TransLink Transit Authority" />
13
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
+ <!--[if lte IE 8]><style type="text/css">#suggestion-box { background-color: #DCDCDC; }</style><![endif]-->
15
+ <!--[if lte IE 7]>
16
+ <link rel="stylesheet" type="text/css" href="/utilities/css/nonstandard-ie-v2.1.2.29" />
22
17
  <![endif]-->
23
- <!--[if lte IE 7]> <link href="/utilities/css/styles-ie-lte7.css_v1.7.7.139" media="screen" rel="stylesheet" type="text/css" ><![endif]-->
24
- <!--[if lte IE 6]> <link href="/utilities/css/styles-ie-lte6.css_v1.7.7.139" media="screen" rel="stylesheet" type="text/css" ><![endif]-->
25
- <!--[if gte IE 9]> <style type="text/css">.blueButton, .greyButton, .searchform .searchbutton { filter: none; }</style><![endif]-->
26
- <link rel="stylesheet" href="/utilities/css/print.css_v1.7.7.139" type="text/css" media="print" />
27
-
28
- <script src="/utilities/common-javascript_v1.7.7.139" type="text/javascript" charset="utf-8"></script>
29
-
30
- <script type="text/javascript">
31
- var _gaq = _gaq || [];
32
- _gaq.push(['_setAccount', 'UA-18464408-1']);
33
- _gaq.push(['_setDomainName', '.translink.com.au']);
34
- _gaq.push(['_trackPageview', '/travel-information/services-and-timetables/trip-details/281889']);
35
- (function () {
36
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39
- })();
40
- </script>
41
-
42
- <title>
43
- Trip details: City Buz 130 Via Sunnybank | TransLink
44
- </title><meta name="description" content="TransLink is your one stop for public transport information, and coordinates and integrates public transport services in South East Queensland." /><meta name="keywords" content="TransLink,public,transport,information,bus,train,ferry,timetables,maps,events,service updates,announcements,go card,fares,tickets" /><meta name="author" content="TransLink Transit Authority" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
45
- <!-- Data: 8 November, 2011 -->
46
18
  </head>
47
19
  <body>
48
20
  <ul class="access">
@@ -57,33 +29,33 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
57
29
  <div id="courtesy-nav">
58
30
  <ul id="courtesy-links">
59
31
  <li><a href="http://translink.com.au/utils/goto/context/mobile" title="View the website on your mobile">Mobile site</a></li>
60
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/online" title="go card"><i>go</i> card login</a></li>
32
+ <li><a href="http://translink.com.au/tickets-and-fares/go-card/online" title="go card login (opens in a new window)"><i>go</i> card login</a></li>
61
33
  <li><a href="http://translink.com.au/site-information/site-map" title="An overview of the entire TransLink website">Site map</a></li>
62
- <li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help" title="Call us on 13 12 30, e-mail us, see us in person, follow us on Twitter, or send us a letter.">Contact us &amp; help</a></li>
34
+ <li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help" title="Call us on 13 12 30, email us, see us in person, follow us on Twitter, or send us a letter.">Contact us &amp; help</a></li>
63
35
  </ul>
64
36
  </div>
65
37
  <div id="header-content">
66
38
  <h1 class="access">TransLink - Integrated public transport for South East Queensland</h1>
67
- <a href="http://translink.com.au/" title="TransLink"><img src="/Content/Images/logo_topleft_translink.png" alt="TransLink" style="width: 237px; height: 46px;" class="logo" /></a>
39
+ <a href="http://translink.com.au/" title="TransLink"><img src="/Content/Images/translink-logo.png" alt="TransLink" style="width: 237px; height: 46px;" class="logo" /></a>
68
40
  <img src="/Content/Images/tagline.png" alt="Making travel easy" class="tagline" style="height: 46px; width: 206px;" />
69
41
  </div>
70
42
  <a id="navigation-shortcut" tabindex="0"></a>
71
43
  <div id="main-nav" class="clearfix">
72
44
  <div id="header-search" class="rightalign">
73
- <form action="http://translink.com.au/site-information/search/results" method="get" id="search" class="searchform jLabel" name="search">
45
+ <form action="http://translink.com.au/site-information/search/results" method="get" id="search" class="searchform" name="search">
74
46
  <fieldset>
75
47
  <legend class="access">Search the TransLink website</legend>
76
48
  <p>
77
49
  <label for="searchbox" id="searchlabel1">Search site&hellip;</label>
78
- <input type="text" name="query" id="searchbox" value="" class="searchfield" />
50
+ <input type="text" name="query" id="searchbox" value="" class="searchfield" placeholder="Search site&hellip;" />
79
51
  <input type="submit" value="Search" class="searchbutton" />
80
52
  </p>
81
53
  </fieldset>
82
54
  </form>
83
55
  </div>
84
- <ul class="textShadowLight">
56
+ <ul class="text-shadow-light">
85
57
  <li><a href="http://translink.com.au/" title="TransLink - Home">Home</a></li>
86
- <li><a href="http://translink.com.au/travel-information" id="travelMenuLink">Travel information</a>
58
+ <li class="this-page"><a href="http://translink.com.au/travel-information" id="travelMenuLink">Travel information</a>
87
59
  <div id="travelMenu" class="megamenu">
88
60
  <div class="column">
89
61
  <ul>
@@ -91,30 +63,18 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
91
63
  <a href="/travel-information/journey-planner">Journey planner</a>
92
64
  <ul>
93
65
  <li><a href="/travel-information/journey-planner">Journey planner</a></li>
94
- <li><a href="/travel-information/journey-planner/train-planner">Train journey planner</a></li>
95
- <li><a href="/travel-information/journey-planner/ferry-planner">Ferry journey planner</a></li>
96
66
  </ul>
97
67
  </li>
98
68
  <li>
99
- <a href="http://translink.com.au/travel-information/services-and-timetables">Services and timetables</a>
69
+ <a href="http://translink.com.au/travel-information/network-information">Network information</a>
100
70
  <ul>
101
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/search">Find services and timetables</a></li>
102
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/buses">Buses</a></li>
103
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/trains">Trains</a></li>
104
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/ferries">Ferries</a></li>
105
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/event-transport">Event transport</a></li>
106
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/school-transport">School transport</a></li>
107
- <li><a href="http://translink.com.au/travel-information/services-and-timetables/late-night-services">Late night services</a></li>
108
- <li><a href="/travel-information/services-and-timetables/stop-to-stop">Stop-to-stop timetables</a></li>
109
- <li><a href="http://translink.com.au/travel-information/services-and-timetables">More...</a></li>
110
- </ul>
111
- </li>
112
- </ul>
113
- <ul>
114
- <li>
115
- <a href="http://translink.com.au/travel-information/maps">Maps</a>
116
- <ul>
117
- <li><a href="http://translink.com.au/travel-information/maps">Maps</a></li>
71
+ <li><a href="/travel-information/network-information/timetables">Timetables</a></li>
72
+ <li><a href="/travel-information/network-information/stops-and-stations">Stops and stations</a></li>
73
+ <li><a href="http://translink.com.au/travel-information/network-information/maps">Maps</a></li>
74
+ <li><a href="http://translink.com.au/travel-information/network-information/event-transport">Event transport</a></li>
75
+ <li><a href="http://translink.com.au/travel-information/network-information/late-night-services">Late night services</a></li>
76
+ <li><a href="http://translink.com.au/travel-information/network-information/school-transport">School transport</a></li>
77
+ <li><a href="http://translink.com.au/travel-information/network-information/track-closures">Planned track works</a></li>
118
78
  </ul>
119
79
  </li>
120
80
  </ul>
@@ -122,48 +82,24 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
122
82
  <div class="column">
123
83
  <ul>
124
84
  <li>
125
- <a href="http://translink.com.au/travel-information/service-updates">Service updates</a>
85
+ <a href="/travel-information/service-updates">Service updates</a>
126
86
  <ul>
127
- <li><a href="http://translink.com.au/travel-information/service-updates">Current status and upcoming changes</a></li>
87
+ <li><a href="/travel-information/service-updates">Current status and upcoming changes</a></li>
128
88
  <li><a href="http://translink.com.au/travel-information/service-updates/about-service-updates">About service updates</a></li>
129
- <li><a href="http://translink.com.au/travel-information/service-updates/queensland-rail-timetable-changes">Queensland Rail timetable changes</a></li>
130
- <li><a href="http://translink.com.au/travel-information/service-updates/richlands-station">Richlands station</a></li>
131
89
  </ul>
132
90
  </li>
133
91
  </ul>
134
92
  <ul>
135
93
  <li>
136
- <a href="http://translink.com.au/travel-information/stops-and-stations">Stops and stations</a>
94
+ <a href="http://translink.com.au/travel-information/accessibility-and-safety">Accessibility and safety</a>
137
95
  <ul>
138
- <li><a href="http://translink.com.au/travel-information/stops-and-stations/train-stations">Train stations</a></li>
139
- <li><a href="http://translink.com.au/travel-information/stops-and-stations/busway-stations">Busway stations</a></li>
140
- <li><a href="http://translink.com.au/travel-information/stops-and-stations/ferry-terminals">Ferry terminals</a></li>
141
- <li><a href="/travel-information/stops-and-stations/stop-timetables">Stop timetables</a></li>
142
- <li><a href="/travel-information/stops-and-stations/stops-near-you">Stops near you</a></li>
143
- <li><a href="http://translink.com.au/travel-information/stops-and-stations/bicycle-facilities">Bicycle facilities</a></li>
96
+ <li><a href="http://translink.com.au/travel-information/accessibility-and-safety/accessible-services">Accessible services</a></li>
97
+ <li><a href="http://translink.com.au/travel-information/accessibility-and-safety/safety-and-security">Safety and security</a></li>
144
98
  </ul>
145
99
  </li>
146
100
  </ul>
147
101
  <ul>
148
102
  <li>
149
- <a href="http://translink.com.au/travel-information/accessibility">Accessibility</a>
150
- <ul>
151
- <li><a href="http://translink.com.au/travel-information/accessibility">Accessible services</a></li>
152
- </ul>
153
- </li>
154
- </ul>
155
- <ul>
156
- <li>
157
- <a href="http://translink.com.au/travel-information/safety-and-security">Safety and security</a>
158
- <ul>
159
- <li><a href="http://translink.com.au/travel-information/safety-and-security">Safety and security</a></li>
160
- </ul>
161
- </li>
162
- </ul>
163
- </div>
164
- <div class="column">
165
- <ul>
166
- <li>
167
103
  <a href="http://translink.com.au/travel-information/visiting-south-east-queensland">Visiting South East Queensland</a>
168
104
  <ul>
169
105
  <li><a href="http://translink.com.au/travel-information/visiting-south-east-queensland">Visiting South East Queensland</a></li>
@@ -171,18 +107,18 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
171
107
  </ul>
172
108
  </li>
173
109
  </ul>
110
+ </div>
111
+ <div class="column">
174
112
  <ul>
175
113
  <li>
176
- <a href="http://translink.com.au/travel-information/how-to">How to</a>
177
- <ul>
178
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-bus">How to use the bus</a></li>
179
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-train">How to use the train</a></li>
180
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-ferry">How to use the ferry</a></li>
181
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-find-your-bus-stop">How to find your bus stop</a></li>
182
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-plan-your-journey">How to plan your journey</a></li>
183
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-transfer-between-services">How to transfer between services</a></li>
184
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-travel-with-children-and-prams">How to travel with children and prams</a></li>
185
- <li><a href="http://translink.com.au/travel-information/how-to/how-to-travel-with-large-items">How to travel with large items</a></li>
114
+ <a href="http://translink.com.au/travel-information/how-to" title="Travel information how to guides">How to</a>
115
+ <ul>
116
+ <li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-bus">use the bus</a></li>
117
+ <li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-train">use the train</a></li>
118
+ <li><a href="http://translink.com.au/travel-information/how-to/how-to-use-the-ferry">use the ferry</a></li>
119
+ <li><a href="http://translink.com.au/travel-information/how-to/how-to-plan-your-journey">plan your journey</a></li>
120
+ <li><a href="http://translink.com.au/travel-information/how-to/how-to-transfer-between-services">transfer between services</a></li>
121
+ <li><a href="http://translink.com.au/travel-information/how-to/how-to-travel-with-children-prams-or-large-items">travel with children or large items</a></li>
186
122
  <li><a href="http://translink.com.au/travel-information/how-to/tips-for-courteous-behaviour">Tips for courteous behaviour</a></li>
187
123
  </ul>
188
124
  </li>
@@ -190,43 +126,40 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
190
126
  </div>
191
127
  </div>
192
128
  </li>
193
- <li><a href="http://translink.com.au/tickets-and-fares" id="ticketsMenuLink">Tickets and fares</a>
194
- <div id="ticketsMenu" class="megamenu">
129
+ <li><a href="http://translink.com.au/tickets-and-fares">Tickets and fares</a>
130
+ <div class="megamenu">
195
131
  <div class="column">
196
132
  <ul>
197
133
  <li>
198
134
  <a href="http://translink.com.au/tickets-and-fares/go-card"><i>go</i> card</a>
199
135
  <ul>
200
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/about-go-card">About <i>go</i> card</a></li>
201
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/locations">Where to get it</a></li>
202
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/register-your-go-card">Register your <i>go</i> card</a></li>
203
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/top-up-your-go-card">Top up your <i>go</i> card.</a></li>
204
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/costs-and-discounts">Costs and discounts</a></li>
205
- <li><a href="http://translink.com.au/tickets-and-fares/go-card/more">More...</a></li>
136
+ <li><a href="http://translink.com.au/tickets-and-fares/go-card/online"><i>go</i> card account sign in</a></li>
137
+ <li><a href="http://translink.com.au/tickets-and-fares/go-card/new-to-go-card">New to <i>go</i> card?</a></li>
138
+ <li><a href="http://translink.com.au/tickets-and-fares/go-card/i-have-a-go-card">I have a <i>go</i> card</a></li>
139
+ <li><a href="http://translink.com.au/tickets-and-fares/go-card/buy-a-go-card">Where to buy and top up</a></li>
206
140
  </ul>
207
141
  </li>
208
142
  </ul>
209
- </div>
210
- <div class="column">
211
143
  <ul>
212
144
  <li>
213
145
  <a href="http://translink.com.au/tickets-and-fares/other-tickets">Other tickets</a>
214
146
  <ul>
215
147
  <li><a href="http://translink.com.au/tickets-and-fares/other-tickets/paper-tickets">Paper tickets</a></li>
216
- <li><a href="http://translink.com.au/tickets-and-fares/other-tickets/school-travel-passes">School travel passes</a></li>
148
+ <li><a href="http://translink.com.au/tickets-and-fares/other-tickets/school-tickets-and-fares">School tickets and fares</a></li>
217
149
  <li><a href="http://translink.com.au/tickets-and-fares/other-tickets/special-access-passes">Special access passes</a></li>
218
150
  </ul>
219
151
  </li>
220
152
  </ul>
153
+ </div>
154
+ <div class="column">
221
155
  <ul>
222
156
  <li>
223
157
  <a href="http://translink.com.au/tickets-and-fares/fares">Fares</a>
224
158
  <ul>
225
159
  <li><a href="http://translink.com.au/tickets-and-fares/fares/current-fares">Current fares</a></li>
226
- <li><a href="http://translink.com.au/tickets-and-fares/fares/changes-to-fares-and-ticketing-in-2011">Changes to fares and ticketing in 2011</a></li>
227
160
  <li><a href="http://translink.com.au/tickets-and-fares/fares/changes-to-fares-and-ticketing-in-2012">Changes to fares and ticketing in 2012</a></li>
228
161
  <li><a href="http://translink.com.au/tickets-and-fares/fares/concessions">Concessions</a></li>
229
- <li><a href="http://translink.com.au/tickets-and-fares/fares/peak-and-off-peak-times">Peak and off-peak times</a></li>
162
+ <li><a href="http://translink.com.au/tickets-and-fares/fares/off-peak-times">Off-peak times</a></li>
230
163
  <li><a href="http://translink.com.au/tickets-and-fares/fares/fare-zones">Zones</a></li>
231
164
  <li><a href="http://translink.com.au/tickets-and-fares/fares/conditions-of-travel">Conditions of travel</a></li>
232
165
  <li><a href="http://translink.com.au/tickets-and-fares/fares/discounts-and-ways-to-save">Discounts and ways to save</a></li>
@@ -237,12 +170,11 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
237
170
  <div class="column">
238
171
  <ul>
239
172
  <li>
240
- <a href="http://translink.com.au/tickets-and-fares/how-to">How to</a>
173
+ <a href="http://translink.com.au/tickets-and-fares/how-to" title="Tickets and fares how to guides">How to</a>
241
174
  <ul>
242
- <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-use-a-fare-machine">How to use a fare machine</a></li>
243
- <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-buy-a-ticket">How to buy a ticket</a></li>
244
- <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-claim-a-refund-for-incorrect-change">How to claim a refund for incorrect change</a></li>
245
- <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-upgrade-your-ticket">How to upgrade your ticket</a></li>
175
+ <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-use-a-fare-machine">use a fare machine</a></li>
176
+ <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-buy-a-ticket">buy a ticket</a></li>
177
+ <li><a href="http://translink.com.au/tickets-and-fares/how-to/how-to-claim-a-refund-for-incorrect-change">claim a refund for incorrect change</a></li>
246
178
  <li><a href="http://translink.com.au/tickets-and-fares/how-to/tickets-and-fares-after-midnight">Tickets and fares after midnight</a></li>
247
179
  </ul>
248
180
  </li>
@@ -250,9 +182,9 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
250
182
  </div>
251
183
  </div>
252
184
  </li>
253
- <li><a href="http://translink.com.au/news-and-updates" id="newsMenuLink">News and updates</a></li>
254
- <li><a href="http://translink.com.au/about-translink" id="aboutusMenuLink">About TransLink</a>
255
- <div id="aboutusMenu" class="megamenu">
185
+ <li><a href="http://translink.com.au/news-and-updates">News and updates</a></li>
186
+ <li><a href="http://translink.com.au/about-translink">About TransLink</a>
187
+ <div class="megamenu">
256
188
  <div class="column">
257
189
  <ul>
258
190
  <li>
@@ -271,10 +203,13 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
271
203
  <a href="http://translink.com.au/about-translink/what-we-do">What we do</a>
272
204
  <ul>
273
205
  <li><a href="http://translink.com.au/about-translink/what-we-do/strategic-plan">Strategic plan</a></li>
206
+ <li><a href="http://translink.com.au/about-translink/what-we-do/ticket-and-fare-integration">Ticket and fare integration</a></li>
274
207
  <li><a href="http://translink.com.au/about-translink/what-we-do/customer-research">Customer research</a></li>
275
208
  <li><a href="http://translink.com.au/about-translink/what-we-do/customer-service">Customer service</a></li>
276
209
  <li><a href="http://translink.com.au/about-translink/what-we-do/public-transport-planning">Public transport planning</a></li>
277
210
  <li><a href="http://translink.com.au/about-translink/what-we-do/infrastructure-projects">Infrastructure projects</a></li>
211
+ <li><a href="http://translink.com.au/about-translink/what-we-do/benefits-of-public-transport">Benefit of public transport</a></li>
212
+ <li><a href="http://translink.com.au/about-translink/what-we-do/awards">Awards</a></li>
278
213
  </ul>
279
214
  </li>
280
215
  </ul>
@@ -295,8 +230,9 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
295
230
  <li><a href="http://translink.com.au/about-translink/reporting-and-publications/media-releases">Media releases</a></li>
296
231
  <li><a href="http://translink.com.au/about-translink/reporting-and-publications/annual-and-quarterly-reports">Annual and quarterly reports</a></li>
297
232
  <li><a href="http://translink.com.au/about-translink/reporting-and-publications/key-facts-and-figures">Key facts and figures</a></li>
298
- <li><a href="http://translink.com.au/about-translink/reporting-and-publications/right-to-information">Right to information</a></li>
299
233
  <li><a href="http://translink.com.au/about-translink/reporting-and-publications/translink-network-plan">TransLink Network Plan</a></li>
234
+ <li><a href="http://translink.com.au/about-translink/reporting-and-publications/right-to-information">Right to information</a></li>
235
+ <li><a href="http://translink.com.au/about-translink/reporting-and-publications/special-event-declaration">Special event declaration</a></li>
300
236
  </ul>
301
237
  </li>
302
238
  </ul>
@@ -334,382 +270,173 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
334
270
  <span class="access">You are here:</span>
335
271
  <p>
336
272
  <a href="http://translink.com.au/">Home</a>
337
- <a href="http://translink.com.au/travel-information">Travel information</a>
338
-
339
- <a href="http://translink.com.au/travel-information/services-and-timetables">Services and timetables</a>
340
- Trip details
273
+ <a href="http://translink.com.au/travel-information">Travel information</a>
274
+
275
+ <a href="http://translink.com.au/travel-information/network-information">Network information</a>
276
+ <a href="/travel-information/network-information/timetables">Timetables</a>
277
+ <a href="/travel-information/network-information/buses/130/2012-06-20">Route 130</a> 11.25pm 130 service
341
278
 
342
279
  </p>
343
280
  </div>
344
- <div id="contentleftCol">
281
+ <div id="content-left-column">
345
282
  <div id="headingBar" class="clearfix">
346
- <h1>Trip details: City Buz 130 Via Sunnybank</h1>
347
- <span id="print"><a href="javascript:window.print()" class="noBorder">Print</a></span>
283
+ <h1>11.25pm 130 service</h1>
284
+ <span id="print"><a href="javascript:window.print()" class="no-border">Print</a></span>
348
285
  <span id="resize_up"><a href="#">increase text size</a></span>
349
286
  <span id="resize_mid"><a href="#">reset text size</a></span>
350
287
  <span id="resize_down"><a href="#">decrease text size</a></span>
351
288
  </div>
352
289
  <div class="underline indented">&nbsp;</div>
353
290
 
354
- <div class="content">
355
- <p>Trip details for service departing <span style="font-weight: bold;">5.00am, Monday 14 November 2011</span></p>
356
291
 
357
- <table class="contentTable">
358
- <caption class="access">Trip details for 130 service departing 5.00am, Monday 14 November 2011</caption>
292
+
293
+ <div class="content">
294
+ <h2>
295
+ City, Griffith Uni, Sunnybank Hills, Algester, Parkinson
296
+ </h2>
297
+ <div class="column-2">
298
+ <p>This trip services stops in zones 1, 2, 3, 4 and 5</p>
299
+ <p>This is an express service.</p>
300
+ </div>
301
+ <div class="column-2">
302
+ <div id="trip-details-map" class="spacious-google-map">
303
+ </div>
304
+ </div>
305
+ <table class="content-table vertical" id="trip-details">
306
+ <caption class="access">All stops and times for the 11.25pm 130 service</caption>
359
307
  <thead>
360
308
  <tr>
361
- <th>Stop Name</th>
362
-
363
309
  <th>Time</th>
364
-
365
- </tr>
310
+ <th>Stop description</th>
311
+ </tr>
366
312
  </thead>
367
313
  <tbody>
368
-
369
- <tr>
370
- <td>
371
- Illaweena St (Waterstone)<br />
372
- Waterstone, Illaweena St far side of Waterbrooke Crt
373
- </td>
374
-
375
- <td>
376
- 5.00am
377
-
378
- </td>
379
-
380
- </tr>
381
-
382
- <tr>
383
- <td>
384
- Illaweena St far side of Tamarisk Way<br />
385
-
386
- </td>
387
-
388
- <td>
389
- 5.01am
390
-
391
- </td>
392
-
393
- </tr>
394
-
395
- <tr>
396
- <td>
397
- Parkinson East<br />
398
- Parkinson East, Algester Rd approaching opposite Lake Eyre Cr
399
- </td>
400
-
401
- <td>
402
- 5.03am
403
-
404
- </td>
405
-
406
- </tr>
407
-
408
- <tr>
409
- <td>
410
- Parkinson<br />
411
- Parkinson, Algester Rd far side of Bannockburn Cr
412
- </td>
413
-
414
- <td>
415
- 5.05am
416
-
417
- </td>
418
-
419
- </tr>
420
-
421
- <tr>
422
- <td>
423
- Glenfield<br />
424
- Glenfield, Algester Rd approaching Glenfield St
425
- </td>
426
-
427
- <td>
428
- 5.06am
429
-
430
- </td>
431
-
432
- </tr>
433
-
434
- <tr>
435
- <td>
436
- Nottingham<br />
437
- Nottingham, Algester Rd approaching Nottingham Rd
438
- </td>
439
-
440
- <td>
441
- 5.06am
442
-
443
- </td>
444
-
445
- </tr>
446
-
447
- <tr>
448
- <td>
449
- Ridgewood Heights<br />
450
- Ridgewood Rd (far side of Kulcha St)
451
- </td>
452
-
453
- <td>
454
- 5.08am
455
-
456
- </td>
457
-
458
- </tr>
459
-
460
- <tr>
461
- <td>
462
- Ridgewood Park<br />
463
- Ridgewood Park, Ridgewood Rd (far side of Yorrell St)
464
- </td>
465
-
466
- <td>
467
- 5.09am
468
-
469
- </td>
470
-
471
- </tr>
472
-
473
- <tr>
474
- <td>
475
- Algester<br />
476
- Stop 83, 63 Ridgewood Rd (approaching Silkwood St)
477
- </td>
478
-
479
- <td>
480
- 5.11am
481
-
482
- </td>
483
-
484
- </tr>
485
-
486
- <tr>
487
- <td>
488
- Algester East<br />
489
- Algester East, Algester Rd (far side of Ridgewood Rd)
490
- </td>
491
-
492
- <td>
493
- 5.12am
494
-
495
- </td>
496
-
497
- </tr>
498
-
499
- <tr>
500
- <td>
501
- Beaudesert Rd<br />
502
- Beaudesert Road, Algester Rd (far side of Woodland St)
503
- </td>
504
-
505
- <td>
506
- 5.13am
507
-
508
- </td>
509
-
510
- </tr>
511
-
512
- <tr>
513
- <td>
514
- Calam Rd<br />
515
- Calam Road, Calam Rd (far side of Compton Rd)
516
- </td>
517
-
518
- <td>
519
- 5.16am
520
-
521
- </td>
522
-
523
- </tr>
524
-
525
- <tr>
526
- <td>
527
- Sunnybank Hills South<br />
528
- Sunnybank Hills South, 281 Pinelands Rd (approaching Hellawell Rd)
529
- </td>
530
-
531
- <td>
532
- 5.18am
533
-
534
- </td>
535
-
536
- </tr>
537
-
538
- <tr>
539
- <td>
540
- Pinelands & Hellawell Rds<br />
541
- Hellawell, Pinelands Rd far side of Hellawell Rd
542
- </td>
543
-
544
- <td>
545
- 5.19am
546
-
547
- </td>
548
-
549
- </tr>
550
-
551
- <tr>
552
- <td>
553
- Pinelands<br />
554
- Pinelands, Pinelands Rd (approaching Beenleigh Rd)
555
- </td>
556
-
557
- <td>
558
- 5.22am
559
-
560
- </td>
561
-
562
- </tr>
563
-
564
- <tr>
565
- <td>
566
- Altandi<br />
567
- Altandi, Mains Rd (far side of Shearwin St)
568
- </td>
569
-
570
- <td>
571
- 5.25am
572
-
573
- </td>
574
-
575
- </tr>
576
-
577
- <tr>
578
- <td>
579
- Turton (Stop 80, 242 Mains Rd far side of Newber St)<br />
580
-
581
- </td>
582
-
583
- <td>
584
- 5.25am
585
-
586
- </td>
587
-
588
- </tr>
589
-
590
- <tr>
591
- <td>
592
- Sunnybank<br />
593
- Sunnybank, Mains Rd (far side of Mccullough St)
594
- </td>
595
-
596
- <td>
597
- 5.27am
598
-
599
- </td>
600
-
601
- </tr>
602
-
603
- <tr>
604
- <td>
605
- Robertson<br />
606
- Robertson, 518-522 Mains Rd opposite Fleetwood St
607
- </td>
608
-
609
- <td>
610
- 5.28am
611
-
612
- </td>
613
-
614
- </tr>
615
-
616
- <tr>
617
- <td>
618
- Mains Rd Park & Ride<br />
619
- Mains Rd Park & Ride, Mains Rd opposite approaching Omeo St
620
- </td>
621
-
622
- <td>
623
- 5.30am
624
-
625
- </td>
626
-
627
- </tr>
628
-
629
- <tr>
630
- <td>
631
- Griffith University Busway<br />
632
- Griffith University Platform 1, South East Busway At Sports Rd
633
- </td>
634
-
635
- <td>
636
- 5.34am
637
-
638
- </td>
639
-
640
- </tr>
641
-
642
- <tr>
643
- <td>
644
- Mater Hill Busway<br />
645
- Mater Hill Platform 1, South East Busway opposite Raymond Tce
646
- </td>
647
-
648
- <td>
649
- 5.42am
650
-
651
- </td>
652
-
653
- </tr>
654
-
655
- <tr>
656
- <td>
657
- South Bank Busway<br />
658
- South Bank Platform 1, South East Busway At Tribune St
659
- </td>
660
-
661
- <td>
662
- 5.44am
663
-
664
- </td>
665
-
666
- </tr>
667
-
668
- <tr>
669
- <td>
670
- Cultural Centre Busway<br />
671
- Cultural Centre Platform 1, South East Busway At Grey St
672
- </td>
673
-
674
- <td>
675
- 5.46am
676
-
677
- </td>
678
-
679
- </tr>
680
-
681
- <tr>
682
- <td>
683
- Queen St Bus Station A6<br />
684
- Qsbs Stop A6
685
- </td>
686
-
687
- <td>
688
- 5.50am
689
-
690
- </td>
691
-
692
- </tr>
693
-
694
- </tbody>
695
-
314
+ <tr data-position="-27.470677,153.024747">
315
+ <td>11.25pm</td>
316
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/001002">Queen Street station, platform A6</a></td>
317
+ </tr>
318
+ <tr data-position="-27.473648,153.018908">
319
+ <td>11.27pm</td>
320
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/011168">Cultural Centre station Platform 2</a></td>
321
+ </tr>
322
+ <tr data-position="-27.481014,153.022199">
323
+ <td>11.29pm</td>
324
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010807">South Bank busway station platform 2</a></td>
325
+ </tr>
326
+ <tr data-position="-27.484417,153.028384">
327
+ <td>11.31pm</td>
328
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010809">Mater Hill Station Platform 2</a></td>
329
+ </tr>
330
+ <tr data-position="-27.546742,153.064681">
331
+ <td>11.39pm</td>
332
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010819">Griffith University Station Platform 2</a></td>
333
+ </tr>
334
+ <tr data-position="-27.558306,153.066714">
335
+ <td>11.42pm</td>
336
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/006546">Mains Road Park &#39;n&#39; Ride</a></td>
337
+ </tr>
338
+ <tr data-position="-27.564689,153.065563">
339
+ <td>11.44pm</td>
340
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005603">Mains Rd at Robertson near Cervantes St, stop 4</a></td>
341
+ </tr>
342
+ <tr data-position="-27.570477,153.064523">
343
+ <td>11.46pm</td>
344
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005635">Mains Rd at Sunnybank near McCullough St</a></td>
345
+ </tr>
346
+ <tr data-position="-27.57612,153.063371">
347
+ <td>11.47pm</td>
348
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005643">Mains Rd at Turton Street, stop 80</a></td>
349
+ </tr>
350
+ <tr data-position="-27.582548,153.06223">
351
+ <td>11.49pm</td>
352
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005753">Mains Rd at Altandi, stop 68</a></td>
353
+ </tr>
354
+ <tr data-position="-27.590728,153.060238">
355
+ <td>11.50pm</td>
356
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005760">Pinelands Rd at Pinelands near Grandchester St</a></td>
357
+ </tr>
358
+ <tr data-position="-27.600434,153.05848">
359
+ <td>11.52pm</td>
360
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005803">Pinelands Rd at Hellawell</a></td>
361
+ </tr>
362
+ <tr data-position="-27.602493,153.056819">
363
+ <td>11.53pm</td>
364
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005805">Pinelands Rd at Sunnybank Hills South</a></td>
365
+ </tr>
366
+ <tr data-position="-27.609833,153.054756">
367
+ <td>11.55pm</td>
368
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005804">Calam Rd near Honeywood St</a></td>
369
+ </tr>
370
+ <tr data-position="-27.605892,153.042765">
371
+ <td>11.58pm</td>
372
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005811">Algester Rd at Beaudesert Road, stop 76</a></td>
373
+ </tr>
374
+ <tr data-position="-27.612113,153.040731">
375
+ <td>11.59pm</td>
376
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005836">Algester Rd at Algester East, stop 79</a></td>
377
+ </tr>
378
+ <tr data-position="-27.611366,153.033282">
379
+ <td>12.01am</td>
380
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005848">Ridgewood Rd at Algester, stop 83</a></td>
381
+ </tr>
382
+ <tr data-position="-27.617578,153.028865">
383
+ <td>12.03am</td>
384
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/005858">Ridgewood Rd at Ridgewood Park near Yorrell St</a></td>
385
+ </tr>
386
+ <tr data-position="-27.624367,153.027508">
387
+ <td>12.04am</td>
388
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010537">Ridgewood Rd at Ridgewood Heights</a></td>
389
+ </tr>
390
+ <tr data-position="-27.628862,153.029151">
391
+ <td>12.06am</td>
392
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010690">Algester Rd at Nottingham</a></td>
393
+ </tr>
394
+ <tr data-position="-27.631688,153.029527">
395
+ <td>12.07am</td>
396
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010840">Algester Rd at Glenfield</a></td>
397
+ </tr>
398
+ <tr data-position="-27.636906,153.030694">
399
+ <td>12.08am</td>
400
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010742">Algester Rd at Parkinson, stop 90</a></td>
401
+ </tr>
402
+ <tr data-position="-27.638512,153.034425">
403
+ <td>12.09am</td>
404
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010747">Algester Rd at Lake Eyre Crescent, stop 91</a></td>
405
+ </tr>
406
+ <tr data-position="-27.638573,153.040467">
407
+ <td>12.11am</td>
408
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010745">Algester Rd at Parkinson East, stop 92</a></td>
409
+ </tr>
410
+ <tr data-position="-27.638166,153.043832">
411
+ <td>12.11am</td>
412
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010760">Algester Rd at Lichfield Place, stop 93</a></td>
413
+ </tr>
414
+ <tr data-position="-27.638977,153.049013">
415
+ <td>12.13am</td>
416
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010762">Illaweena St at Tamarisk Way</a></td>
417
+ </tr>
418
+ <tr data-position="-27.639463,153.052551">
419
+ <td>12.14am</td>
420
+ <td><a href="/travel-information/network-information/stops-and-stations/stop/010764">Illaweena St at Waterstone</a></td>
421
+ </tr>
422
+ </tbody>
696
423
  </table>
697
- <br />
698
- <br />
699
-
700
- <div class="icon_info">
701
- <p class="icon_info">Check <a href="http://translink.com.au/travel-information/service-updates">service updates</a> for current service status and upcoming changes before you travel</p>
702
-
703
- </div>
704
424
  </div>
705
425
 
426
+
706
427
  </div>
707
- <div id="contentrightCol" class="clearfix">
428
+ <div id="content-right-column" class="clearfix">
708
429
 
709
430
 
710
431
 
711
- </div>
712
- </div>
432
+ <div class="advertisement">
433
+ <p>Advertisement</p>
434
+ <a href="http://translink.com.au/tickets-and-fares/fares/go-frequently-then-go-for-free?utm_source=translink-website&amp;utm_medium=online-ad&amp;utm_content=skyscraper&amp;utm_campaign=all-journeys" title="All journeys made using go card aren&#39;t the same" target="_blank">
435
+ <img src="/travel-information/utilities/ad-content/9" style="width: 160px; height: 600px;" alt="All journeys made using go card aren&#39;t the same" />
436
+ </a>
437
+ </div>
438
+ </div>
439
+ </div>
713
440
  <a id="footer-shortcut" tabindex="0"></a>
714
441
  <div id="footer">
715
442
  <div id="footer-nav">
@@ -721,20 +448,18 @@ Qsbs Stop A6
721
448
  <a href="/travel-information/journey-planner" title="Plan your journey">Journey planner</a>
722
449
  </li>
723
450
  <li>
724
- <a href="http://translink.com.au/travel-information/services-and-timetables" title="View information about our services and timetables">Services and timetables</a>
451
+ <a href="http://translink.com.au/travel-information/network-information" title="View information about our network">Network information</a>
725
452
  </li>
726
453
  <li>
727
- <a href="http://translink.com.au/travel-information/maps" title="See our maps">
454
+ <a href="http://translink.com.au/travel-information/network-information/maps" title="See our maps">
728
455
  Maps
729
456
  </a>
730
457
  </li>
731
458
  <li>
732
- <a href="http://translink.com.au/travel-information/service-updates" title="View current status and upcoming changes">
733
- Service updates
734
- </a>
459
+ <a href="/travel-information/service-updates" title="View current status and upcoming changes">Service updates</a>
735
460
  </li>
736
461
  <li>
737
- <a href="http://translink.com.au/travel-information/how-to" title="How to guides">
462
+ <a href="http://translink.com.au/travel-information/how-to" title="Travel information how to guides">
738
463
  How to&hellip;
739
464
  </a>
740
465
  </li>
@@ -757,12 +482,11 @@ More travel information</a></li>
757
482
  <li>
758
483
  <a href="http://translink.com.au/tickets-and-fares/fares" title="View information about fares">Fares</a>
759
484
  </li>
760
- <li><a href="http://translink.com.au/tickets-and-fares/how-to" title="How to guides">
485
+ <li><a href="http://translink.com.au/tickets-and-fares/how-to" title="Ticket and fares how to guides">
761
486
  How to&hellip;</a></li>
762
487
  </ul>
763
488
  <ul>
764
- <li><a href="http://translink.com.au/tickets-and-fares" title="More on tickets and fares">More
765
- on tickets and fares</a></li>
489
+ <li><a href="http://translink.com.au/tickets-and-fares" title="More on tickets and fares">More on tickets and fares</a></li>
766
490
  </ul>
767
491
  </div>
768
492
  <div id="footer-about" class="leftalign">
@@ -792,9 +516,9 @@ on tickets and fares</a></li>
792
516
  </ul>
793
517
  </div>
794
518
  <div id="footer-searchbox" class="rightalign">
795
- <h3 id="cantfindheading">
796
- Can't find what you're looking for? Try&hellip;</h3>
797
- <form action="http://pan.search.qld.gov.au/search/search.cgi" class="searchform jLabel" id="footer-search" name="footer-search">
519
+ <h2 id="cantfindheading">
520
+ Can't find what you're looking for? Try&hellip;</h2>
521
+ <form action="http://pan.search.qld.gov.au/search/search.cgi" class="searchform" id="footer-search" name="footer-search">
798
522
  <fieldset>
799
523
  <legend class="access">Search the TransLink website</legend>
800
524
  <input type="hidden" name="num_ranks" value="10" />
@@ -802,10 +526,8 @@ Can't find what you're looking for? Try&hellip;</h3>
802
526
  <input type="hidden" name="collection" value="qld-gov" />
803
527
  <input type="hidden" name="profile" value="translink" />
804
528
  <p>
805
- <label for="searchbox2" id="searchlabel2">
806
- Search site&hellip;</label>
807
- <input type="text" name="query" id="searchbox2" value="" class="searchfield" autocomplete="off" /><input
808
- type="submit" value="Search" class="searchbutton" id="footersearch-button" />
529
+ <label for="searchbox2" id="searchlabel2">Search site&hellip;</label>
530
+ <input type="text" name="query" id="searchbox2" value="" class="searchfield" autocomplete="off" placeholder="Search site&hellip;" /><input type="submit" value="Search" class="searchbutton" id="footersearch-button" />
809
531
  </p>
810
532
  </fieldset>
811
533
  </form>
@@ -815,15 +537,10 @@ type="submit" value="Search" class="searchbutton" id="footersearch-button" />
815
537
  <li><a href="http://translink.com.au/site-information/site-map" title="An overview of the entire TransLink website">Site map</a></li>
816
538
  <li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help" title="Call us on 13 12 30, e-mail us, see us in person, follow us on Twitter, or send us a letter.">Contact us &amp; help</a></li>
817
539
  </ul>
818
- <div id="footer-icons">
819
- <a class="hotspot1" href="http://translink.com.au/travel-information/services-and-timetables/buses" title="View the bus services page.">&nbsp;</a>
820
- <a class="hotspot2" href="http://translink.com.au/travel-information/services-and-timetables/trains" title="View the train services page.">&nbsp;</a>
821
- <a class="hotspot3" href="http://translink.com.au/travel-information/services-and-timetables/ferries" title="View the ferry services page.">&nbsp;</a>
822
540
  </div>
823
541
  </div>
824
- </div>
825
- <div id="footer-languages" class="textShadowDark">
826
- <h3>Information in your language</h3>
542
+ <div id="footer-languages" class="text-shadow-dark">
543
+ <h2>Information in your language</h2>
827
544
  <ul id="section-other-languages" class="clearfix">
828
545
  <li class="first"><a href="http://translink.com.au/site-information/languages/arabic" title="Arabic"><span dir="rtl">&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</span></a></li>
829
546
  <li><a href="http://translink.com.au/site-information/languages/chinese" title="Chinese">&#31616;&#20307;&#20013;&#25991;</a></li>
@@ -846,11 +563,97 @@ type="submit" value="Search" class="searchbutton" id="footersearch-button" />
846
563
  <li><a href="http://translink.com.au/about-translink/reporting-and-publications/right-to-information" title="Right to information">Right to information</a></li>
847
564
  <li class="last"><a href="http://translink.com.au/site-information/contact-us-and-help/website-help" title="Website help">Website help</a></li>
848
565
  </ul>
849
- <p>&copy; TransLink Transit Authority 2010 <span style="color: #999;">v1.7.7.139</span></p>
566
+ <p>&copy; TransLink Transit Authority 2012 <span style="color: #999;">v2.1.2.29</span></p>
850
567
  </div>
851
568
  </div>
852
569
  </div>
853
570
  </div>
854
571
  </div>
572
+
573
+ <script type="text/javascript">
574
+ var tripMap = null;
575
+ var stopInformation = [];
576
+ function initMap() {
577
+ SetUpMapping();
578
+ tripMap = new google.maps.Map($("#trip-details-map")[0], window.DefaultMapOptions);
579
+ var tripLine = new google.maps.Polyline({ path: [new google.maps.LatLng(-27.4706134182752, 153.024767498674), new google.maps.LatLng(-27.470613423671, 153.024737133945), new google.maps.LatLng(-27.4705773206983, 153.024686518018), new google.maps.LatLng(-27.4704419259213, 153.024544785996), new google.maps.LatLng(-27.4703336096389, 153.024433424938), new google.maps.LatLng(-27.4715165423605, 153.022864828672), new google.maps.LatLng(-27.4715707367715, 153.022702893232), new google.maps.LatLng(-27.4715978289712, 153.022652290452), new google.maps.LatLng(-27.4716339540631, 153.022571324479), new google.maps.LatLng(-27.4716610658006, 153.022399261573), new google.maps.LatLng(-27.4728350486735, 153.020142342087), new google.maps.LatLng(-27.4729795328008, 153.019889323536), new google.maps.LatLng(-27.4732775163603, 153.019464260592), new google.maps.LatLng(-27.473593576625, 153.018877248883), new google.maps.LatLng(-27.4738283638657, 153.018431926592), new google.maps.LatLng(-27.4739276890413, 153.018300358684), new google.maps.LatLng(-27.4740089568031, 153.018178909466), new google.maps.LatLng(-27.4742617977657, 153.017733586914), new google.maps.LatLng(-27.4743249975128, 153.017703231284), new google.maps.LatLng(-27.4743611094462, 153.017703237056), new google.maps.LatLng(-27.4744062493626, 153.01770324427), new google.maps.LatLng(-27.4744874947689, 153.017753866909), new google.maps.LatLng(-27.4747944189293, 153.017966477238), new google.maps.LatLng(-27.4753902062569, 153.018422064473), new google.maps.LatLng(-27.4777011412096, 153.020072371425), new google.maps.LatLng(-27.4783240261401, 153.020386275036), new google.maps.LatLng(-27.4796329511224, 153.021267164863), new google.maps.LatLng(-27.4805717760382, 153.021813959441), new google.maps.LatLng(-27.4810502075788, 153.022137974659), new google.maps.LatLng(-27.4814022597366, 153.022380986542), new google.maps.LatLng(-27.4816550266955, 153.022482263486), new google.maps.LatLng(-27.4819348676276, 153.022644282083), new google.maps.LatLng(-27.482133458261, 153.022796162135), new google.maps.LatLng(-27.482277870864, 153.023008767359), new google.maps.LatLng(-27.482476428967, 153.023352979083), new google.maps.LatLng(-27.4826208252643, 153.023656689755), new google.maps.LatLng(-27.4827020303133, 153.0239300195), new google.maps.LatLng(-27.4827922469319, 153.024294455822), new google.maps.LatLng(-27.4832612757942, 153.026622787182), new google.maps.LatLng(-27.4834147124495, 153.026825279002), new google.maps.LatLng(-27.4837577046601, 153.027189782096), new google.maps.LatLng(-27.4843534206565, 153.027847912473), new google.maps.LatLng(-27.4843985320908, 153.027989643527), new google.maps.LatLng(-27.4844255935732, 153.028101001594), new google.maps.LatLng(-27.4844436290473, 153.028202234575), new google.maps.LatLng(-27.484452650863, 153.028232605396), new google.maps.LatLng(-27.4844616644478, 153.028303467589), new google.maps.LatLng(-27.4844706779965, 153.028374329793), new google.maps.LatLng(-27.4845157722867, 153.028597043982), new google.maps.LatLng(-27.484533803226, 153.028718522822), new google.maps.LatLng(-27.4845518382509, 153.028819756002), new google.maps.LatLng(-27.4848222994217, 153.03059132951), new google.maps.LatLng(-27.4848853876122, 153.031077245211), new google.maps.LatLng(-27.4849755809203, 153.031461940303), new google.maps.LatLng(-27.485074812699, 153.031796024131), new google.maps.LatLng(-27.4851650413541, 153.032018753978), new google.maps.LatLng(-27.4852642976199, 153.032241486816), new google.maps.LatLng(-27.4853816330267, 153.032362996096), new google.maps.LatLng(-27.4854899474385, 153.032454134179), new google.maps.LatLng(-27.4856343712933, 153.032555406004), new google.maps.LatLng(-27.485796862867, 153.032606068603), new google.maps.LatLng(-27.4862753569678, 153.032555594485), new google.maps.LatLng(-27.4866093940989, 153.032545569673), new google.maps.LatLng(-27.4869524449743, 153.032596285868), new google.maps.LatLng(-27.4874128308305, 153.032768514319), new google.maps.LatLng(-27.487819051048, 153.032930604938), new google.maps.LatLng(-27.488062786917, 153.033011662809), new google.maps.LatLng(-27.4884148534855, 153.033112999827), new google.maps.LatLng(-27.4893085784112, 153.03329548629), new google.maps.LatLng(-27.4896877285955, 153.033396833527), new google.maps.LatLng(-27.4902835375784, 153.033548863895), new google.maps.LatLng(-27.4909515430308, 153.03381227567), new google.maps.LatLng(-27.4913487239722, 153.034014866426), new google.maps.LatLng(-27.4918541927059, 153.03440983895), new google.maps.LatLng(-27.4922242408974, 153.034804772499), new google.maps.LatLng(-27.4926664679979, 153.035371832706), new google.maps.LatLng(-27.4932621287556, 153.036090801962), new google.maps.LatLng(-27.4939210135047, 153.036688315506), new google.maps.LatLng(-27.4946791949951, 153.037316240947), new google.maps.LatLng(-27.4948416655778, 153.037437781218), new google.maps.LatLng(-27.4954103034865, 153.0378935465), new google.maps.LatLng(-27.49596990911, 153.038359437233), new google.maps.LatLng(-27.4970169004831, 153.039260835229), new google.maps.LatLng(-27.4972876731856, 153.039493783626), new google.maps.LatLng(-27.4975494175354, 153.039726729921), new google.maps.LatLng(-27.4976306546447, 153.039777379314), new google.maps.LatLng(-27.4978743774647, 153.039888831671), new google.maps.LatLng(-27.4985152950476, 153.040121917619), new google.maps.LatLng(-27.4986687614427, 153.040152345686), new google.maps.LatLng(-27.4987770910004, 153.040172633296), new google.maps.LatLng(-27.4988402837272, 153.040182780395), new google.maps.LatLng(-27.4992465297599, 153.040223424695), new google.maps.LatLng(-27.4997520802631, 153.040274229672), new google.maps.LatLng(-27.5006007073765, 153.040274538564), new google.maps.LatLng(-27.5010792032116, 153.040224090931), new google.maps.LatLng(-27.5016299429996, 153.040102798216), new google.maps.LatLng(-27.5022800016643, 153.039941042304), new google.maps.LatLng(-27.5058823410635, 153.03927410605), new google.maps.LatLng(-27.5067219936469, 153.039082031487), new google.maps.LatLng(-27.5071102120852, 153.039021419172), new google.maps.LatLng(-27.5074352292353, 153.038981034057), new google.maps.LatLng(-27.5078324585283, 153.038981174046), new google.maps.LatLng(-27.5081935675373, 153.039011676346), new google.maps.LatLng(-27.5085456400597, 153.03907255079), new google.maps.LatLng(-27.5088796481198, 153.039163794458), new google.maps.LatLng(-27.509177538645, 153.039275276065), new google.maps.LatLng(-27.5098725921447, 153.039619778527), new google.maps.LatLng(-27.5107391317786, 153.040116225973), new google.maps.LatLng(-27.511217533213, 153.04038978231), new google.maps.LatLng(-27.5116959340745, 153.040663341016), new google.maps.LatLng(-27.5123187663788, 153.040987582505), new google.maps.LatLng(-27.5126617500118, 153.04125097058), new google.maps.LatLng(-27.5131039980133, 153.041656154019), new google.maps.LatLng(-27.5134740182994, 153.042071438723), new google.maps.LatLng(-27.5136905933865, 153.042385412098), new google.maps.LatLng(-27.5140154250198, 153.042952567133), new google.maps.LatLng(-27.5163430871997, 153.047692326099), new google.maps.LatLng(-27.5169926583404, 153.04895833345), new google.maps.LatLng(-27.5175972020884, 153.049880055549), new google.maps.LatLng(-27.518228893536, 153.050609407522), new google.maps.LatLng(-27.5188064695089, 153.051186852954), new google.maps.LatLng(-27.519311887334, 153.051582002107), new google.maps.LatLng(-27.5200248817761, 153.052149396077), new google.maps.LatLng(-27.5213966843268, 153.053314558533), new google.maps.LatLng(-27.5221457556719, 153.053952876), new google.maps.LatLng(-27.5229941151843, 153.054631756624), new google.maps.LatLng(-27.5238424672429, 153.055320774116), new google.maps.LatLng(-27.5245464586363, 153.055786945852), new google.maps.LatLng(-27.5250609357721, 153.056070749078), new google.maps.LatLng(-27.5254400345663, 153.056253220021), new google.maps.LatLng(-27.5262885475428, 153.056527071922), new google.maps.LatLng(-27.5269113662306, 153.05679068532), new google.maps.LatLng(-27.527714701002, 153.057155662874), new google.maps.LatLng(-27.5282382531119, 153.057317963188), new google.maps.LatLng(-27.528843064533, 153.057460053505), new google.maps.LatLng(-27.5292944306501, 153.057531176798), new google.maps.LatLng(-27.5298722041653, 153.057561858581), new google.maps.LatLng(-27.5303777627559, 153.057572248967), new google.maps.LatLng(-27.5308923156621, 153.057663660859), new google.maps.LatLng(-27.5345934221319, 153.058465659301), new google.maps.LatLng(-27.5353878134379, 153.058617992209), new google.maps.LatLng(-27.5359294147558, 153.058790447946), new google.maps.LatLng(-27.5371570026345, 153.059277229091), new google.maps.LatLng(-27.5376986159689, 153.059419307704), new google.maps.LatLng(-27.5385110789917, 153.059531150388), new google.maps.LatLng(-27.5391610353814, 153.059653034832), new google.maps.LatLng(-27.5402081535575, 153.059927054798), new google.maps.LatLng(-27.5412010598088, 153.060302330776), new google.maps.LatLng(-27.5418780063827, 153.060636927553), new google.maps.LatLng(-27.5430423022961, 153.061326284596), new google.maps.LatLng(-27.544044092595, 153.062015564942), new google.maps.LatLng(-27.5450458198975, 153.062836526801), new google.maps.LatLng(-27.5454789840367, 153.06322165348), new google.maps.LatLng(-27.5458218867452, 153.063566217362), new google.maps.LatLng(-27.5464174434315, 153.064184399446), new google.maps.LatLng(-27.5465437636248, 153.064336400729), new google.maps.LatLng(-27.5467873803273, 153.06463027051), new google.maps.LatLng(-27.5470670937467, 153.064954548527), new google.maps.LatLng(-27.5474911954297, 153.065400456874), new google.maps.LatLng(-27.5478882981937, 153.065664036898), new google.maps.LatLng(-27.548456920581, 153.065947978627), new google.maps.LatLng(-27.5488450232808, 153.066150785124), new google.maps.LatLng(-27.5493594482659, 153.066495471912), new google.maps.LatLng(-27.5491877972507, 153.066748587698), new google.maps.LatLng(-27.5491696928457, 153.0668498644), new google.maps.LatLng(-27.5491696538773, 153.066930894494), new google.maps.LatLng(-27.5492327856158, 153.067062606779), new google.maps.LatLng(-27.5492959367957, 153.067153804121), new google.maps.LatLng(-27.5493861568615, 153.067275404406), new google.maps.LatLng(-27.549467378374, 153.067336226646), new google.maps.LatLng(-27.5497471395098, 153.067549102429), new google.maps.LatLng(-27.549909601964, 153.067630232481), new google.maps.LatLng(-27.5501171790981, 153.067762034697), new google.maps.LatLng(-27.5507670924665, 153.067954882882), new google.maps.LatLng(-27.5512726239195, 153.06801596778), new google.maps.LatLng(-27.552202608976, 153.06778357273), new google.maps.LatLng(-27.553394392061, 153.06757159228), new google.maps.LatLng(-27.5537645742668, 153.067490785376), new google.maps.LatLng(-27.5542340679285, 153.067399909347), new google.maps.LatLng(-27.5544327105894, 153.067339255144), new google.maps.LatLng(-27.5551460007269, 153.067157362631), new google.maps.LatLng(-27.5555974334527, 153.067076602441), new google.maps.LatLng(-27.5561301315826, 153.066965502707), new google.maps.LatLng(-27.5571052341704, 153.06677363392), new google.maps.LatLng(-27.5573219127771, 153.066753505975), new google.maps.LatLng(-27.5579990321472, 153.066693138039), new google.maps.LatLng(-27.5582879482313, 153.06664266461), new google.maps.LatLng(-27.5585768642855, 153.066592190918), new google.maps.LatLng(-27.5590282964689, 153.066511425936), new google.maps.LatLng(-27.5595339054569, 153.066410433476), new google.maps.LatLng(-27.5609423829362, 153.066137775206), new google.maps.LatLng(-27.5610416942715, 153.066127704868), new google.maps.LatLng(-27.5616917390498, 153.066047055071), new google.maps.LatLng(-27.5617639667754, 153.066036968378), new google.maps.LatLng(-27.5637141626926, 153.065663321746), new google.maps.LatLng(-27.5643551982061, 153.065542141307), new google.maps.LatLng(-27.5646802298322, 153.065481553241), new google.maps.LatLng(-27.5651136052701, 153.065400768601), new google.maps.LatLng(-27.5661699742186, 153.065168397269), new google.maps.LatLng(-27.5668561341507, 153.065077629056), new google.maps.LatLng(-27.5688604932526, 153.064703980183), new google.maps.LatLng(-27.5695015180608, 153.064603049837), new google.maps.LatLng(-27.5704585457984, 153.06444151878), new google.maps.LatLng(-27.5707113444631, 153.064401143487), new google.maps.LatLng(-27.5719753421555, 153.064189133405), new google.maps.LatLng(-27.5730046617975, 153.063875672851), new google.maps.LatLng(-27.5737991962329, 153.063693774502), new google.maps.LatLng(-27.5746839995637, 153.063532187739), new google.maps.LatLng(-27.5750541690881, 153.063471614118), new google.maps.LatLng(-27.575695192452, 153.063370671018), new google.maps.LatLng(-27.5761105103123, 153.063289859748), new google.maps.LatLng(-27.5767695937463, 153.063178793686), new google.maps.LatLng(-27.5774467189251, 153.063098130706), new google.maps.LatLng(-27.5792705083622, 153.062734439207), new google.maps.LatLng(-27.5800018137929, 153.062623407698), new google.maps.LatLng(-27.5813109554443, 153.062391121724), new google.maps.LatLng(-27.582213821089, 153.062209260222), new google.maps.LatLng(-27.5825388504606, 153.062148652633), new google.maps.LatLng(-27.5830354222782, 153.062057745664), new google.maps.LatLng(-27.5838841247658, 153.061865716268), new google.maps.LatLng(-27.5844619558326, 153.061754588447), new google.maps.LatLng(-27.5853738391061, 153.061592985804), new google.maps.LatLng(-27.5855814882729, 153.061572837598), new google.maps.LatLng(-27.5868184223825, 153.061299958461), new google.maps.LatLng(-27.5878026387041, 153.060885080939), new google.maps.LatLng(-27.5879380783616, 153.06083449412), new google.maps.LatLng(-27.5884888734548, 153.060611885821), new google.maps.LatLng(-27.5891118643531, 153.060450109455), new google.maps.LatLng(-27.5907099175545, 153.060157141056), new google.maps.LatLng(-27.5931205350935, 153.059722746351), new google.maps.LatLng(-27.5943574426018, 153.059500492516), new google.maps.LatLng(-27.5957388033294, 153.059258045339), new google.maps.LatLng(-27.597950787202, 153.0588640383), new google.maps.LatLng(-27.599485627562, 153.058601390211), new google.maps.LatLng(-27.6004246057656, 153.058399220168), new google.maps.LatLng(-27.6005058646219, 153.058378996278), new google.maps.LatLng(-27.6010657250498, 153.058055019896), new google.maps.LatLng(-27.6024475166356, 153.056758639603), new google.maps.LatLng(-27.602682330692, 153.05653581959), new google.maps.LatLng(-27.6031248333164, 153.056191500128), new google.maps.LatLng(-27.6035040955155, 153.05595861717), new google.maps.LatLng(-27.6038291415946, 153.055847310629), new google.maps.LatLng(-27.6061855906468, 153.055372207171), new google.maps.LatLng(-27.6068717565049, 153.055240809247), new google.maps.LatLng(-27.6078287844957, 153.055038606136), new google.maps.LatLng(-27.6088309390815, 153.054866824736), new google.maps.LatLng(-27.6098240734926, 153.054674767069), new google.maps.LatLng(-27.6113769749193, 153.054371503593), new google.maps.LatLng(-27.6115124276264, 153.054280360023), new google.maps.LatLng(-27.6113416081468, 153.052435800735), new google.maps.LatLng(-27.6111974293886, 153.051726319507), new google.maps.LatLng(-27.6111795429193, 153.051270260236), new google.maps.LatLng(-27.6111615545495, 153.051087831542), new google.maps.LatLng(-27.6109268838108, 153.050945840509), new google.maps.LatLng(-27.6103763211967, 153.050580747776), new google.maps.LatLng(-27.6100694752717, 153.050306979079), new google.maps.LatLng(-27.6095641263048, 153.04972909227), new google.maps.LatLng(-27.6092934403383, 153.049313464139), new google.maps.LatLng(-27.6087070454798, 153.048137630143), new google.maps.LatLng(-27.6083100937753, 153.047346989042), new google.maps.LatLng(-27.6080484523848, 153.046860436117), new google.maps.LatLng(-27.6078499428907, 153.046556326924), new google.maps.LatLng(-27.6076875101624, 153.046353575406), new google.maps.LatLng(-27.6073716581937, 153.04598861438), new google.maps.LatLng(-27.6044294902063, 153.043190445257), new google.maps.LatLng(-27.6045740168975, 153.04292702165), new google.maps.LatLng(-27.6055219933661, 153.04274498009), new google.maps.LatLng(-27.6058831244932, 153.042684316368), new google.maps.LatLng(-27.6065421919466, 153.042562963317), new google.maps.LatLng(-27.6076165662674, 153.042350561621), new google.maps.LatLng(-27.6078151811343, 153.042340503836), new google.maps.LatLng(-27.6080769844676, 153.04235073866), new google.maps.LatLng(-27.6093678957503, 153.042564055313), new google.maps.LatLng(-27.6096567948478, 153.042533763994), new google.maps.LatLng(-27.6098825178913, 153.042442642064), new google.maps.LatLng(-27.611435642551, 153.041308177968), new google.maps.LatLng(-27.6120677772492, 153.040669938669), new google.maps.LatLng(-27.6120768050518, 153.040669942003), new google.maps.LatLng(-27.6130431163818, 153.039504815728), new google.maps.LatLng(-27.6121405927195, 153.038592382158), new google.maps.LatLng(-27.6120503568657, 153.03844033236), new google.maps.LatLng(-27.6119782155066, 153.038146405566), new google.maps.LatLng(-27.6119241153055, 153.037903158024), new google.maps.LatLng(-27.6118340237082, 153.037213979307), new google.maps.LatLng(-27.6117349088809, 153.036494395174), new google.maps.LatLng(-27.6116718202253, 153.036088993856), new google.maps.LatLng(-27.6116267572946, 153.03579507841), new google.maps.LatLng(-27.6115726918161, 153.035399815289), new google.maps.LatLng(-27.6115276351106, 153.035075496899), new google.maps.LatLng(-27.6114194914174, 153.034315375918), new google.maps.LatLng(-27.6112932928501, 153.033534981974), new google.maps.LatLng(-27.6112933392292, 153.033342426952), new google.maps.LatLng(-27.611302381624, 153.033281622831), new google.maps.LatLng(-27.6113476340171, 153.032805315917), new google.maps.LatLng(-27.6114470610363, 153.032288486556), new google.maps.LatLng(-27.6126840723786, 153.031407138742), new google.maps.LatLng(-27.6136140812245, 153.030758783884), new google.maps.LatLng(-27.6150136068481, 153.029765962656), new google.maps.LatLng(-27.6169095991101, 153.029036755761), new google.maps.LatLng(-27.6172436529935, 153.028915223582), new google.maps.LatLng(-27.6175506233654, 153.028793683582), new google.maps.LatLng(-27.6189951831238, 153.028246761421), new google.maps.LatLng(-27.6194917508726, 153.028054319454), new google.maps.LatLng(-27.6213967587607, 153.027335191129), new google.maps.LatLng(-27.6227600285256, 153.026960515015), new google.maps.LatLng(-27.6230669812458, 153.026920047961), new google.maps.LatLng(-27.6235725118181, 153.027051934485), new google.maps.LatLng(-27.623924567841, 153.027193919957), new google.maps.LatLng(-27.6243578557923, 153.02742714762), new google.maps.LatLng(-27.6243939629355, 153.027447427982), new google.maps.LatLng(-27.6248633514608, 153.027731345345), new google.maps.LatLng(-27.6250889973115, 153.027974660104), new google.maps.LatLng(-27.6252514585174, 153.028167280855), new google.maps.LatLng(-27.6254139070105, 153.028420716827), new google.maps.LatLng(-27.6255853702435, 153.028734970646), new google.maps.LatLng(-27.6258109010937, 153.029515487084), new google.maps.LatLng(-27.6275624108754, 153.02894834231), new google.maps.LatLng(-27.627562406645, 153.028968614256), new google.maps.LatLng(-27.6275714301951, 153.028988888581), new google.maps.LatLng(-27.6275804537423, 153.029009162908), new google.maps.LatLng(-27.62759850719, 153.029019303644), new google.maps.LatLng(-27.6276165606368, 153.029029444384), new google.maps.LatLng(-27.6276436418663, 153.029039587509), new google.maps.LatLng(-27.627661697433, 153.029039592273), new google.maps.LatLng(-27.6276707273371, 153.029029458672), new google.maps.LatLng(-27.6276887829038, 153.029029463435), new google.maps.LatLng(-27.6277068405905, 153.029019332212), new google.maps.LatLng(-27.6277158726116, 153.028999062618), new google.maps.LatLng(-27.6277249046298, 153.028978793021), new google.maps.LatLng(-27.6277339345294, 153.028968659409), new google.maps.LatLng(-27.6277339429873, 153.028928115453), new google.maps.LatLng(-27.6282846292874, 153.028968804376), new google.maps.LatLng(-27.6285644799517, 153.029019558376), new google.maps.LatLng(-27.6288714118075, 153.029080455884), new google.maps.LatLng(-27.6297922092688, 153.029253014272), new google.maps.LatLng(-27.6309567542797, 153.029435777026), new google.maps.LatLng(-27.6316880000414, 153.029456245361), new google.maps.LatLng(-27.631850500045, 153.029456288865), new google.maps.LatLng(-27.6339088652928, 153.02930479158), new google.maps.LatLng(-27.634613038143, 153.02927456928), new google.maps.LatLng(-27.6350734460555, 153.029315238457), new google.maps.LatLng(-27.6354074522189, 153.029416694425), new google.maps.LatLng(-27.6356692274763, 153.029558678511), new google.maps.LatLng(-27.6359761305813, 153.029751359201), new google.maps.LatLng(-27.6363371715326, 153.03007583387), new google.maps.LatLng(-27.6363281415628, 153.030085968182), new google.maps.LatLng(-27.636319109393, 153.030106239273), new google.maps.LatLng(-27.6363100750187, 153.030136647139), new google.maps.LatLng(-27.6363100684098, 153.030167057476), new google.maps.LatLng(-27.6363190917722, 153.030187333511), new google.maps.LatLng(-27.6363281151316, 153.030207609549), new google.maps.LatLng(-27.6363371362791, 153.030238022372), new google.maps.LatLng(-27.6363551896133, 153.030248164119), new google.maps.LatLng(-27.6363732407357, 153.030268442653), new google.maps.LatLng(-27.6364003240514, 153.030268450105), new google.maps.LatLng(-27.6364183773833, 153.030278591862), new google.maps.LatLng(-27.6364454629107, 153.030268462525), new google.maps.LatLng(-27.6364635184543, 153.030268467493), new google.maps.LatLng(-27.6364906061912, 153.030248201354), new google.maps.LatLng(-27.6365086661533, 153.030227932724), new google.maps.LatLng(-27.6369328802381, 153.030643659606), new google.maps.LatLng(-27.6371494995611, 153.030856593944), new google.maps.LatLng(-27.6374563780706, 153.031150649695), new google.maps.LatLng(-27.6377090847254, 153.031464965418), new google.maps.LatLng(-27.6378986009119, 153.031758990478), new google.maps.LatLng(-27.638115166918, 153.032194941673), new google.maps.LatLng(-27.6382504935351, 153.032580185694), new google.maps.LatLng(-27.6384037922961, 153.033310093106), new google.maps.LatLng(-27.6384669035013, 153.033654769473), new google.maps.LatLng(-27.6385660199364, 153.034425210826), new google.maps.LatLng(-27.6386741444181, 153.035256478429), new google.maps.LatLng(-27.638998429888, 153.037963168552), new google.maps.LatLng(-27.6390613886594, 153.038814701017), new google.maps.LatLng(-27.638998054439, 153.039311392976), new google.maps.LatLng(-27.6388444058098, 153.039929695824), new google.maps.LatLng(-27.6387089102556, 153.040203345637), new google.maps.LatLng(-27.6386185500426, 153.040487148376), new google.maps.LatLng(-27.6382932205349, 153.041602094405), new google.maps.LatLng(-27.638193786777, 153.042027808798), new google.maps.LatLng(-27.6381485214248, 153.042443406378), new google.maps.LatLng(-27.6381573806712, 153.042990805039), new google.maps.LatLng(-27.6382113032472, 153.043771371562), new google.maps.LatLng(-27.6382203150173, 153.043822059921), new google.maps.LatLng(-27.6383464126385, 153.04473443712), new google.maps.LatLng(-27.6384185922329, 153.044866247122), new google.maps.LatLng(-27.6385357452453, 153.045504924876), new google.maps.LatLng(-27.6388870159908, 153.047917679974), new google.maps.LatLng(-27.6390401092207, 153.04900240886), new google.maps.LatLng(-27.6391211647281, 153.049549844981), new google.maps.LatLng(-27.6392472246733, 153.05046223616), new google.maps.LatLng(-27.6395443735021, 153.052530335999)], clickable: false, strokeColor: "#002f5f", strokeOpacity: 0.8, strokeWeight: 6, map: tripMap });
580
+
581
+ var stopMarkers = [];
582
+ stopInformation.push({ id: "001002", desc: "Queen Street station, platform A6", zone: "1", location: "Underground Busway, City", routes: "", pos: new google.maps.LatLng(-27.470677,153.024747), type: "Bus", icon: busStopMarkerImage });
583
+ stopInformation.push({ id: "011168", desc: "Cultural Centre station Platform 2", zone: "1", location: "South East Busway, South Brisbane approximately 68m from Grey Street", routes: "", pos: new google.maps.LatLng(-27.473648,153.018908), type: "Bus", icon: busStopMarkerImage });
584
+ stopInformation.push({ id: "010807", desc: "South Bank busway station platform 2", zone: "1", location: "South East Busway, South Brisbane", routes: "", pos: new google.maps.LatLng(-27.481014,153.022199), type: "Bus", icon: busStopMarkerImage });
585
+ stopInformation.push({ id: "010809", desc: "Mater Hill Station Platform 2", zone: "1/2", location: "South East Busway, South Brisbane", routes: "", pos: new google.maps.LatLng(-27.484417,153.028384), type: "Bus", icon: busStopMarkerImage });
586
+ stopInformation.push({ id: "010819", desc: "Griffith University Station Platform 2", zone: "3", location: "South East Busway, Upper Mount Gravatt approximately 40m from Path Path", routes: "", pos: new google.maps.LatLng(-27.546742,153.064681), type: "Bus", icon: busStopMarkerImage });
587
+ stopInformation.push({ id: "006546", desc: "Mains Road Park &#39;n&#39; Ride", zone: "3/4", location: "Mains Road, Macgregor between Mains Road and Omeo Street, approximately 32m from Omeo Street", routes: "", pos: new google.maps.LatLng(-27.558306,153.066714), type: "Bus", icon: busStopMarkerImage });
588
+ stopInformation.push({ id: "005603", desc: "Mains Rd at Robertson near Cervantes St, stop 4", zone: "4", location: "Mains Road, Macgregor between Fleetwood Street and Cervantes Street, approximately 36m from Cervantes Street", routes: "", pos: new google.maps.LatLng(-27.564689,153.065563), type: "Bus", icon: busStopMarkerImage });
589
+ stopInformation.push({ id: "005635", desc: "Mains Rd at Sunnybank near McCullough St", zone: "4", location: "Mains Road, Sunnybank between Sunny Park Shopping Centre Access and Sunnybank Plaza Shopping Centre Access, approximately 28m from Sunnybank Plaza Shopping Centre Access", routes: "", pos: new google.maps.LatLng(-27.570477,153.064523), type: "Bus", icon: busStopMarkerImage });
590
+ stopInformation.push({ id: "005643", desc: "Mains Rd at Turton Street, stop 80", zone: "4", location: "Mains Road, Sunnybank between Pristina Street and Turton Street, approximately 47m from Turton Street", routes: "", pos: new google.maps.LatLng(-27.57612,153.063371), type: "Bus", icon: busStopMarkerImage });
591
+ stopInformation.push({ id: "005753", desc: "Mains Rd at Altandi, stop 68", zone: "4", location: "Mains Road, Sunnybank between Alconah Street and Shearwin Street, approximately 37m from Shearwin Street", routes: "", pos: new google.maps.LatLng(-27.582548,153.06223), type: "Bus", icon: busStopMarkerImage });
592
+ stopInformation.push({ id: "005760", desc: "Pinelands Rd at Pinelands near Grandchester St", zone: "4", location: "Pinelands Road, Sunnybank Hills between Private Road and Grandchester Street, approximately 180m from Private Road", routes: "", pos: new google.maps.LatLng(-27.590728,153.060238), type: "Bus", icon: busStopMarkerImage });
593
+ stopInformation.push({ id: "005803", desc: "Pinelands Rd at Hellawell", zone: "4/5", location: "Pinelands Road, Sunnybank Hills between Hellawell Road and Seeana Street, approximately 105m from Hellawell Road", routes: "", pos: new google.maps.LatLng(-27.600434,153.05848), type: "Bus", icon: busStopMarkerImage });
594
+ stopInformation.push({ id: "005805", desc: "Pinelands Rd at Sunnybank Hills South", zone: "5", location: "Pinelands Road, Sunnybank Hills between Hellawell Road and Seeana Street, approximately 94m from Seeana Street", routes: "", pos: new google.maps.LatLng(-27.602493,153.056819), type: "Bus", icon: busStopMarkerImage });
595
+ stopInformation.push({ id: "005804", desc: "Calam Rd near Honeywood St", zone: "5", location: "Calam Road, Sunnybank Hills between Honeywood Street and Compton Road, approximately 111m from Honeywood Street", routes: "", pos: new google.maps.LatLng(-27.609833,153.054756), type: "Bus", icon: busStopMarkerImage });
596
+ stopInformation.push({ id: "005811", desc: "Algester Rd at Beaudesert Road, stop 76", zone: "5", location: "Algester Road, Algester between Private Road and Woodland Street, approximately 40m from Private Road", routes: "", pos: new google.maps.LatLng(-27.605892,153.042765), type: "Bus", icon: busStopMarkerImage });
597
+ stopInformation.push({ id: "005836", desc: "Algester Rd at Algester East, stop 79", zone: "5", location: "Algester Road, Algester between Dellforest Drive and Ridgewood Road, approximately 158m from Ridgewood Road", routes: "", pos: new google.maps.LatLng(-27.612113,153.040731), type: "Bus", icon: busStopMarkerImage });
598
+ stopInformation.push({ id: "005848", desc: "Ridgewood Rd at Algester, stop 83", zone: "5", location: "Ridgewood Road, Algester between Silkwood Street and Icewood Street, approximately 26m from Silkwood Street", routes: "", pos: new google.maps.LatLng(-27.611366,153.033282), type: "Bus", icon: busStopMarkerImage });
599
+ stopInformation.push({ id: "005858", desc: "Ridgewood Rd at Ridgewood Park near Yorrell St", zone: "5", location: "Ridgewood Road, Algester between Saint Stephens Catholic Primary School Access and Ackama Street, approximately 36m from Saint Stephens Catholic Primary School Access", routes: "", pos: new google.maps.LatLng(-27.617578,153.028865), type: "Bus", icon: busStopMarkerImage });
600
+ stopInformation.push({ id: "010537", desc: "Ridgewood Rd at Ridgewood Heights", zone: "5", location: "Ridgewood Road, Algester between Crestone Place and Crestone Place, approximately 5m from Crestone Place", routes: "", pos: new google.maps.LatLng(-27.624367,153.027508), type: "Bus", icon: busStopMarkerImage });
601
+ stopInformation.push({ id: "010690", desc: "Algester Rd at Nottingham", zone: "5", location: "Algester Road, Parkinson between Parkinson Plaza Shopping Centre Access and Bannockburn Crescent, approximately 34m from Parkinson Plaza Shopping Centre Access", routes: "", pos: new google.maps.LatLng(-27.628862,153.029151), type: "Bus", icon: busStopMarkerImage });
602
+ stopInformation.push({ id: "010840", desc: "Algester Rd at Glenfield", zone: "5", location: "Algester Road, Parkinson between Bannockburn Crescent and Glenfield Street, approximately 18m from Glenfield Street", routes: "", pos: new google.maps.LatLng(-27.631688,153.029527), type: "Bus", icon: busStopMarkerImage });
603
+ stopInformation.push({ id: "010742", desc: "Algester Rd at Parkinson, stop 90", zone: "5", location: "Algester Road, Parkinson", routes: "", pos: new google.maps.LatLng(-27.636906,153.030694), type: "Bus", icon: busStopMarkerImage });
604
+ stopInformation.push({ id: "010747", desc: "Algester Rd at Lake Eyre Crescent, stop 91", zone: "5", location: "Algester Road, Parkinson between Daintree Drive and Lake Eyre Crescent, approximately 83m from Lake Eyre Crescent", routes: "", pos: new google.maps.LatLng(-27.638512,153.034425), type: "Bus", icon: busStopMarkerImage });
605
+ stopInformation.push({ id: "010745", desc: "Algester Rd at Parkinson East, stop 92", zone: "5", location: "Algester Road, Parkinson between Lake Eyre Crescent and Toorak Street, approximately 61m from Lake Eyre Crescent", routes: "", pos: new google.maps.LatLng(-27.638573,153.040467), type: "Bus", icon: busStopMarkerImage });
606
+ stopInformation.push({ id: "010760", desc: "Algester Rd at Lichfield Place, stop 93", zone: "5", location: "Algester Road, Parkinson between Toorak Street and Beaudesert Road, approximately 91m from Beaudesert Road", routes: "", pos: new google.maps.LatLng(-27.638166,153.043832), type: "Bus", icon: busStopMarkerImage });
607
+ stopInformation.push({ id: "010762", desc: "Illaweena St at Tamarisk Way", zone: "5", location: "Illaweena Street, Drewvale between Stockton Street and Tamarisk Way, approximately 54m from Tamarisk Way", routes: "", pos: new google.maps.LatLng(-27.638977,153.049013), type: "Bus", icon: busStopMarkerImage });
608
+ stopInformation.push({ id: "010764", desc: "Illaweena St at Waterstone", zone: "5", location: "Illaweena Street, Drewvale between Proposed Road and Waterbrooke Circuit, approximately 55m from Waterbrooke Circuit", routes: "", pos: new google.maps.LatLng(-27.639463,153.052551), type: "Bus", icon: busStopMarkerImage });
609
+
610
+ for(var i=0; i<stopInformation.length; i++) {
611
+ stopMarkers.push(new google.maps.Marker({
612
+ position: stopInformation[i].pos,
613
+ icon: stopInformation[i].icon,
614
+ shadow: stopMarkerShadowImage,
615
+ map: tripMap,
616
+ title: stopInformation[i].desc,
617
+ id: i
618
+ }));
619
+ google.maps.event.addListener(stopMarkers[i], 'click', function() {
620
+ addStopInformation({
621
+ map: tripMap,
622
+ lat: this.getPosition().lat(),
623
+ lng: this.getPosition().lng(),
624
+ stop: stopInformation[this.id]
625
+ });
626
+ });
627
+ }
628
+ tripMap.fitBounds(new google.maps.LatLngBounds(new google.maps.LatLng(-27.6394631159381, 153.018907623675), new google.maps.LatLng(-27.4706766177872, 153.066713582712)));
629
+ };
630
+ $(document).ready(function() {
631
+ $("#trip-details thead tr:first").append("<th class=\"no-print\">Show on map</th>");
632
+ $("#trip-details tbody tr").each(function() {
633
+ var stopName = $("td:last", this).text();
634
+ $(this).append("<td class=\"no-print centered\"></td>");
635
+ $("td:last", this).append($("<a href=\"#\" class=\"zoom no-border map-link-top\" title=\"Zoom to " + stopName + " on the map\">Zoom to stop on map</a>"))
636
+ });
637
+ $(".zoom").click(function(ev) {
638
+ ev.preventDefault();
639
+ tripMap.panTo(eval("new google.maps.LatLng(" + $(this).parents("tr").data().position + ")"));
640
+ tripMap.setZoom(16);
641
+ });
642
+ });
643
+ </script>
644
+ <script type="text/javascript" src="/utilities/javascript/mapping-v2.1.2.29"></script>
645
+ <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false&amp;region=AU&amp;callback=initMap" async="async"></script>
646
+
647
+ <script type="text/javascript">
648
+ var _gaq = _gaq || [];
649
+ _gaq.push(['_setAccount', 'UA-18464408-1']);
650
+ _gaq.push(['_setDomainName', '.translink.com.au']);
651
+ _gaq.push(['_trackPageview', '/travel-information/network-information/service-information/outbound/8904/1891449/2012-06-20']);
652
+ (function () {
653
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
654
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
655
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
656
+ })();
657
+ </script>
855
658
  </body>
856
- </html>
659
+ </html>