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);