道岔绘图调整(除了哈尔滨线路外,其余线路反位不显示岔芯 直角梯形D)

This commit is contained in:
joylink_cuiweidong 2020-09-02 17:59:50 +08:00
parent 647897b2c4
commit 6680ea03cf

View File

@ -303,7 +303,9 @@ export default class Switch extends Group {
this.relocShelter.show(); // 反位
}
this.locShelter.hide(); // 定位
this.sheltertriangle.show();
if (this.style.Switch.sectionAction.flag) { // 哈尔滨线路处理道岔相关区段颜色
this.sheltertriangle.show();
}
this.setSectionState(this.sheltertriangle.getSection(), 'fill', this.model);
if (this.style.Switch.core.graphShow) { // 佛山线路显示
this.sheltertriangle.hide();