Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
removed console statemenents
parent
8dd604db
master
58-add-flow-on-navigate-button-to-route-from-user-to-bike
68-display-no-go-areas-on-map
69-add-launcher-icon-for-application-on-android
70-add-validation-for-feedback-should-not-be-empty
71-prediction-ui-implementation-send-location-of-bike-to-backend
72-feedback-toast-message
73-removal-here-maps-api-key
Show-Bike-details-when-bike-icon-is-clicked
1 merge request
!58
Resolve "Display No Go Areas on Map"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/hirebike/hirebike.page.ts
+0
-2
src/app/hirebike/hirebike.page.ts
with
0 additions
and
2 deletions
+0
-2
src/app/hirebike/hirebike.page.ts
+
0
-
2
View file @
2c263740
...
...
@@ -278,9 +278,7 @@ export class HirebikePage implements OnInit {
allNoGoAreas
.
push
(
routes
[
i
].
actualNoGoAreas
[
j
]);
}
}
console
.
log
(
allNoGoAreas
);
finalNoGoAreas
=
[...
new
Set
(
allNoGoAreas
)];
console
.
log
(
finalNoGoAreas
);
//let group = new H.map.Group();
//this.addRectangleToMap();
for
(
let
i
=
0
;
i
<
finalNoGoAreas
.
length
;
i
++
){
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets