-
Notifications
You must be signed in to change notification settings - Fork 0
/
StopVar.html
454 lines (401 loc) · 16.7 KB
/
StopVar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overstappen Halteaankondiging</title>
<style>
body {
font-family: 'Segoe UI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #eef6ff;
color: #333
}
table {
width: 60%;
border-collapse: separate;
margin: 30px auto;
border-spacing: 1;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
th, td {
padding: 15px;
border: 1px solid #ddd;
text-align: left;
font-size: larger;
font-weight: 600;
}
th {
background-color: #0155af;
color: white;
font-size: large;
font-weight: 500;
cursor: pointer;
position: relative;
}
@media (max-width: 600px) {
table {
width: 100%;
}
#halteZoekInput {
width: 80%;
}
}
td:nth-child(1) {
text-align: center;
font-size: large;
}
th .arrow {
font-size: 12px;
margin-left: 5px;
}
#halteKnoppen {
text-align: center;
margin: 20px;
}
.halteKnop {
background-color: #007BFF;
border: none;
color: white;
padding: 10px 20px;
margin: 10px;
border-radius: 25px;
font-size: 1em;
cursor: pointer;
transition: transform 0.2s ease, background-color 0.3s ease;
}
.halteKnop:hover {
background-color: #0056b3;
transform: scale(1.05);
}
#halteZoekInput {
background-color: #f6faff;
color:#000000;
border: 1px solid black;
padding: 15px 20px;
margin: 10px;
font-size: larger;
border-radius: 15px;
width: 40%;
margin: 20px auto;
display: block;
}
button#zoekHalteButton {
background-color: #0e7326;
color: white;
border: none;
padding: 12px 20px;
border-radius: 25px;
font-size: larger;
cursor: pointer;
transition: transform 0.2s ease, background-color 0.3s ease;
}
button#zoekHalteButton:hover {
background-color: #145122;
transform: scale(1.05);
}
</style>
</head>
<body>
<h1 style="text-align: center;">Overstappen aan deze halte</h1>
<div style="text-align: center;">
<button hidden="true" id="zoekHalteButton">Zoek Halte</button>
</div>
<table id="departureTable">
<thead>
<tr>
<th style="width: 25%;" onclick="sortTable(0)">Lijn<span class="arrow" id="arrow0"></span></th>
<th style="width: 50%;" onclick="sortTable(1)">Bestemming<span class="arrow" id="arrow1"></span></th>
<th style="width: 25%;" onclick="sortTable(2)">Aankomst<span class="arrow" id="arrow3"></span></th>
</tr>
</thead>
<tbody>
<!-- De vertrektijden zullen hier worden ingevoegd -->
<h3 style="text-align: left;">©2024 Yoni Dardenne</h3>
</tbody>
</table>
<script>
let currentSortColumn = null;
let ascending = true;
// Kleurcodes mapping object
const DLKleuren = {
"TU": "#0099AA",
"RZ": "#FF88AA",
"OR": "#EE8822",
"RO": "#BB0022",
"PA": "#991199",
"MA": "#DD0077",
"LB": "#AACCEE",
"GE": "#FFCC11",
"GR": "#229922",
"MU": "#77CCAA",
"KA": "#995511",
"BL": "#1199DD",
"ZA": "#FFCCAA",
"BO": "#771133",
"KI": "#444411",
"DB": "#0044BB",
"LG": "#BBDD00",
"PE": "#005555",
"ST": "#8899AA",
"WI": "#FFFFFF",
"GD": "#FFDD00",
"ZW": "#000000",
"CR": "#C5AA77"
};
// Functie om lijnkleuren op te halen
function fetchLineColors(entiteitNummer, lijnNummer) {
return fetch(`https://api.delijn.be/DLKernOpenData/api/v1/lijnen/${entiteitNummer}/${lijnNummer}/lijnkleuren`, {
method: 'GET',
headers: {
'Cache-Control': 'no-cache',
'Ocp-Apim-Subscription-Key': 'ee23ac060f8a4038ad6d69358d85a1b0',
}
})
.then(response => response.json())
.then(data => {
const achtergrondCode = data.achtergrond?.code;
const voorgrondCode = data.voorgrond?.code;
const background = DLKleuren[achtergrondCode] || "#FFFFFF";
const text = DLKleuren[voorgrondCode] || "#000000";
return {
background,
text
};
})
.catch(error => {
console.error('Error fetching line colors:', error);
return { background: '#FFFFFF', text: '#000000' }; // Default colors
});
}
// Functie om het verschil in minuten te berekenen
function calculateMinutesUntilArrival(vertrekTijd) {
const currentTime = new Date();
const departureTime = new Date(vertrekTijd);
const differenceInMs = departureTime - currentTime;
return Math.floor(differenceInMs / 60000);
}
// Functie om haltes te zoeken op basis van de invoer
function zoekHalte() {
const zoekTerm = document.getElementById('halteZoekInput').value.trim();
if (zoekTerm.length === 0) {
alert("Voer een haltenaam in.");
return;
}
fetch(`https://api.delijn.be/DLZoekOpenData/v1/zoek/haltes/${encodeURIComponent(zoekTerm)}?startIndex=0&maxAantalHits=20`, {
method: 'GET',
headers: {
'Cache-Control': 'no-cache',
'Ocp-Apim-Subscription-Key': 'ee23ac060f8a4038ad6d69358d85a1b0',
}
})
.then(response => response.json())
.then(data => {
const halteKnoppen = document.getElementById('halteKnoppen');
halteKnoppen.innerHTML = ''; // Maak de knoppen leeg
// Maak een object om haltes met dezelfde naam te groeperen
const uniekeHaltes = {};
data.haltes.forEach(halte => {
const baseOmschrijving = halte.omschrijving.replace(/ perron \S*$/, '');
if (!uniekeHaltes[baseOmschrijving]) {
uniekeHaltes[baseOmschrijving] = {
haltes: [] // Sla haltes op zonder perronnummers
};
}
uniekeHaltes[baseOmschrijving].haltes.push(halte);
});
// Controleer of er haltes zijn gevonden
if (Object.keys(uniekeHaltes).length === 0) {
alert("Geen haltes gevonden voor de ingevoerde naam.");
return;
}
// Maak knoppen voor elke unieke halte
for (const omschrijving in uniekeHaltes) {
const button = document.createElement('button');
button.classList.add('halteKnop');
button.textContent = omschrijving; // gebruik de omschrijving als weergave
button.addEventListener('click', () => {
const haltIds = uniekeHaltes[omschrijving].haltes.map(h => h.haltenummer);
const vertrektijdenPromises = haltIds.map(id => fetchDepartureTimes(id));
Promise.all(vertrektijdenPromises).then(results => {
const allDepartures = results.flat(); // Combineer alle vertrektijden in één array
console.log('All Departures:', allDepartures); // Debugging
const tableBody = document.querySelector('#departureTable tbody');
tableBody.innerHTML = '';
if (allDepartures.length === 0) {
const noDataRow = document.createElement('tr');
const noDataCell = document.createElement('td');
noDataCell.colSpan = 3;
noDataCell.textContent = "Geen vertrektijden gevonden voor deze halte.";
noDataRow.appendChild(noDataCell);
tableBody.appendChild(noDataRow);
return;
}
// Haal lijnkleuren op voor elke lijn in de vertrektijden
const colorPromises = allDepartures.map(departure =>
fetchLineColors(departure.entiteitnummer, departure.lijnnummer).then(color => {
departure.color = color;
})
);
Promise.all(colorPromises).then(() => {
// Sorteer vertrektijden
allDepartures.sort((a, b) => {
return calculateMinutesUntilArrival(a['real-timeTijdstip']) - calculateMinutesUntilArrival(b['real-timeTijdstip']);
});
// Voeg vertrektijden toe aan de tabel
allDepartures.forEach(departure => {
const row = document.createElement('tr');
const lijnnummer = document.createElement('td');
const bestemming = document.createElement('td');
const vertrektijd = document.createElement('td');
const status = document.createElement('td');
lijnnummer.textContent = departure.lijnnummer;
bestemming.textContent = departure.bestemming;
const colors = departure.color;
row.style.backgroundColor = colors.background;
lijnnummer.style.color = colors.text;
bestemming.style.color = colors.text;
vertrektijd.style.color = colors.text;
status.style.color = colors.text;
const minutes = calculateMinutesUntilArrival(departure['real-timeTijdstip']);
vertrektijd.textContent = minutes > 0 ? `${minutes}` : 'Geen info';
row.appendChild(lijnnummer);
row.appendChild(bestemming);
row.appendChild(vertrektijd);
tableBody.appendChild(row);
});
// Automatisch sorteren op aankomsttijd (kolom 3)
sortTable(2);
});
})
.catch(err => {
console.error('Error:', err);
alert("Er is een fout opgetreden bij het ophalen van vertrektijden.");
});
});
halteKnoppen.appendChild(button);
}
})
.catch(err => {
console.error('Error bij het zoeken van haltes:', err);
alert("Er is een fout opgetreden bij het zoeken van haltes.");
});
}
document.getElementById('zoekHalteButton').addEventListener('click', zoekHalte);
// Sorteer functie voor de tabel
function sortTable(columnIndex) {
const table = document.getElementById("departureTable");
const tbody = table.tBodies[0];
const rows = Array.from(tbody.rows);
// Reset pijltjes
for (let i = 0; i < table.tHead.rows[0].cells.length; i++) {
const arrow = document.getElementById(`arrow${i}`);
if (arrow) arrow.textContent = '';
}
// Bepaal de sorteervolgorde
if (currentSortColumn === columnIndex) {
ascending = !ascending;
} else {
ascending = true;
}
currentSortColumn = columnIndex;
// Pijltjes omhoog of omlaag
const arrow = ascending ? '▲' : '▼';
const arrowElement = document.getElementById(`arrow${columnIndex}`);
if (arrowElement) {
arrowElement.textContent = arrow;
}
// Sorteren op de geselecteerde kolom
rows.sort((a, b) => {
const cellA = a.cells[columnIndex].textContent.trim();
const cellB = b.cells[columnIndex].textContent.trim();
const isNumeric = !isNaN(cellA) && !isNaN(cellB);
if (isNumeric) {
return ascending ? (parseInt(cellA) - parseInt(cellB)) : (parseInt(cellB) - parseInt(cellA));
} else {
return ascending ? cellA.localeCompare(cellB) : cellB.localeCompare(cellA);
}
});
// De gesorteerde rijen opnieuw in de tabel plaatsen
rows.forEach(row => tbody.appendChild(row));
}
// Functie om de halte-ID uit de URL te halen
function getHalteIdFromUrl() {
const urlParams = new URLSearchParams(window.location.search);
return urlParams.get('halteId');
}
// Functie om vertrektijden op te halen
function fetchDepartureTimes() {
const halteId = getHalteIdFromUrl();
if (halteId) {
fetch(`https://api.delijn.be/DLKernOpenData/api/v1/haltes/3/${halteId}/real-time?maxAantalDoorkomsten=10`, {
method: 'GET',
headers: {
'Cache-Control': 'no-cache',
'Ocp-Apim-Subscription-Key': 'ee23ac060f8a4038ad6d69358d85a1b0', // Voeg hier je eigen API-sleutel toe
}
})
.then(response => response.json())
.then(data => {
// Controleer of er doorkomsten zijn
if (data.halteDoorkomsten && data.halteDoorkomsten.length > 0) {
const allDepartures = data.halteDoorkomsten[0].doorkomsten;
// Haal lijnkleuren op voor elke lijn in de vertrektijden
const colorPromises = allDepartures.map(departure =>
fetchLineColors(departure.entiteitnummer, departure.lijnnummer).then(color => {
departure.color = color; // Kleur opslaan in het departure object
})
);
Promise.all(colorPromises).then(() => {
displayDepartureTimes(allDepartures); // Toon vertrektijden met kleuren
});
} else {
alert("Geen vertrektijden gevonden voor deze halte.");
}
})
.catch(error => console.error('Error fetching departure times:', error));
} else {
alert('Geen halte-ID gevonden in de URL.');
}
}
// Functie om de vertrektijden in de HTML weer te geven
function displayDepartureTimes(allDepartures) {
const tableBody = document.querySelector('#departureTable tbody');
tableBody.innerHTML = ''; // Maak het vorige resultaat leeg
if (allDepartures.length > 0) {
allDepartures.forEach(departure => {
const row = document.createElement('tr');
const lijnnummer = document.createElement('td');
const bestemming = document.createElement('td');
const vertrektijd = document.createElement('td');
lijnnummer.textContent = departure.lijnnummer;
bestemming.textContent = departure.bestemming;
const colors = departure.color || { background: '#FFFFFF', text: '#000000' }; // Default kleuren als er geen zijn
row.style.backgroundColor = colors.background;
lijnnummer.style.color = colors.text;
bestemming.style.color = colors.text;
vertrektijd.style.color = colors.text;
const minutes = calculateMinutesUntilArrival(departure['real-timeTijdstip']);
vertrektijd.textContent = minutes > 0 ? `${minutes}` : 'Geen info';
row.appendChild(lijnnummer);
row.appendChild(bestemming);
row.appendChild(vertrektijd);
tableBody.appendChild(row);
});
// Automatisch sorteren op aankomsttijd (kolom 3)
sortTable(3);
} else {
const noDataRow = document.createElement('tr');
const noDataCell = document.createElement('td');
noDataCell.colSpan = 3;
noDataCell.textContent = "Geen vertrektijden gevonden.";
noDataRow.appendChild(noDataCell);
tableBody.appendChild(noDataRow);
}
}
// Wanneer de pagina is geladen, fetch de vertrektijden
document.addEventListener('DOMContentLoaded', fetchDepartureTimes);
</script>
</body>
</html>