openatc-components 0.4.58 → 0.4.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +1 -2
- package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/effectPos.json +16 -16
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +1 -2
- package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/effectPos.json +16 -16
package/package.json
CHANGED
|
@@ -1085,10 +1085,9 @@ export default {
|
|
|
1085
1085
|
name: this.PhaseDataModel.getEffectPos(dir).name,
|
|
1086
1086
|
left: this.PhaseDataModel.getEffectPos(dir).x,
|
|
1087
1087
|
top: this.PhaseDataModel.getEffectPos(dir).y,
|
|
1088
|
-
color: '
|
|
1088
|
+
color: '#6e737c'
|
|
1089
1089
|
})
|
|
1090
1090
|
})
|
|
1091
|
-
console.log(this.effectDirData)
|
|
1092
1091
|
},
|
|
1093
1092
|
getCrossType () {
|
|
1094
1093
|
// 路口类型对应底图决策
|
|
@@ -3,56 +3,56 @@
|
|
|
3
3
|
"id": 1,
|
|
4
4
|
"name": "东直行",
|
|
5
5
|
"ename": "East-Straight",
|
|
6
|
-
"x": "
|
|
6
|
+
"x": "510px",
|
|
7
7
|
"y": "267px"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"id": 2,
|
|
11
11
|
"name": "东左转",
|
|
12
12
|
"ename": "East-Left",
|
|
13
|
-
"x": "
|
|
13
|
+
"x": "510px",
|
|
14
14
|
"y": "297px"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"id": 3,
|
|
18
18
|
"name": "东右转",
|
|
19
19
|
"ename": "East-Right",
|
|
20
|
-
"x": "
|
|
20
|
+
"x": "510px",
|
|
21
21
|
"y": "238px"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"id": 4,
|
|
25
25
|
"name": "东掉头",
|
|
26
26
|
"ename": "East-Back",
|
|
27
|
-
"x": "
|
|
27
|
+
"x": "510px",
|
|
28
28
|
"y": "325px"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"id": 5,
|
|
32
32
|
"name": "西直行",
|
|
33
33
|
"ename": "West-Straight",
|
|
34
|
-
"x": "
|
|
34
|
+
"x": "328px",
|
|
35
35
|
"y": "359px"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"id": 6,
|
|
39
39
|
"name": "西左转",
|
|
40
40
|
"ename": "West-Left",
|
|
41
|
-
"x": "
|
|
41
|
+
"x": "328px",
|
|
42
42
|
"y": "329px"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"id": 7,
|
|
46
46
|
"name": "西右转",
|
|
47
47
|
"ename": "West-Right",
|
|
48
|
-
"x": "
|
|
48
|
+
"x": "328px",
|
|
49
49
|
"y": "388px"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"id": 8,
|
|
53
53
|
"name": "西掉头",
|
|
54
54
|
"ename": "West-Back",
|
|
55
|
-
"x": "
|
|
55
|
+
"x": "328px",
|
|
56
56
|
"y": "300px"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
@@ -60,56 +60,56 @@
|
|
|
60
60
|
"name": "北直行",
|
|
61
61
|
"ename": "North-Straight",
|
|
62
62
|
"x": "379px",
|
|
63
|
-
"y": "
|
|
63
|
+
"y": "216px"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"id": 10,
|
|
67
67
|
"name": "北左转",
|
|
68
68
|
"ename": "North-Left",
|
|
69
69
|
"x": "408px",
|
|
70
|
-
"y": "
|
|
70
|
+
"y": "216px"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"id": 11,
|
|
74
74
|
"name": "北右转",
|
|
75
75
|
"ename": "North-Right",
|
|
76
76
|
"x": "348px",
|
|
77
|
-
"y": "
|
|
77
|
+
"y": "216px"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"id": 12,
|
|
81
81
|
"name": "北掉头",
|
|
82
82
|
"ename": "North-Back",
|
|
83
83
|
"x": "436px",
|
|
84
|
-
"y": "
|
|
84
|
+
"y": "216px"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"id": 13,
|
|
88
88
|
"name": "南直行",
|
|
89
89
|
"ename": "South-Straight",
|
|
90
90
|
"x": "470px",
|
|
91
|
-
"y": "
|
|
91
|
+
"y": "399px"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"id": 14,
|
|
95
95
|
"name": "南左转",
|
|
96
96
|
"ename": "South-Left",
|
|
97
97
|
"x": "440px",
|
|
98
|
-
"y": "
|
|
98
|
+
"y": "399px"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"id": 15,
|
|
102
102
|
"name": "南右转",
|
|
103
103
|
"ename": "South-Right",
|
|
104
104
|
"x": "500px",
|
|
105
|
-
"y": "
|
|
105
|
+
"y": "399px"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"id": 16,
|
|
109
109
|
"name": "南掉头",
|
|
110
110
|
"ename": "South-Back",
|
|
111
111
|
"x": "412px",
|
|
112
|
-
"y": "
|
|
112
|
+
"y": "399px"
|
|
113
113
|
}
|
|
114
114
|
]
|
|
115
115
|
}
|