CEC-4955 - Digital twin to show vehicle location instead of vehicle paths (#426)

* CEC-4955 - Digital twin show vehicle location

* fix code smell
This commit is contained in:
Paul Adamsen
2023-08-25 11:53:23 -04:00
committed by GitHub
parent 98a24d6273
commit 712c876115
6 changed files with 66 additions and 33 deletions

View File

@@ -293,7 +293,17 @@ exports[`DigitalTwinTab Render 1`] = `
/>
<div
class="leaflet-pane leaflet-marker-pane"
/>
>
<img
alt="Marker"
class="leaflet-marker-icon leaflet-zoom-hide leaflet-interactive"
role="button"
src="gray-marker.png"
style="margin-left: -24px; margin-top: -42px; opacity: 0.9; left: -608px; top: -19px; z-index: -19;"
tabindex="0"
title="TESTVIN1234567890"
/>
</div>
<div
class="leaflet-pane leaflet-tooltip-pane"
/>