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);