Improved www.ttss.krakow.pl
Jacek Kowalski
2017-03-18 24a1020d908c06e3bc9b844ffb447ca21bd80334
commit | author | age
896879 1 # TTSS KRK
JK 2
0782c8 3 This is a rewrite of http://www.ttss.krakow.pl/ website
JK 4 presenting predicted tram arrival times in Krakow.
896879 5
JK 6 Check https://mpk.jacekk.net/ for a live version.
7
7cbf51 8 Contact and suggestions: mpk_AT_jacekk.info
JK 9
896879 10 ## Differences
JK 11
12 * Presents tram delays.
13 * Lists lines passing through selected stop.
7cbf51 14 * Improved autocompletion.
JK 15
16 ## Usage
17
18 ### Changing language
19
20 You can change the interface language using the dropdown near "TTSS Kraków" header.
21 Currently only Polish (PL) and English (EN) translations are available.
22
23 ### Selecting the stop
24
25 Enter first letter of a stop name into the input field labeled as "Stop name".
26 Suggestions will be displayed in the dropdown located to the right.
27
28 Each name component is matched separately (case-insensitive), so:
29
30 - "ba" matches "Teatr Bagatela",
31 - "d g" matches "Dworzec Główny", "Dworzec Główny Tunel" and "Dworzec Główny Zachód",
32 - "aleja" matches "M1 Al. Pokoju" and "TAURON Arena Kraków Al. Pokoju",
33 - "święt" matches "Plac Wszystkich Świętych", "Św.Gertrudy" and "Św.Wawrzyńca".
34
35 When the selected suggestion in the dropdown matches the desired stop,
36 click the "Go" button or (alternatively) press the ENTER key.
37
38 ### Display
39
40 After selecting the stop, the following information are visible:
41
42 - Line - line number,
43 - Direction - final stop on the line,
44 - Time - predicted/scheduled departure time,
45 - Delay - calculated delay from the schedule.
46
47 Relative times (eg. 3 min) are real-time arrivals based on tram location data.
48 Absolute times (eg. 8:01) are scheduled departures, shown when the tram cannot be located.
49
50 To the left of the time is an icon representing the tram type:
51 ♿ - low-floor tram,
52 *♿ - partially low-floor tram,
53 ‐ - high-floor tram.
54 Hover over an icon to show the tooltip with tram identifier and vehicle type.
55
56 Rows have different background depending on the tram status:
57 - green - at the stop,
58 - white - en-route,
59 - yellow - delayed 4 or more minutes,
60 - red - delayed 10 or more minutes.
61
62 ### Auto-refresh
63
64 The list is automatically updated every 20 seconds. It is possible to manually
65 reload the data using the "Refresh" button.
66
67 When an error occurs, automatic update is disabled and manual refresh is required.
68 This event is indicated by the red message box just over the stop name.
69
70 ### Bookmarks
71
72 Changing the language or selecting a stop causes the address to change.
73 You may bookmark the address to avoid entering the data each time.
896879 74
JK 75 ## License
76
77 Project is licensed under the BSD 3-Clause license.
78 Feel free to contribute!