Added textbox with results for client side
This commit is contained in:
@ -52,6 +52,7 @@
|
|||||||
console.log("Longitude:", long);
|
console.log("Longitude:", long);
|
||||||
console.log("TAK:", tak);
|
console.log("TAK:", tak);
|
||||||
console.log();
|
console.log();
|
||||||
|
alert("Type:", type, " ; Line:", line, " ; Lat:", lat ," ; Long:", long, " ; TAK:", tak);
|
||||||
/*// Add markers for each bus location
|
/*// Add markers for each bus location
|
||||||
data.forEach(function(bus) {
|
data.forEach(function(bus) {
|
||||||
L.marker([bus.latitude, bus.longitude]).addTo(map);
|
L.marker([bus.latitude, bus.longitude]).addTo(map);
|
||||||
|
Reference in New Issue
Block a user