This commit is contained in:
NatureFreshMilk 2019-07-25 15:41:02 +02:00
parent 742eb697d0
commit 45e286aa4f

View File

@ -73,7 +73,7 @@ export default L.LayerGroup.extend({
createMarker: function(train){ createMarker: function(train){
//search for wagin in front (whatever "front" is...) //search for wagon in front (whatever "front" is...)
var type; var type;
var lowest_pos = 100; var lowest_pos = 100;
if (train.wagons){ if (train.wagons){