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
1d6c6eb2
Commit
1d6c6eb2
authored
Jan 06, 2020
by
Ratnadeep Rajendra Kharade
Browse files
Added new launch icon for android app
parent
43fffe7e
Changes
45
Hide whitespace changes
Inline
Side-by-side
resources/ios/splash/Default-1792h~iphone.png
0 → 100644
View file @
1d6c6eb2
66 KB
resources/ios/splash/Default-2688h~iphone.png
0 → 100644
View file @
1d6c6eb2
115 KB
resources/ios/splash/Default-Landscape-1792h~iphone.png
0 → 100644
View file @
1d6c6eb2
72.4 KB
resources/ios/splash/Default-Landscape-2688h~iphone.png
0 → 100644
View file @
1d6c6eb2
128 KB
src/app/hirebike/hirebike.page.ts
View file @
1d6c6eb2
...
...
@@ -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
++
){
...
...
Prev
1
2
3
Next
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