Added textbox with results for client side
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user