Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
2c263740
Commit
2c263740
authored
Jan 06, 2020
by
Ratnadeep Rajendra Kharade
Browse files
removed console statemenents
parent
8dd604db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/hirebike/hirebike.page.ts
View file @
2c263740
...
@@ -278,9 +278,7 @@ export class HirebikePage implements OnInit {
...
@@ -278,9 +278,7 @@ export class HirebikePage implements OnInit {
allNoGoAreas
.
push
(
routes
[
i
].
actualNoGoAreas
[
j
]);
allNoGoAreas
.
push
(
routes
[
i
].
actualNoGoAreas
[
j
]);
}
}
}
}
console
.
log
(
allNoGoAreas
);
finalNoGoAreas
=
[...
new
Set
(
allNoGoAreas
)];
finalNoGoAreas
=
[...
new
Set
(
allNoGoAreas
)];
console
.
log
(
finalNoGoAreas
);
//let group = new H.map.Group();
//let group = new H.map.Group();
//this.addRectangleToMap();
//this.addRectangleToMap();
for
(
let
i
=
0
;
i
<
finalNoGoAreas
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
finalNoGoAreas
.
length
;
i
++
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment