|
@@ -2515,9 +2515,9 @@
|
|
if(this.browserLanguage == 'bd'){
|
|
if(this.browserLanguage == 'bd'){
|
|
this.mapGet('lamp',[theRequest.longitude,theRequest.latitude],false,true);
|
|
this.mapGet('lamp',[theRequest.longitude,theRequest.latitude],false,true);
|
|
}else{
|
|
}else{
|
|
- setTimeout(function(){
|
|
|
|
- this_.mapEnIsTrue = true;
|
|
|
|
- this_.mapGet_en('lamp',[theRequest.longitude,theRequest.latitude],false,true);
|
|
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
+ this.mapEnIsTrue = true;
|
|
|
|
+ this.mapGet_en('lamp',[theRequest.longitude,theRequest.latitude],false,true);
|
|
},1000)
|
|
},1000)
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2525,9 +2525,9 @@
|
|
if(this.browserLanguage == 'bd'){
|
|
if(this.browserLanguage == 'bd'){
|
|
this.mapGet(false,false,false,true);
|
|
this.mapGet(false,false,false,true);
|
|
}else{
|
|
}else{
|
|
- setTimeout(function(){
|
|
|
|
- this_.mapEnIsTrue = true;
|
|
|
|
- this_.mapGet_en(false,false,false,true);
|
|
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
+ this.mapEnIsTrue = true;
|
|
|
|
+ this.mapGet_en(false,false,false,true);
|
|
},1000)
|
|
},1000)
|
|
}
|
|
}
|
|
}
|
|
}
|