rt-sim-training-client/src/jmapNew/config/skinCode/haerbin_01.js

837 lines
38 KiB
JavaScript
Raw Normal View History

import defaultStyle from '../defaultStyle';
import deviceType from '../../constant/deviceType';
class SkinCode extends defaultStyle {
constructor() {
super();
2020-05-25 15:06:34 +08:00
this.fontFamily = '宋体';
this[deviceType.Section] = {
2021-01-22 16:55:00 +08:00
elemnetType:['name', 'logicText', 'standTrackText', 'reentryTrackText', 'transferTrackText', 'line', 'lineBorder', 'sectionMiddle', 'speedLimitName'],
active: {
routeColor: false // 进路触发颜色
},
2020-09-15 17:40:57 +08:00
name: {
2020-09-24 13:40:09 +08:00
z: 10,
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
distance: 18, // 文字离区段距离
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
fontColor: '#FFFFFF', // 字体颜色
textAlign: 'center', // 水平对齐方式
textPosition: 'inside', // 文字位置
2020-10-26 15:16:48 +08:00
textVerticalAlign: 'middle', // 文字垂直对齐方式
approachColor: '#FFFFFF'
},
logicText: {
2020-09-24 13:40:09 +08:00
z: 10,
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
distance: 6, // 文字离区段距离
fontSize: 8, // 字体大小
fontWeight: 'normal', // 字体粗细
fontColor: '#FFFFFF', // 字体颜色
textAlign: 'center', // 水平对齐方式
textPosition: 'inside', // 文字位置
textVerticalAlign: 'middle' // 文字垂直对齐方式
},
2020-09-15 17:40:57 +08:00
standTrackText: {
2020-09-24 13:40:09 +08:00
z: 10,
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
distance: 30, // 文字离区段距离
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
fontColor: '#FFFFFF', // 字体颜色
textAlign: 'center', // 水平对齐方式
textPosition: 'inside', // 文字位置
textVerticalAlign: 'middle' // 文字垂直对齐方式
},
2020-09-15 17:40:57 +08:00
reentryTrackText: {
2020-09-24 13:40:09 +08:00
z: 10,
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
distance: 30, // 文字离区段距离
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
fontColor: '#FFFFFF', // 字体颜色
textAlign: 'center', // 水平对齐方式
textPosition: 'inside', // 文字位置
textVerticalAlign: 'middle' // 文字垂直对齐方式
},
2020-09-15 17:40:57 +08:00
transferTrackText: {
2020-09-24 13:40:09 +08:00
z: 10,
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
distance: 28, // 文字离区段距离
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
fontColor: '#FFFFFF', // 字体颜色
textAlign: 'center', // 水平对齐方式
textPosition: 'inside', // 文字位置
textVerticalAlign: 'middle' // 文字垂直对齐方式
},
destinationText: {
2020-09-24 13:40:09 +08:00
z: 10,
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
distance: 10, // 文字离区段距离
fontSize: 10, // 字体大小
fontWeight: 'bold', // 字体粗细
fontColor: 'yellow', // 字体颜色
textAlign: 'center', // 水平对齐方式
textPosition: 'inside', // 文字位置
textVerticalAlign: 'middle' // 文字垂直对齐方式
},
line: {
2020-09-15 17:40:57 +08:00
z: 0,
width: 5, // 区段宽度
2021-01-18 10:52:06 +08:00
routeBlockFlashing: true, // 进路锁闭区段封锁闪烁
2020-09-07 16:40:50 +08:00
beyondWidth: 0, // 区段宽超出宽度
invadeColor: '#EF0C08', // 区段侵入颜色
2020-02-28 15:30:40 +08:00
spareColor: '#ffff00', // 区段空闲颜色 (黄色)
2020-02-28 15:36:03 +08:00
communicationOccupiedColor: '#ff0000', // 区段通信车占用颜色 红色
unCommunicationOccupiedColor: '#ff0000', // 区段非通讯车占用颜色 红色
2020-02-28 15:30:40 +08:00
routeLockColor: '#00FF00', // 区段路由锁定颜色
faultLockColor: '#9B4A0A', // 区段故障锁定颜色
invalidColor: '#ff0000', // 计轴故障
undefinedColor: '#0071C1', // 区段未定义颜色
2020-02-28 15:30:40 +08:00
blockColor: '#000080', // 区段封锁颜色 深蓝色
atcExcisionColor: '#A0522D', // 区段atc切除颜色
atsExcisionColor: '#A0522D', // 区段ats切除颜色
2020-02-28 15:20:26 +08:00
timeReleaseColor: '#ffff00', // 区段延时释放颜色
protectiveLockColor: '#FFFF00', // 区段保护锁闭
protectiveTimeReleaseColor: '#0071C1', // 区段保护延时解锁
logicalColor: '#FFFF00', // 逻辑区段颜色 (未用)
logicalTextColor: '#FFFFFF' // 逻辑区段名称颜色 (未用)
},
2020-09-15 17:40:57 +08:00
lineBorder: { // 哈尔滨点击背景 元素
z: -1,
activeStroke: '#2EBFBF'
},
2021-01-22 16:55:00 +08:00
sectionMiddle: {
2020-09-15 17:40:57 +08:00
z: 2
}, // 计轴
speedLimit: { // 限速元素
2020-09-15 17:40:57 +08:00
z: 2,
width: 1, // 限速线的宽短
distance: 5, // 限速线距离区段距离
lineColor: '#FFFF00', // 限速线颜色
nameShow: false // 名称显示
},
speedLimitName: {
z: 10,
leftName: true, // 左侧限速值是否展示
rightName: false, // 右侧限速值是否展示
nameBackgroundIsRect: true, // 限速值背景是否为矩形
nameBackgroundBorderWidth: 1, // 限速值背景是否边框宽度
nameBackgroundBorderColor: '#C00808', // 限速值背景边框颜色
limitValueDistance: 18,
kilometerFontSize: 0, // 公里标大小
nameNumberFontSize: 11, // 限速值大小
nameNumberColor: '#C00808', // 限速值颜色
nameBackground: '#000', // 限速名称背景颜色
drogueWidth: 15, // 浮标宽度
drogueHeight: 12 // 浮标高度
},
trainPosition:{
2020-03-09 09:58:49 +08:00
display: false // 列车实时位置显示
}
};
this[deviceType.Signal] = {
distance: 10, // 设备距离区段的距离
post: {
2020-03-09 09:58:49 +08:00
standardShow: true, // 灯柱显示
2021-01-14 14:42:53 +08:00
blockColor: '#000080', // 信号机封锁颜色
2020-03-09 09:58:49 +08:00
standardLength: 4, // 高柱长度
standardHeight: 5, // 灯柱高度
2020-03-19 18:39:20 +08:00
standardColor: '#FF0000', // 灯柱颜色
2020-12-18 13:10:55 +08:00
standardVerticalWidth: 4, // 灯柱竖杆宽度
standardRailWidth: 4 // 灯柱横杆宽度
},
text: {
show: true, // 信号机名称显示
distance: 4, // 文字和灯杆的距离
isAlignCenter: true, // 信号字体对其方式
fontSize: 11, // 信号机名称字体大小
fontWeight: 'bold', // 信号机名称字体粗细
2020-03-20 17:17:23 +08:00
defaultColor: '#00CE00', // 信号灯字体默认色
2020-03-19 18:39:20 +08:00
blockColor: '#ffffff', // 信号灯字体锁定颜色
checkColor: '#00FF00', // 信号字体
2020-03-20 17:17:23 +08:00
ArtificialRouteColor: '#FFFFFF', // ATS关自排 设定颜色
AutoRouteColor: '#D8D800', // 联锁自动进路颜色
2020-03-19 18:39:20 +08:00
nameBorderShow: false // 信号机名字边框显示
},
lamp: {
bgShow: true, // 是否被选中
2020-03-09 09:58:49 +08:00
logicDisplayNone: true, // 逻辑点灯斜线不显示
2020-04-30 17:40:25 +08:00
guidName: 'doubleAndBase', // 默认引导类型
stopWidth: 2, // 禁止线宽度
2020-03-19 18:39:20 +08:00
borderWidth: 0, // 信号灯边框线宽度
borderColor: '#FF0000', // 信号灯边框线颜色 (虚拟信号机)
radiusR: 4, // 信号灯半径
grayColor: '#7F7F7F', // 信号灯灰色
redColor: '#FF0000', // 信号灯红色
2020-03-20 17:17:23 +08:00
greenColor: '#00FF00', // 信号灯绿色
yellowColor: '#FFFF00', // 信号灯黄色
whiteColor: '#FFFFFF', // 信号灯白色
2020-03-20 17:17:23 +08:00
blueColor: '#000080' // 信号灯蓝色
},
route: {
direction: false, // 自动进路方向
offset: { x: -4, y: 0 }, // 自动进路偏移量
routeColor: '#00FF00' // 自动进路
},
auto: {
2020-02-17 15:31:08 +08:00
signalFrontTriangle: false, // 信号灯前三角展示
direction: false, // 自动通过方向
offset: { x: -4, y: 0 }, // 自动通过偏移量
width: 5, // 自动宽度
autoRoute: '#00FF00', // 自动进路
autoTrigger: '#FFFF00', // 自动触发
autoTriggerType:'text', // 自动触发类型 text 为哈尔滨线路的类型(只更改信号机名称的颜色)
autoRouteType:'text', // 自动进路类型 text 为哈尔滨线路的类型(只更改信号机名称的颜色)
manualControl: '#FFFF00', // 人工控制
outConflict: '#C00808' // 出车冲突
},
delay: {
direction: true, // 延时解锁方向
offset: { x: 15, y: -10 }, // 延时解锁偏移量
fontSize: 11, // 延迟解锁字体大小
fontColor: '#FF0000', // 延迟解锁颜色
fontWeight: 'bold' // 字体粗细
},
button: {
distance: 5, // 信号灯按钮距离区段的距离
borderDashColor: '#FFFFFF', // 信号灯按钮边线
buttonColor: 'darkgreen', // 信号灯按钮颜色
buttonLightenColor: '#E4EF50' // 信号灯按钮闪烁颜色
},
transmission: { // 传输信号机
fillColor: '#f00',
fillColorVirtual: '#000080',
sideLength: 20,
textColor: '#fff',
strokeColor: '#00FFFF'
},
lowButton:{
display: false // 现地 信号机按钮
}
};
2020-09-11 14:13:29 +08:00
// 屏蔽门
this[deviceType.Psd] = {
// 西安一/三号线 屏蔽门
elemnetType:['horizontal2Door'],
horizontal2Door: { // 屏蔽门
z:0,
height: 3, // 站台屏蔽门高度
width: 60,
distance: 8, // 站台和屏蔽门之间的距离
defaultColor: '#fff', // 屏蔽门默认颜色
splitDoorColor: '#F61107' // 屏蔽门切除颜色
}
};
this[deviceType.StationStand] = {
2020-09-09 13:55:42 +08:00
// 哈尔滨一号线站台元素 站台 站台紧急关闭 扣车元素 停站时间 运行等级 跳停
elemnetType:['gapStand', 'emergentArrow', 'detainNormal', 'level', 'jump', 'trainStop', 'trainDepart', 'trainSetButton'],
2020-09-09 13:55:42 +08:00
// 站台
2020-09-15 17:08:28 +08:00
gapStand:{
2020-09-09 13:55:42 +08:00
// 层级
z:0,
spareColor: '#00FFFF', // 站台空闲颜色
jumpStopColor: '#9A99FF', // 站台跳停颜色
2020-09-09 13:55:42 +08:00
designatedJumpStopColor: 'lightSkyBlue', // 站台指定列车跳停颜色
headFontSize: 11, // 站台首端字体大小
stopColor: '#FEFE00', // 站台列车停站颜色
textFill: '#fff' // 站台字体颜色
},
2020-09-09 13:55:42 +08:00
// 站台紧急关闭
2020-09-15 17:08:28 +08:00
emergentArrow:{
2020-09-09 13:55:42 +08:00
z:1,
special:false,
mergentR: 4, // 站台紧急关闭半径
mergentN: 4, // 站台紧急关闭边数
2020-03-27 17:26:17 +08:00
insideOffset: { x: -10, y: -20 }, // 内站台紧急关闭偏移量
2020-09-09 13:55:42 +08:00
outsideOffset: { x: -10, y: -10}, // 外站台紧急关闭偏移量
2020-03-27 17:26:17 +08:00
closeColor: '#F61107', // 站台紧急关闭颜色
width: 4,
radiusR: 6
},
2020-09-09 13:55:42 +08:00
// 扣车元素 普通扣车
2020-09-15 17:08:28 +08:00
detainNormal:{
2020-09-09 13:55:42 +08:00
z:0,
position: 1, // 扣车标识在站台上显示方向
text: 'H', // 扣车显示内容
insideOffset: { x: 60, y: -18 }, // 内站台扣车偏移量
outsideOffset: { x: 60, y: 25 }, // 外站台扣车偏移量
2020-09-09 13:55:42 +08:00
centerTrainColor: '#F61107', // 中心扣车颜色
andCenterTrainColor: '#F61107', // 车站+中心扣车颜色
detainTrainTextColor: '#E4EF50', // 车站扣除文字颜色
fontSize: 18, // 字体大小
2020-10-10 17:58:14 +08:00
fontWeight: 'bolder',
2020-07-30 10:03:00 +08:00
textVerticalAlign: 'middle' // 车站扣车 文字垂直对齐方式
},
2020-09-09 13:55:42 +08:00
// 运行等级
level:{
z:1,
textFontSize: 11, // 运行等级字体大小
position: 1, // 运行等级方向
offset: { x: -8, y: 6 }, // 运行等级偏移量
textColor: '#FFFFFF' // 停站等级字体颜色
},
// 跳停
2020-03-07 19:12:19 +08:00
jump: {
2020-09-09 13:55:42 +08:00
z:1,
position: 1, // 停跳方向
2020-03-26 15:04:52 +08:00
text: 'S', // 停跳显示内容
offset: { x: 20, y: -21 },
2020-03-26 15:04:52 +08:00
textColor: '#00FF00', // 停跳文字颜色
2020-09-09 13:55:42 +08:00
fontWeight: 'bold', // 文字居中
fontSize: 18 // 文字大小
2020-03-07 19:12:19 +08:00
},
2020-09-09 13:55:42 +08:00
// 列车停站
2020-03-30 09:47:26 +08:00
trainStop: { // 停车标志
2020-09-09 13:55:42 +08:00
z:1,
2020-03-30 09:47:26 +08:00
fillColor: '#FF0000',
2020-03-30 14:22:57 +08:00
insideOffset:{ x: 6, y: -22}, // 内站台停车标志偏移量
outsideOffset: { x: -6, y: 22}, // 外站台停车标志偏移量
radiusR: 4 // 标志半径
},
2020-09-09 13:55:42 +08:00
// 停车计时
2020-03-30 14:22:57 +08:00
trainDepart:{ // 停车计时
2020-09-09 13:55:42 +08:00
z:1,
2020-03-30 14:22:57 +08:00
insideOffset:{ x: 25, y: -21}, // 内站台停车计时偏移量
outsideOffset: { x: -25, y: -11}, // 外站台停车计时偏移量
2020-03-30 14:22:57 +08:00
textFill: '#00FF00', // 文字颜色
textBorderColor: '#00FF00', // 文字边框颜色
fontSize: 10 // 字体大小
2020-03-30 09:47:26 +08:00
},
// 站台 扣车/取消扣车,越站/取消越站 设置按钮
trainSetButton:{
z:1,
offset: { x: 80, y:10}, // 按钮偏移
textFontSize: 13, // 按钮字体大小
textColor:'#00FF00'
},
2020-09-09 13:55:42 +08:00
common: { // 通用属性
bgShow: true, // 是否被选中
2020-09-09 13:55:42 +08:00
textFontSize: 11, // 站台默认字体大小
functionButtonShow: '03' // 功能灯按钮显示条件01所有模式下显示 02 行调显示 03现地显示
2020-03-06 10:05:21 +08:00
},
lamp: {
radiusR: 6, // 控制灯大小
2020-03-09 09:58:49 +08:00
lampColor: '#5A5D5A' // 功能按钮颜色
2020-09-09 13:55:42 +08:00
},
text: {
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
}
2020-09-09 13:55:42 +08:00
// reentry: {}, // 站台折返策略
// stopTime: {}, // 停站时间
};
this[deviceType.StationCounter] = {
text: {
distance: 2, // 计数器名称和文字的距离
fontColor: '#FFFFFF', // 计数器字体颜色
borderColor: '#E4EF50' // 计数器边框颜色
}
};
this[deviceType.StationDelayUnlock] = {
text: {
distance: 3, // 延迟解锁和设备之间的距离
fontColor: '#FFFFFF', // 延时解锁字体颜色
borderColor: '#FFFFFF' // 延迟解锁边框颜色
}
};
this[deviceType.AutoTurnBack] = {
2020-03-11 15:10:08 +08:00
// 是否显示
visibleConditions: '03',
text: {
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
subtitleText: {
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 17 // 等于副标题距离
},
lamp: {
lineDash: null, // 灯的包围框
borderShow: false, // 是否显示边框
stroke: '#FFFFFF', // 框的颜色
fill: 'rgba(0,0,0,0)', // 填充色
radiusR: 6, // 控制灯大小
2020-03-20 14:12:02 +08:00
controlColor: '#b5b3b3', // 控制灯颜色 (灰色)
lightUpColor: '#ffff00' // 点亮灯颜色
2020-03-11 15:10:08 +08:00
},
OutFrame: {
2020-03-11 15:10:08 +08:00
}
};
2020-03-20 14:12:02 +08:00
/** 引导总锁 */
this[deviceType.GuideLock] = {
// 是否显示
displayCondition: '03', // 显示条件 prdType
text: {
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
lamp: {
fill: 'rgba(0,0,0,0)', // 填充色
radiusR: 6, // 控制灯大小
controlColor: '#b5b3b3', // 控制灯颜色 (灰色)
lightUpColor: '#FF0000' // 点亮灯颜色
}
};
this[deviceType.Station] = {
2020-11-13 10:21:36 +08:00
// 哈尔滨一号线 车站元素 车站名称
elemnetType:['stationText'],
stationText:{
z:0,
fontWeight:'normal', // 字体粗细
textPadding:[2, 6], // 字体边距
borderColor:'', // 字体边框颜色
textBorderWidth:1, // 字体边框宽度
noneModeColor: '#FF0' // 无模式时字体颜色
2020-11-13 10:21:36 +08:00
},
2021-01-18 10:52:06 +08:00
syncCentralizeStation: true, // 集中站和下辖车站控制权状态同步
2020-08-10 13:01:59 +08:00
kmPostShow: true, // 公里标显示
kilometerPosition: 'up', // 公里标朝向
text: {
2020-08-10 13:01:59 +08:00
borderShow: true, // 车站包围框显示
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
lamp: {
radiusR: 6, // 控制灯大小
controlColor: '#FFFF00' // 控制灯颜色
},
turnBack: { // 按图折返
lamp: 1, // 灯数量
lampSpace: 60 // 灯间距
},
StationControl: {
2020-07-30 10:03:00 +08:00
disPlayNone: true, // 不显示
text: {
distance: 2, // 灯和文字之间的距离
fontSize: 11, // 字体大小
fontFormat: 'consolas', // 字体格式
fontColor: '#ffffff', // 字体颜色
fontWeight: 'normal', // 字体粗细
textAlign: 'middle', // 字体水平对齐
2020-06-12 13:19:26 +08:00
textVerticalAlign: 'top' // 字体垂直对齐
},
lamp: {
count: 2, // 控制模式灯个数
offset: { x: 0, y: 0 }, // 控制模式灯偏移量
2020-06-12 13:19:26 +08:00
emergencyOffset: {x: 0, y: 0},
radiusR: 4, // 控制模式灯的半径
distance: 36, // 控制模式之间灯之间的距离
grayColor: '#7F7F7F', // 控制模式灰色
greenColor: '#00FF00', // 控制模式绿色
redColor: '#FF0000', // 控制模式红色
2020-06-12 13:19:26 +08:00
yellowColor: '#FFFF00' // 控制模式黄色
},
2020-06-12 13:19:26 +08:00
emergencyControl: { // 紧急站控
show: false,
offset: { x: 0, y: 0 },
text: '紧急',
arrowShow: false,
grayColor: '#7F7F7F'
},
centerControl: { // 中控
show: true,
offset: { x: 0, y: 0 },
text: '中控',
buttonShow: false,
arrowShow: false,
grayColor: '#7F7F7F'
},
substationControl: { // 站控按钮
show: true,
offset: { x: 0, y: 0 },
text: '站控',
arrowShow: true,
grayColor: '#7F7F7F'
},
interconnectedControl: { // 联锁控
show: false,
offset: { x: 0, y: 0 },
text: '联锁控',
arrowShow: false,
grayColor: '#7F7F7F'
},
mouseOverStyle: { // 鼠标悬浮样式
fontSize: null,
fontFormat: 'consolas',
fontColor: '#000',
fontWeight: 'normal',
textAlign: 'middle',
textVerticalAlign: 'top'
}
}
};
// 供电线路
this[deviceType.Power] = {
2020-11-03 09:55:11 +08:00
noElectricStrokeColor:'#808080', // 无电颜色
defaultStrokeColor: '#F00', // 线条颜色
extendLength: 10 // 延伸长度
};
// 延续保护计时
this[deviceType.OverAp] = {
2020-08-20 16:02:21 +08:00
show: false
};
this[deviceType.Switch] = {
text: {
show: true, // 道岔名称显示
position: 0, // 区段名称位置 1 上面 -1 下面 0 对称
offset: { x: 0, y: 8 }, // 道岔名称与区段距离
fontSize: 11, // 字体大小
2020-02-28 15:20:26 +08:00
fontColor: '#fff', // 道岔名称颜色
fontWeight: 'bold', // 字体粗细
2020-02-28 15:20:26 +08:00
borderColor: 'red', // 道岔边框颜色
lossColor: '#FFFFFF', // 道岔失去颜色
locateColor: '#fff', // 道岔定位颜色
2020-02-28 15:20:26 +08:00
inversionColor: '#fff', // 道岔反位颜色
monolock: true, // 名称单锁显示包围框
monolockLocationColor: '#fff', // 道岔单锁'定位'颜色
monolockInversionColor: '#fff', // 道岔单锁'反位'颜色
faultFlashing: true // 故障闪烁
},
sectionAction: {
flag: true, // 道岔 关联区段显示
spareColor: '#5b5b5b' // 区段显示颜色 (灰色)
},
core: {
splice: true, // 哈尔滨特殊显示
length: 6 // 道岔单边长度
},
trapezoid: { // 直角梯形元素
length: 16, // 默认长度
block: true // 封锁显示
},
jointImg: { // 道岔 A B C D四元素属性配置
trapezoidLength: 8, // 直角梯形元素默认长度
trapezoidBlock: true, // 梯形封锁显示
fork: true, // 挤岔专用(如有挤岔操作 变为true
forKColor: 'red' // 挤岔颜色 配合挤岔专用
},
arcBlcok: { // 圆形封锁图形
show: false, // 显示
arcBorderColor: 'green', // 默认边框颜色
locationColor: 'green', // 定位封锁颜色
inversionColor: '#FFFF00' // 反位封锁颜色
},
rectLock: { // 矩形封锁框图形
2020-02-28 15:20:26 +08:00
rectWidth: 18, // 矩形框 宽高
rectBorderColor: 'red', // 矩形边框颜色
monolock: false, // 单锁显示
block: false // 封锁显示
2021-01-15 09:42:19 +08:00
},
coverBlock: { // 道岔封锁 遮盖物
show: true, // 显示
coverBlockColor: '#000080'// 遮挡物颜色
}
};
this[deviceType.Line] = {
lineColor: '#FFFFFF' // 线条颜色
};
this[deviceType.LcControl] = {
text: {
fontSize: 10, // 灯字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
lamp: {
radiusR: 6, // 灯大小
controlColor: '#FFFF00' // 灯颜色
},
mouseOverStyle: {
fontSize: 10,
fontFormat: 'consolas',
fontColor: '#FFF000',
fontWeight: 'normal',
textAlign: 'middle',
textVerticalAlign: 'top',
arcColor: '#00FFFF',
textColor: '#000000'
}
};
this[deviceType.ZcControl] = {
text: {
fontSize: 10, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
lamp: {
radiusR: 6, // 灯大小
controlColor: '#00FF00' // 灯颜色
},
mouseOverStyle: {
fontSize: 10,
fontFormat: 'consolas',
fontColor: '#FFF000',
fontWeight: 'normal',
textAlign: 'middle',
textVerticalAlign: 'top',
arcColor: '#00FFFF',
textColor: '#000000'
}
};
this[deviceType.LimitControl] = {
text: {
fontSize: 10, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
lamp: {
radiusR: 6, // 灯大小
controlColor: '#ECE9D8' // 灯颜色
},
mouseOverStyle: {
fontSize: 10,
fontFormat: 'consolas',
fontColor: '#FFF000',
fontWeight: 'normal',
textAlign: 'middle',
textVerticalAlign: 'top',
textColor: '#000000',
arcColor: '#00FFFF'
}
};
2020-03-06 11:26:52 +08:00
this[deviceType.AutomaticRoute] = {
// 是否显示
2020-03-11 15:10:08 +08:00
displayCondition: '03',
2020-03-06 11:26:52 +08:00
text: {
fontSize: 11, // 字体大小
fontWeight: 'normal', // 字体粗细
distance: 5 // 灯跟文字距离
},
lamp: {
2020-03-09 09:58:49 +08:00
fill: 'rgba(0,0,0,0)', // 填充色
2020-03-06 11:26:52 +08:00
radiusR: 6, // 控制灯大小
controlColor: '#b5b3b3' // 控制灯颜色 (灰色)
}
};
this[deviceType.TrainWindow] = {
lineColor: '#4DD43F', // 车次窗颜色
lineDash: null, // 车次窗虚线间隔
lineWidth: 1, // 车次窗线宽
2020-06-10 17:02:39 +08:00
trainWindowSmooth: 0, // 车次窗矩形圆滑程度
show: false // 车次窗是否显示
};
2020-04-16 09:01:52 +08:00
this[deviceType.SplitStation] = {
lineLength: 15, // 箭头线长度
lineWidth: 2, // 线宽
height: 35, // 分隔整体高度
strokeColor: '#00FF00', // 线颜色
triangleFillColor: '#00FF00', // 三角填充颜色
textFill: '#FFFFFF', // 文字颜色
verticalDistance: 10, // 箭头三角垂直高度
horizontalDistance: 7// 箭头三角水平高度
};
this[deviceType.Train] = {
trainBody: {
2020-05-26 09:21:48 +08:00
fontFamily: 'consolas',
2020-03-02 14:46:59 +08:00
trainBodyLineWidth: 2, // 车身line宽
changeTrainWidth: false, // 是否根据车身上车组号、服务号、车次号、目的地码显示情况改变列车长度
specialTrainType: [
{
type: '03',
serviceNumber: 'MM',
2020-03-02 14:46:59 +08:00
nameFormat: 'tripNumber:serviceNumber:groupNumber'
},
{
type: '02',
2020-03-02 14:46:59 +08:00
nameFormat: 'tripNumber:serviceNumber:groupNumber'
}
], // 特殊列车类型需设置显示格式
lrPadding: 1, // 两边间隔
upPadding: 1, // 上边距离
trainBodyFillColor: '#000000', // 列车车身填充颜色
2020-03-07 18:57:01 +08:00
trainSidelineColor: '#FFFF00',
2020-03-02 14:46:59 +08:00
trainNameFormat: 'tripNumber:serviceNumber:groupNumber'// 列车显示格式
},
soonerOrLater: {
2020-05-20 17:44:47 +08:00
level: 5,
earlyColor: '#00FF00',
severeEarlyColor: '#0000FF',
lateColor: '#FF00FF',
severeLateColor: '#FF0000',
normalColor: '#DADA00'
},
2020-03-25 17:32:57 +08:00
directionArrow: {
},
hsda: {
lrPaddingHSDA: 3, // HSDA两边间隔
upPaddingHSDA: 20, // HSDA上边距离
trainHSDATextFontSize: 8, // 列车HDSA字号
textHContent: '扣', // textH文本
textSContent: '跳', // textS文本
textDContent: '门', // textD文本
textAContent: '警' // textA文本
},
2020-03-02 14:46:59 +08:00
trainAtrStatus: {
2020-03-09 09:58:49 +08:00
trainAtrStatusOffset: { x: 74, y: 8},
2020-03-02 14:46:59 +08:00
r: 5
},
travelSigns: {
2020-03-09 09:58:49 +08:00
trainTravelLeftSignsOffset: { x:3, y: 3},
trainTravelRightSignsOffset: { x: 62, y: 3}
2020-03-02 14:46:59 +08:00
},
delayTime: {
trainDelayTimeOffset: { x:5, y: 14}
},
crewNum: {
2020-03-03 09:46:50 +08:00
trainCrewNumOffset: { x:50, y: 25}
2020-03-02 14:46:59 +08:00
},
travelNum: {
2020-12-01 18:50:23 +08:00
trainTravelNumOffset: { x:9, y:3}
2020-03-02 14:46:59 +08:00
},
trainNumber: {
targetCodePrefix: '000', // 目的地码前缀
defaultTargetCode: 'AAA', // 默认目的地码
trainTargetTextAlign: 'left', // 车次号文字显示位置
2020-03-02 14:46:59 +08:00
trainNumberOffset: { x: 48, y: 3 }// 目的地码偏移量
},
trainServer: {
2020-12-01 18:50:23 +08:00
serviceNumberPrefix: '000', // 服务号(表号)前缀
defaultServiceNumber: 'BBB', // 默认服务号(表号)
trainServerOffset: { x: 33, y: 3 }, // 列车服务号偏移
2020-03-07 18:57:01 +08:00
fontColor: '#00C300'
},
trainTarget: {
2020-12-01 18:50:23 +08:00
tripNumberPrefix: '00', // 车次号前缀
2020-03-02 14:46:59 +08:00
defaultDirectionCode: '', // 默认车次号1
2020-12-01 18:50:23 +08:00
defaultTripNumber: 'CC', // 默认车次号2
trainTargetOffset: { x: 53, y: 3 }, // 列车车次号偏移
2020-03-07 18:57:01 +08:00
fontColor: '#00C300'
},
trainTargetNumber: {
groupNumberPrefix: '000', // 车组号前缀
defaultGroupNumber: 'EEE', // 默认车组号
2020-03-02 14:46:59 +08:00
trainTargetNumberOffset: { x: 5, y: 25 }// 车组号偏移量
},
trainHead: {
trainHeadRectHeight: 15, // 列车车头矩形高度
2020-03-09 18:25:25 +08:00
trainConntWidth: 0, // 列车竖杠的宽度
trainHeadFillColor: '#EF0C08', // 列车车头矩形填充颜色
2020-06-05 10:50:05 +08:00
directionStopType:'normal', // special 西安二号线 停车 列车方向图标不消失 normal 正常
trainHeadHeight: 'trainBox', // 列车车头高度取决于trainBox高度
trainHeadArrowWidth: 5, // 列车车头三角宽度
trainHeadArrowOffsetX: 2 // 列车车头三角偏移
},
common: {
2020-03-02 14:46:59 +08:00
hasTravelSigns: true, // 是否有行进标志
hasAtrStatus: true, // 是否有atr状态
hasDelayTime: true, // 是否有延迟时间
hasCrewNum: true, // 是否有乘务组号
hasTravelNum: true, // 是否有行程号
fixedCoordinates: true, // 列车车组号等固定坐标
trainHeight: 40, // 列车高度
trainHeadDistance: 2, // 列车和车头之间的间距
2020-03-09 09:58:49 +08:00
trainWidth: 82, // 列车长度
2020-03-02 14:46:59 +08:00
trainTextFontSize: 12, // 列车字号
fontFamily: 'consolas', // 默认字体 族类
haveTextHSDA: false, // 是否需创建textHSDA对象
haveArrowText: true, // 是否需创建arrowText对象
textOffset: 1, // 字体偏移(用以控制字体据车头的距离)
2020-02-14 10:58:57 +08:00
trainWidthMoreText: 2, // 计算列车长度时--列车长比text多出尺寸
trainTip:true // 鼠标悬停列车状态信息框是否显示
},
trainStatusStyle: {
2020-03-02 14:46:59 +08:00
defaultDestinationColor: '#FFFF00', // 默认目的地状态显示颜色
destinationStatus: [
2020-02-28 16:47:26 +08:00
{ status: '01', showColor: '#FFFF00' },
{ status: '02', showColor: '#00FF00' },
{ status: '03', showColor: '#3265FF' },
2020-02-28 16:47:26 +08:00
{ status: '04', showColor: '#FF14E9' },
{ status: '05', showColor: '#FF0000' },
{ status: '06', showColor: '#FFFFFF' },
{ status: '07', showColor: '#FFFF00' }
], // 目的地状态 01准点 02早点 03严重早点 04晚点 05严重晚点 06头码车 07ATP切除
destinationStatusSetText: 'trainServer', // 目的地状态设置的对应哪个text的颜色
directionType: [
{
2020-02-17 14:40:59 +08:00
type: 1,
lineLShow: false,
lineRShow: false,
arrowLShow: false,
2020-03-02 14:46:59 +08:00
arrowRShow: false
},
{
2020-02-17 14:40:59 +08:00
type: 0,
lineLShow: false,
lineRShow: false,
2020-03-02 14:46:59 +08:00
arrowLShow: false,
arrowRShow: false
}
2020-02-17 14:40:59 +08:00
], // 运行方向状态类型对应车头显示状态 1从左往右 0从右往左
directionStopType: [
2020-03-02 14:46:59 +08:00
{ type: 1, lineLShow: false, lineRShow: false },
{ type: 0, lineLShow: false, lineRShow: false }
2020-02-19 16:33:59 +08:00
], // 列车停止方向类型对应车头显示状态 1从左往右 0从右往左
2020-02-19 11:47:38 +08:00
driveModeStatus: [
{
2020-02-19 11:47:38 +08:00
status: 'AM',
trainLColor: '#00FF00',
trainRColor: '#00FF00'
},
{
2020-02-19 11:47:38 +08:00
status: 'CM',
trainLColor: '#FFFF00',
trainRColor: '#FFFF00'
},
{
2020-02-19 11:47:38 +08:00
status: 'RM',
trainLColor: '#EA700D',
trainRColor: '#EA700D'
},
{
2020-02-19 11:47:38 +08:00
status: 'NRM',
trainLColor: '#A0522D',
trainRColor: '#A0522D'
}
2020-02-19 11:47:38 +08:00
], // 列车运行模式对应车头颜色 ATO自动驾驶模式AM ATP监控下的人工驾驶模式CM 限制人工驾驶模式RM 非限制人工驾驶模式NRM
runControlStatus: [], // 设置运行控制状态类型 eg:{status: '01', hShow: false, sShow: false}
2020-02-19 11:47:38 +08:00
doorStatus: [], // 设置车门状态类型
2020-02-19 16:01:18 +08:00
communicationStatus: [
{status: 'CBTC', trainColor: '#000000'},
{status: 'ITC', trainColor: '#C0C0C0'},
{status: 'IL', trainColor: '#C0C0C0'}
], // 设置通信状态
alarmStatus: [], // 设置报警状态 eg:{status: '01', aShow: false}
serverNoType: []// 服务号状态类型 eg:{type: '01', showColor: '#FFFFFF'}
}
};
2020-08-20 13:17:58 +08:00
this[deviceType.FloodGate] = {};
2020-10-10 17:58:14 +08:00
this[deviceType.DirectionRod] = {
displayCondition: '01', // 显示条件 01所有模式下显示 02 行调显示 03现地显示
fillColor: '#0F0',
fontColor: '#FFF',
rodLength: 90,
rodHeight: 10,
triangleLength: 25,
triangleHeight: 20,
fontSize: 14,
fontOffsetX: 45,
fontOffsetY: 24
};
this[deviceType.IndicatorLight] = {};
}
}
export default new SkinCode();