diff --git a/src/drawApp/lineApp.ts b/src/drawApp/lineApp.ts index e2807da..ad73bdd 100644 --- a/src/drawApp/lineApp.ts +++ b/src/drawApp/lineApp.ts @@ -109,6 +109,7 @@ const showType = [ Turnout.Type, Signal.Type, Separator.Type, + Train.Type, ]; const physicShowType = [...showType, Section.Type]; const linkShowType = [...showType, SectionLink.Type, AxleCounting.Type];