diff --git a/src/app/components/here-map/here-map.component.html b/src/app/components/here-map/here-map.component.html
index e1ac575cf00a433154f4aa7ad4301d5f2d7e391a..20205555a337cb4fc8ac36be730f926d9cbf2034 100644
--- a/src/app/components/here-map/here-map.component.html
+++ b/src/app/components/here-map/here-map.component.html
@@ -1,4 +1,4 @@
-<div #mapElement style="width: 100%; height: 100%" id="mapContainer" *ngIf="!is3DChecked"></div>
+<div #mapElement style="width: 100%; height: 100%" id="mapContainer"></div>
 <ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
   <ion-fab-button>
     <ion-icon name="locate"></ion-icon>
diff --git a/src/app/help-line/help-line.page.ts b/src/app/help-line/help-line.page.ts
index e8038b784652a4f786e4cdc39901168391f7e9a3..cbe7430b3a083df9453e14ba6ff744f72b453e8c 100644
--- a/src/app/help-line/help-line.page.ts
+++ b/src/app/help-line/help-line.page.ts
@@ -12,4 +12,8 @@ export class HelpLinePage implements OnInit {
   ngOnInit() {
   }
 
+  CallHelpLine() {
+    
+  }
+
 }
diff --git a/src/app/home/home.page.html b/src/app/home/home.page.html
index 91f7f46c9bd6905837f7eb174dd2e1129a2dfcf5..9541f1308b3aac6a49e47a1a73ce1f1a09d75322 100644
--- a/src/app/home/home.page.html
+++ b/src/app/home/home.page.html
@@ -13,7 +13,7 @@
 </ion-header>
 
 <ion-content>
-  <div #mapElement style="width: 100%; height: 100%" id="mapContainer" *ngIf="!is3DChecked"></div>
+  <div #mapElement style="width: 100%; height: 100%" id="mapContainer"></div>
   <ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
     <ion-fab-button>
       <ion-icon name="locate"></ion-icon>
diff --git a/src/app/home/home.page.scss b/src/app/home/home.page.scss
index 3de9d93bfe1820349f93d5da798ead5f620f0e58..b44de5da5c393e95b3c7ac1482b65231242ac4e9 100644
--- a/src/app/home/home.page.scss
+++ b/src/app/home/home.page.scss
@@ -31,7 +31,7 @@ ion-footer{
         position: relative;
 
         .distance-data{
-          padding-right: 70px;
+          padding-right: 80px;
           padding-left: 60px;
           font-size: 14px;
 
@@ -58,7 +58,7 @@ ion-footer{
           bottom: 0;
           line-height: 70px;
           text-align: center;
-          width: 70px;
+          width: 80px;
           font-size: 20px;
         }
       }
diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts
index e7c4f5701a477505b0dce20c18160eb15d656103..8293575c7f18ecb8a7f448d27fc99c3ec6eacd30 100644
--- a/src/app/home/home.page.ts
+++ b/src/app/home/home.page.ts
@@ -30,7 +30,7 @@ export class HomePage implements OnInit, OnDestroy {
   bikeApi: Observable<any>;
 
   public isDetailsVisible = false;
-  public selectedBike = { id: 0 };
+  public selectedBike:any = { id: 0 };
   public distance="";
   public isBikeReserved = false;