mirror of
https://github.com/cjdenio/uta-trax-api.git
synced 2026-08-04 22:06:34 +00:00
cool stuff
This commit is contained in:
+3
-1
@@ -55,7 +55,9 @@
|
||||
color: COLORS[vehicle.line],
|
||||
fillOpacity: 0.5,
|
||||
radius: 200,
|
||||
}).addTo(map);
|
||||
})
|
||||
.addTo(map)
|
||||
.bindPopup(vehicle.nearestStation.name);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user