From 9aa13bed7b038e391c1522902d0ef2b48936f83b Mon Sep 17 00:00:00 2001 From: David Eder Date: Sun, 13 Jun 2021 19:09:48 +0200 Subject: [PATCH] Fix lat long in control center --- .../src/app/component/landing/landing.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/control_center/src/app/component/landing/landing.component.html b/components/control_center/src/app/component/landing/landing.component.html index dd9f0bb..9f8c68d 100644 --- a/components/control_center/src/app/component/landing/landing.component.html +++ b/components/control_center/src/app/component/landing/landing.component.html @@ -4,8 +4,8 @@ *ngFor="let m of car_markers | keyvalue" [iconUrl]="getIconUrlCar(m.value.carEvent.near_crash_event)" [latitude]="m.value.carEvent.gps_location.latitude" [longitude]="m.value.carEvent.gps_location.longitude" [animation]="(m.value.carEvent.near_crash_event)?'BOUNCE':''"> + [isOpen]="isInfoWindowOpen(m.value.carEntity.vin)" [latitude]="m.value.carEvent.gps_location.latitude" + [longitude]="m.value.carEvent.gps_location.longitude">

VIN: {{m.value.carEntity.vin}}

OEM: {{m.value.carEntity.oem}}

Model Type: {{m.value.carEntity.modelType}}