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 fe07621..7a44825 100644 --- a/components/control_center/src/app/component/landing/landing.component.html +++ b/components/control_center/src/app/component/landing/landing.component.html @@ -1,7 +1,7 @@ + [latitude]="m.value.lat" [longitude]="m.value.lng" [animation]="(m.value.near_crash_event)?'BOUNCE':''"> @@ -10,6 +10,7 @@

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

Velocity: {{m.value.velocity}}

Timestamp: {{m.value.timestamp}}

+

NCE: {{m.value.near_crash_event}}