Added textbox with results for client side

This commit is contained in:
eetnaviation
2024-03-16 17:38:35 +02:00
parent 73ae6236b1
commit 77bd7c6bc6

View File

@ -52,6 +52,7 @@
console.log("Longitude:", long);
console.log("TAK:", tak);
console.log();
alert("Type:", type, " ; Line:", line, " ; Lat:", lat ," ; Long:", long, " ; TAK:", tak);
/*// Add markers for each bus location
data.forEach(function(bus) {
L.marker([bus.latitude, bus.longitude]).addTo(map);