调整车站包围框显示
This commit is contained in:
parent
732c80ca6d
commit
1db679509f
@ -95,6 +95,11 @@ export default class Station extends Group {
|
|||||||
textFill: model.subheadFontColor
|
textFill: model.subheadFontColor
|
||||||
});
|
});
|
||||||
this.add(this.subheadText);
|
this.add(this.subheadText);
|
||||||
|
if (style.Station.text.borderShow) {
|
||||||
|
this.subheadText.setStyle('textPadding', [2, 6]);
|
||||||
|
this.subheadText.setStyle('textBorderColor', model.nameFontColor);
|
||||||
|
this.subheadText.setStyle('textBorderWidth', 1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -98,8 +98,8 @@ class StationStand extends Group {
|
|||||||
right: model.right,
|
right: model.right,
|
||||||
width: model.width,
|
width: model.width,
|
||||||
x: departX,
|
x: departX,
|
||||||
y: departY,
|
y: departY
|
||||||
})
|
});
|
||||||
|
|
||||||
/** 站台折返策略*/
|
/** 站台折返策略*/
|
||||||
const reentryH = style.StationStand.standEmergent.mergentR;
|
const reentryH = style.StationStand.standEmergent.mergentR;
|
||||||
|
Loading…
Reference in New Issue
Block a user