24 jul update
This commit is contained in:
parent
3a9e71fd0f
commit
81e5b8cf52
99 changed files with 1373 additions and 695 deletions
|
|
@ -253,7 +253,7 @@ getRoute(){
|
|||
var outerThis=this;
|
||||
this.source_address = document.getElementById('txtSource');
|
||||
|
||||
debugger;
|
||||
|
||||
console.log('this.fieldArr',this.fieldArr.length);
|
||||
if(this.fieldArr.length == 1){
|
||||
|
||||
|
|
@ -475,7 +475,7 @@ saveRoute(){
|
|||
|
||||
|
||||
this.wapointArray=[];
|
||||
// debugger;
|
||||
//
|
||||
console.log(this.waypoints);
|
||||
for(var z = 0 ; z<this.waypoints.length;z++){
|
||||
if(this.waypoints[z] != undefined){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue