mirror of
https://github.com/cjdenio/uta-trax-api.git
synced 2026-08-04 22:06:34 +00:00
headsign
This commit is contained in:
+3
-1
@@ -57,7 +57,9 @@
|
||||
radius: 8,
|
||||
})
|
||||
.addTo(map)
|
||||
.bindPopup(vehicle.nearestStation.name);
|
||||
.bindPopup(
|
||||
`${vehicle.headsign}<br />@ ${vehicle.nearestStation.name}`
|
||||
);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user