Added space to vehicle info pin

This commit is contained in:
eetnaviation
2024-12-05 20:43:26 +02:00
parent fbfdbf8554
commit d132c6da46

View File

@ -147,7 +147,7 @@
if (!markers[takR]) {
markers[takR] = L.marker(markerPosition, {
icon: L.icon({ iconUrl: iconUrl })
}).bindPopup(`<b>Line:</b> ${lineR}<br><b>TAK:</b> ${takR}<br><b>Vehicle info:</b>${vehicleTypeR}`)
}).bindPopup(`<b>Line:</b> ${lineR}<br><b>TAK:</b> ${takR}<br><b>Vehicle info:</b> ${vehicleTypeR}`)
.addTo(map);
} else {
markers[takR].setLatLng(markerPosition);