Commit 1d6c6eb2 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

Added new launch icon for android app

parent 43fffe7e
......@@ -278,7 +278,9 @@ export class HirebikePage implements OnInit {
allNoGoAreas.push(routes[i].actualNoGoAreas[j]);
}
}
finalNoGoAreas = [...new Set(allNoGoAreas)];
//finalNoGoAreas = [...new Set(allNoGoAreas)];
let x = (allNoGoAreas) => allNoGoAreas.filter((v,i) => allNoGoAreas.indexOf(v) === i)
finalNoGoAreas = x(allNoGoAreas);
//let group = new H.map.Group();
//this.addRectangleToMap();
for (let i = 0; i < finalNoGoAreas.length; i++){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment