From 77bd7c6bc68b77caf9b77152ecb4f71b681dda7d Mon Sep 17 00:00:00 2001 From: eetnaviation Date: Sat, 16 Mar 2024 17:38:35 +0200 Subject: [PATCH] Added textbox with results for client side --- client/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/client/index.html b/client/index.html index ab242ef..df04db8 100644 --- a/client/index.html +++ b/client/index.html @@ -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);