diff --git a/src/app/components/here-map/here-map.component.html b/src/app/components/here-map/here-map.component.html index cb232138cc58e375f6693bb7a2bd52bd639f5747..e1ac575cf00a433154f4aa7ad4301d5f2d7e391a 100644 --- a/src/app/components/here-map/here-map.component.html +++ b/src/app/components/here-map/here-map.component.html @@ -1,6 +1,6 @@ <div #mapElement style="width: 100%; height: 100%" id="mapContainer" *ngIf="!is3DChecked"></div> - <ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed"> - <ion-fab-button> - <ion-icon name="locate"></ion-icon> - </ion-fab-button> - </ion-fab> \ No newline at end of file +<ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed"> + <ion-fab-button> + <ion-icon name="locate"></ion-icon> + </ion-fab-button> +</ion-fab> \ No newline at end of file