西安三号线 仿真系统车次与实际车次显示不符 修改
This commit is contained in:
parent
f092b27282
commit
3e64c6da02
@ -558,7 +558,8 @@ class SkinCode extends defaultStyle {
|
|||||||
lrPadding: 1, // 两边间隔
|
lrPadding: 1, // 两边间隔
|
||||||
upPadding: 1, // 上边距离
|
upPadding: 1, // 上边距离
|
||||||
trainBodyFillColor: '#000000', // 列车车身填充颜色
|
trainBodyFillColor: '#000000', // 列车车身填充颜色
|
||||||
trainNameFormat: 'targetCode:serviceNumber:tripNumber'// 列车显示格式
|
// targetCode:
|
||||||
|
trainNameFormat: 'serviceNumber:tripNumber'// 列车显示格式
|
||||||
},
|
},
|
||||||
directionArrow: {
|
directionArrow: {
|
||||||
},
|
},
|
||||||
@ -610,6 +611,7 @@ class SkinCode extends defaultStyle {
|
|||||||
aspectRatio: 8 / 15, // 字体宽高比例(用以拼接text是计算位置)
|
aspectRatio: 8 / 15, // 字体宽高比例(用以拼接text是计算位置)
|
||||||
textOffset: 1, // 字体偏移(用以控制字体据车头的距离)
|
textOffset: 1, // 字体偏移(用以控制字体据车头的距离)
|
||||||
trainWidthMoreText: 2, // 计算列车长度时--列车长比text多出尺寸
|
trainWidthMoreText: 2, // 计算列车长度时--列车长比text多出尺寸
|
||||||
|
useSelfFormat: true, // 使用配置项的nameFormat
|
||||||
displayPosition: 'margin', // 非同通信车在物理区段(有逻辑区段)上显示的位置 margin:行驶方向边缘车次窗 center: 中间位置车次窗
|
displayPosition: 'margin', // 非同通信车在物理区段(有逻辑区段)上显示的位置 margin:行驶方向边缘车次窗 center: 中间位置车次窗
|
||||||
trainTip:true // 鼠标悬停列车状态信息框是否显示
|
trainTip:true // 鼠标悬停列车状态信息框是否显示
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user