From d132c6da461ed52b843d044e10275448806c81c2 Mon Sep 17 00:00:00 2001 From: eetnaviation Date: Thu, 5 Dec 2024 20:43:26 +0200 Subject: [PATCH] Added space to vehicle info pin --- client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index 57b8aa2..61bccec 100644 --- a/client/index.html +++ b/client/index.html @@ -147,7 +147,7 @@ if (!markers[takR]) { markers[takR] = L.marker(markerPosition, { icon: L.icon({ iconUrl: iconUrl }) - }).bindPopup(`Line: ${lineR}
TAK: ${takR}
Vehicle info:${vehicleTypeR}`) + }).bindPopup(`Line: ${lineR}
TAK: ${takR}
Vehicle info: ${vehicleTypeR}`) .addTo(map); } else { markers[takR].setLatLng(markerPosition);