openatc-components 0.3.13 → 0.3.14

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.
Files changed (46) hide show
  1. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +422 -289
  2. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +324 -177
  3. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +190 -137
  4. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +329 -223
  5. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +241 -224
  6. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +247 -233
  7. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +350 -296
  8. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +4 -4
  9. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +418 -322
  10. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +389 -266
  11. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +393 -273
  12. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +312 -221
  13. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +558 -412
  14. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +417 -321
  15. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +391 -265
  16. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +395 -272
  17. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +440 -341
  18. package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +3 -3
  19. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +8 -8
  20. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +8 -8
  21. package/package/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +2 -2
  22. package/package/kisscomps/components/patternConfig/pattern/patternTable.vue +5 -5
  23. package/package/kissui.min.js +1 -1
  24. package/package.json +1 -1
  25. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/CrossRoadsSvg.vue +422 -289
  26. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionEWSvg.vue +324 -177
  27. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/PedSectionSNSvg.vue +190 -137
  28. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampEastSvg.vue +329 -223
  29. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampNorthSvg.vue +241 -224
  30. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampSouthSvg.vue +247 -233
  31. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/RampWestSvg.vue +350 -296
  32. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkSvg.vue +4 -4
  33. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeEastRoadsSvg.vue +418 -322
  34. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeNorthRoadsSvg.vue +389 -266
  35. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeSouthRoadsSvg.vue +393 -273
  36. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/TShapeWestRoadsSvg.vue +312 -221
  37. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LCrossRoadsSvg.vue +558 -412
  38. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeEastRoadsSvg.vue +417 -321
  39. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeNorthRoadsSvg.vue +391 -265
  40. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeSouthRoadsSvg.vue +395 -272
  41. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/leftroad/LTShapeWestRoadsSvg.vue +440 -341
  42. package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +3 -3
  43. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.json +8 -8
  44. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/busPos.left.json +8 -8
  45. package/src/kisscomps/components/XRDDirSelector/XRDDirSelector.vue +2 -2
  46. package/src/kisscomps/components/patternConfig/pattern/patternTable.vue +5 -5
@@ -18,7 +18,7 @@
18
18
  x="0px"
19
19
  y="0px"
20
20
  viewBox="0 0 870 650"
21
- style="enable-background:new 0 0 870 650;"
21
+ style="enable-background: new 0 0 870 650"
22
22
  xml:space="preserve"
23
23
  :width="Width"
24
24
  :height="Height"
@@ -27,211 +27,264 @@
27
27
  <path
28
28
  class="st0"
29
29
  d="M542.7,0.2h-18H345.1h-18v196.7L327,452.4v197.7h18h179.6h18V452.4c0-0.6,0-1.3,0.1-1.9L542.7,0.2L542.7,0.2z"
30
- ></path>
30
+ />
31
31
  <g class="st1" v-if="showSidewalk">
32
32
  <g>
33
- <rect x="346.7" y="297.3" class="st2" width="4" height="56.3"></rect>
33
+ <rect x="346.7" y="297.3" class="st2" width="4" height="56.3" />
34
34
  </g>
35
35
  <g>
36
- <rect x="338.9" y="297.3" class="st2" width="4" height="56.3"></rect>
36
+ <rect x="338.9" y="297.3" class="st2" width="4" height="56.3" />
37
37
  </g>
38
38
  <g>
39
- <rect x="331.3" y="297.3" class="st2" width="4" height="56.3"></rect>
39
+ <rect x="331.3" y="297.3" class="st2" width="4" height="56.3" />
40
40
  </g>
41
41
  <g>
42
- <rect x="354.5" y="297.3" class="st2" width="4" height="56.3"></rect>
42
+ <rect x="354.5" y="297.3" class="st2" width="4" height="56.3" />
43
43
  </g>
44
44
  <g>
45
- <rect x="362.3" y="297.3" class="st2" width="4" height="56.3"></rect>
45
+ <rect x="362.3" y="297.3" class="st2" width="4" height="56.3" />
46
46
  </g>
47
47
  <g>
48
- <rect x="370.1" y="297.3" class="st2" width="4" height="56.3"></rect>
48
+ <rect x="370.1" y="297.3" class="st2" width="4" height="56.3" />
49
49
  </g>
50
50
  <g>
51
- <rect x="377.9" y="297.3" class="st2" width="4" height="56.3"></rect>
51
+ <rect x="377.9" y="297.3" class="st2" width="4" height="56.3" />
52
52
  </g>
53
53
  <g>
54
- <rect x="385.7" y="297.3" class="st2" width="4" height="56.3"></rect>
54
+ <rect x="385.7" y="297.3" class="st2" width="4" height="56.3" />
55
55
  </g>
56
56
  <g>
57
- <rect x="393.5" y="297.3" class="st2" width="4" height="56.3"></rect>
57
+ <rect x="393.5" y="297.3" class="st2" width="4" height="56.3" />
58
58
  </g>
59
59
  <g>
60
- <rect x="401.3" y="297.3" class="st2" width="4" height="56.3"></rect>
60
+ <rect x="401.3" y="297.3" class="st2" width="4" height="56.3" />
61
61
  </g>
62
62
  <g>
63
- <rect x="409.1" y="297.3" class="st2" width="4" height="56.3"></rect>
63
+ <rect x="409.1" y="297.3" class="st2" width="4" height="56.3" />
64
64
  </g>
65
65
  <g>
66
- <rect x="416.9" y="297.3" class="st2" width="4" height="56.3"></rect>
66
+ <rect x="416.9" y="297.3" class="st2" width="4" height="56.3" />
67
67
  </g>
68
68
  <g>
69
- <rect x="424.8" y="297.3" class="st2" width="4" height="56.3"></rect>
69
+ <rect x="424.8" y="297.3" class="st2" width="4" height="56.3" />
70
70
  </g>
71
71
  <g>
72
- <rect x="432.6" y="297.3" class="st2" width="4" height="56.3"></rect>
72
+ <rect x="432.6" y="297.3" class="st2" width="4" height="56.3" />
73
73
  </g>
74
74
  <g>
75
- <rect x="440.4" y="297.3" class="st2" width="4" height="56.3"></rect>
75
+ <rect x="440.4" y="297.3" class="st2" width="4" height="56.3" />
76
76
  </g>
77
77
  <g>
78
- <rect x="448.2" y="297.3" class="st2" width="4" height="56.3"></rect>
78
+ <rect x="448.2" y="297.3" class="st2" width="4" height="56.3" />
79
79
  </g>
80
80
  <g>
81
- <rect x="456" y="297.3" class="st2" width="4" height="56.3"></rect>
81
+ <rect x="456" y="297.3" class="st2" width="4" height="56.3" />
82
82
  </g>
83
83
  <g>
84
- <rect x="463.8" y="297.3" class="st2" width="4" height="56.3"></rect>
84
+ <rect x="463.8" y="297.3" class="st2" width="4" height="56.3" />
85
85
  </g>
86
86
  <g>
87
- <rect x="471.6" y="297.3" class="st2" width="4" height="56.3"></rect>
87
+ <rect x="471.6" y="297.3" class="st2" width="4" height="56.3" />
88
88
  </g>
89
89
  <g>
90
- <rect x="479.4" y="297.3" class="st2" width="4" height="56.3"></rect>
90
+ <rect x="479.4" y="297.3" class="st2" width="4" height="56.3" />
91
91
  </g>
92
92
  <g>
93
- <rect x="487.2" y="297.3" class="st2" width="4" height="56.3"></rect>
93
+ <rect x="487.2" y="297.3" class="st2" width="4" height="56.3" />
94
94
  </g>
95
95
  <g>
96
- <rect x="495" y="297.3" class="st2" width="4" height="56.3"></rect>
96
+ <rect x="495" y="297.3" class="st2" width="4" height="56.3" />
97
97
  </g>
98
98
  <g>
99
- <rect x="502.8" y="297.3" class="st2" width="4" height="56.3"></rect>
99
+ <rect x="502.8" y="297.3" class="st2" width="4" height="56.3" />
100
100
  </g>
101
101
  <g>
102
- <rect x="510.6" y="297.3" class="st2" width="4" height="56.3"></rect>
102
+ <rect x="510.6" y="297.3" class="st2" width="4" height="56.3" />
103
103
  </g>
104
104
  <g>
105
- <rect x="518.4" y="297.3" class="st2" width="4" height="56.3"></rect>
106
- <rect x="526.4" y="297.3" class="st2" width="4" height="56.3"></rect>
107
- <rect x="534.3" y="297.3" class="st2" width="4" height="56.3"></rect>
105
+ <rect x="518.4" y="297.3" class="st2" width="4" height="56.3" />
106
+ <rect x="526.4" y="297.3" class="st2" width="4" height="56.3" />
107
+ <rect x="534.3" y="297.3" class="st2" width="4" height="56.3" />
108
108
  </g>
109
109
  </g>
110
110
  <g>
111
- <path class="st3" d="M308.3,650.2V0.2l0,0h-1v650"></path>
111
+ <path class="st3" d="M308.3,650.2V0.2l0,0h-1v650" />
112
112
  </g>
113
- <rect x="324.8" y="0.2" class="st4" width="3" height="650"></rect>
113
+ <rect x="324.8" y="0.2" class="st4" width="3" height="650" />
114
114
  <g>
115
- <path class="st3" d="M561.7,0.2v650l0,0h1V0.2"></path>
115
+ <path class="st3" d="M561.7,0.2v650l0,0h1V0.2" />
116
116
  </g>
117
- <g>
117
+ <rect x="542.2" y="0.2" class="st4" width="3" height="650" />
118
+ <polygon
119
+ v-if="showPhaseIcon"
120
+ id="东直行_18_"
121
+ class="st5"
122
+ points="387.9,228.3 387.9,252.5 384.2,252.5 389.4,261.6 394.6,252.5 390.9,252.5
123
+ 390.9,228.3"
124
+ />
125
+ <polygon
126
+ v-if="showPhaseIcon"
127
+ id="东直行_15_"
128
+ class="st5"
129
+ points="482.2,423 482.2,398.9 485.9,398.9 480.7,389.8 475.5,398.9 479.2,398.9
130
+ 479.2,423"
131
+ />
132
+ </g>
133
+ <g>
134
+ <rect x="347.3" y="372.8" class="st6" width="2" height="277.4" />
135
+ <g id="XMLID_50_">
118
136
  <g>
119
- <rect x="489.5" y="6.2" class="st5" width="2" height="11"></rect>
120
- <rect x="489.5" y="28.6" class="st5" width="2" height="11.6"></rect>
121
- <rect x="489.5" y="144.1" class="st5" width="2" height="11.6"></rect>
122
- <rect x="489.5" y="121.1" class="st5" width="2" height="11.6"></rect>
123
- <rect x="489.5" y="74.8" class="st5" width="2" height="11.6"></rect>
124
- <rect x="489.5" y="98" class="st5" width="2" height="11.6"></rect>
125
- <rect x="489.5" y="51.8" class="st5" width="2" height="11.6"></rect>
126
- <rect x="489.5" y="167.3" class="st5" width="2" height="11.6"></rect>
127
- <rect x="489.5" y="190.4" class="st5" width="2" height="14"></rect>
128
- <rect x="459.2" y="98" class="st5" width="2" height="11.6"></rect>
129
- <rect x="459.2" y="121.1" class="st5" width="2" height="11.6"></rect>
130
- <rect x="459.2" y="167.3" class="st5" width="2" height="11.6"></rect>
131
- <rect x="459.2" y="144.1" class="st5" width="2" height="11.6"></rect>
132
- <rect x="459.2" y="51.8" class="st5" width="2" height="11.6"></rect>
133
- <rect x="459.2" y="74.8" class="st5" width="2" height="11.6"></rect>
134
- <rect x="459.2" y="28.6" class="st5" width="2" height="11.6"></rect>
135
- <rect x="459.2" y="6.2" class="st5" width="2" height="11"></rect>
136
- <rect x="489.5" y="0.2" class="st5" width="2" height="0.9"></rect>
137
- <rect x="459.2" y="0.2" class="st5" width="2" height="0.9"></rect>
138
- <rect x="459.2" y="190.4" class="st5" width="2" height="14"></rect>
139
- <rect x="489.5" y="215" class="st5" width="2" height="11.6"></rect>
140
- <rect x="489.5" y="238.1" class="st5" width="2" height="14"></rect>
141
- <rect x="459.2" y="215" class="st5" width="2" height="11.6"></rect>
142
- <rect x="459.2" y="238.1" class="st5" width="2" height="14"></rect>
143
- <rect x="489.5" y="263.3" class="st5" width="2" height="14"></rect>
144
- <rect x="459.2" y="263.3" class="st5" width="2" height="14"></rect>
137
+ <rect x="465.8" y="587.3" class="st6" width="2" height="12" />
145
138
  </g>
139
+ </g>
140
+ <rect x="494.2" y="587.4" class="st6" width="2" height="12" />
141
+ <g id="XMLID_49_">
146
142
  <g>
143
+ <rect x="465.8" y="623.3" class="st6" width="2" height="12" />
144
+ </g>
145
+ </g>
146
+ <rect x="494.2" y="623.3" class="st6" width="2" height="12" />
147
+ <g>
148
+ <g id="XMLID_47_">
149
+ <g>
150
+ <rect x="377.5" y="372.8" class="st6" width="2" height="12" />
151
+ </g>
152
+ </g>
153
+ <rect x="407.8" y="372.8" class="st6" width="2" height="12" />
154
+ <g id="XMLID_46_">
155
+ <g>
156
+ <rect x="377.5" y="408.8" class="st6" width="2" height="12" />
157
+ </g>
158
+ </g>
159
+ <rect x="407.8" y="408.8" class="st6" width="2" height="12" />
160
+ <g id="XMLID_45_">
147
161
  <g>
148
- <rect x="430.2" y="-0.2" class="st4" width="2" height="276.4"></rect>
162
+ <rect x="377.5" y="444.8" class="st6" width="2" height="12" />
149
163
  </g>
150
- <rect x="401.8" y="-0.2" class="st5" width="2" height="275.4"></rect>
151
- <rect x="373.4" y="-0.2" class="st5" width="2" height="275.4"></rect>
152
- <rect x="345" y="-0.2" class="st5" width="2" height="275.4"></rect>
153
- <rect x="520.1" y="-0.2" class="st5" width="2" height="276.3"></rect>
154
- <polyline class="st5" points="432.2,275.3 432.2,277.3 327.6,277.3 327.6,275.3"></polyline>
155
164
  </g>
165
+ <rect x="407.8" y="444.8" class="st6" width="2" height="12" />
166
+ <g id="XMLID_44_">
167
+ <g>
168
+ <rect x="377.5" y="480.8" class="st6" width="2" height="12" />
169
+ </g>
170
+ </g>
171
+ <rect x="407.8" y="480.8" class="st6" width="2" height="12" />
172
+ <g id="XMLID_43_">
173
+ <g>
174
+ <rect x="377.5" y="516.8" class="st6" width="2" height="12" />
175
+ </g>
176
+ </g>
177
+ <rect x="407.8" y="516.8" class="st6" width="2" height="12" />
178
+ <g id="XMLID_42_">
179
+ <g>
180
+ <rect x="377.5" y="552.8" class="st6" width="2" height="12" />
181
+ </g>
182
+ </g>
183
+ <rect x="407.8" y="552.8" class="st6" width="2" height="12" />
184
+ <g id="XMLID_41_">
185
+ <g>
186
+ <rect x="377.5" y="588.8" class="st6" width="2" height="12" />
187
+ </g>
188
+ </g>
189
+ <rect x="407.8" y="588.8" class="st6" width="2" height="12" />
190
+ <g id="XMLID_40_">
191
+ <g>
192
+ <rect x="377.5" y="624.8" class="st6" width="2" height="12" />
193
+ </g>
194
+ </g>
195
+ <rect x="407.8" y="624.8" class="st6" width="2" height="12" />
156
196
  </g>
157
197
  <g>
158
198
  <g>
159
- <rect x="378.3" y="632.9" class="st5" width="2" height="11"></rect>
160
- <rect x="378.3" y="609.8" class="st5" width="2" height="11.6"></rect>
161
- <rect x="378.3" y="494.3" class="st5" width="2" height="11.6"></rect>
162
- <rect x="378.3" y="517.4" class="st5" width="2" height="11.6"></rect>
163
- <rect x="378.3" y="563.6" class="st5" width="2" height="11.6"></rect>
164
- <rect x="378.3" y="540.5" class="st5" width="2" height="11.6"></rect>
165
- <rect x="378.3" y="586.7" class="st5" width="2" height="11.6"></rect>
166
- <rect x="378.3" y="471" class="st5" width="2" height="11.6"></rect>
167
- <rect x="378.3" y="445.5" class="st5" width="2" height="14"></rect>
168
- <rect x="408.6" y="540.5" class="st5" width="2" height="11.6"></rect>
169
- <rect x="408.6" y="517.4" class="st5" width="2" height="11.6"></rect>
170
- <rect x="408.6" y="471" class="st5" width="2" height="11.6"></rect>
171
- <rect x="408.6" y="494.3" class="st5" width="2" height="11.6"></rect>
172
- <rect x="408.6" y="586.7" class="st5" width="2" height="11.6"></rect>
173
- <rect x="408.6" y="563.6" class="st5" width="2" height="11.6"></rect>
174
- <rect x="408.6" y="609.8" class="st5" width="2" height="11.6"></rect>
175
- <rect x="408.6" y="632.9" class="st5" width="2" height="11"></rect>
176
- <rect x="378.3" y="649" class="st5" width="2" height="0.9"></rect>
177
- <rect x="408.6" y="649" class="st5" width="2" height="0.9"></rect>
178
- <rect x="408.6" y="445.5" class="st5" width="2" height="14"></rect>
179
- <rect x="378.3" y="423.4" class="st5" width="2" height="11.6"></rect>
180
- <rect x="378.3" y="397.9" class="st5" width="2" height="14"></rect>
181
- <rect x="408.6" y="423.4" class="st5" width="2" height="11.6"></rect>
182
- <rect x="408.6" y="397.9" class="st5" width="2" height="14"></rect>
183
- <rect x="378.3" y="372.8" class="st5" width="2" height="14"></rect>
184
- <rect x="408.6" y="372.8" class="st5" width="2" height="14"></rect>
199
+ <rect x="437.4" y="373.7" class="st4" width="2" height="276.5" />
200
+ </g>
201
+ <rect x="465.8" y="374.2" class="st6" width="2" height="189.2" />
202
+ <rect x="494.2" y="374.2" class="st6" width="2" height="189.2" />
203
+ <rect x="522.6" y="373.4" class="st6" width="2" height="276.8" />
204
+ <polygon
205
+ class="st6"
206
+ points="511.9,374.8 509.5,374.8 475.9,374.8 473.4,374.8 437.4,374.8 437.4,372.8 542.2,372.8 542.2,374.8
207
+ "
208
+ />
209
+ </g>
210
+ </g>
211
+ <g>
212
+ <rect x="520.7" y="0.2" class="st6" width="2" height="277" />
213
+ <g id="XMLID_20_">
214
+ <g>
215
+ <rect x="402.2" y="50.8" class="st6" width="2" height="12" />
185
216
  </g>
217
+ </g>
218
+ <rect x="373.8" y="50.7" class="st6" width="2" height="12" />
219
+ <g id="XMLID_19_">
186
220
  <g>
221
+ <rect x="402.2" y="14.8" class="st6" width="2" height="12" />
222
+ </g>
223
+ </g>
224
+ <rect x="373.8" y="14.7" class="st6" width="2" height="12" />
225
+ <g>
226
+ <g id="XMLID_15_">
227
+ <g>
228
+ <rect x="490.5" y="265.3" class="st6" width="2" height="12" />
229
+ </g>
230
+ </g>
231
+ <rect x="460.2" y="265.3" class="st6" width="2" height="12" />
232
+ <g id="XMLID_14_">
233
+ <g>
234
+ <rect x="490.5" y="229.3" class="st6" width="2" height="12" />
235
+ </g>
236
+ </g>
237
+ <rect x="460.2" y="229.3" class="st6" width="2" height="12" />
238
+ <g id="XMLID_13_">
239
+ <g>
240
+ <rect x="490.5" y="193.3" class="st6" width="2" height="12" />
241
+ </g>
242
+ </g>
243
+ <rect x="460.2" y="193.3" class="st6" width="2" height="12" />
244
+ <g id="XMLID_12_">
245
+ <g>
246
+ <rect x="490.5" y="157.3" class="st6" width="2" height="12" />
247
+ </g>
248
+ </g>
249
+ <rect x="460.2" y="157.3" class="st6" width="2" height="12" />
250
+ <g id="XMLID_11_">
251
+ <g>
252
+ <rect x="490.5" y="121.3" class="st6" width="2" height="12" />
253
+ </g>
254
+ </g>
255
+ <rect x="460.2" y="121.3" class="st6" width="2" height="12" />
256
+ <g id="XMLID_10_">
257
+ <g>
258
+ <rect x="490.5" y="85.3" class="st6" width="2" height="12" />
259
+ </g>
260
+ </g>
261
+ <rect x="460.2" y="85.3" class="st6" width="2" height="12" />
262
+ <g id="XMLID_7_">
187
263
  <g>
188
- <rect x="437.6" y="373.8" class="st4" width="2" height="276.4"></rect>
264
+ <rect x="490.5" y="49.3" class="st6" width="2" height="12" />
189
265
  </g>
190
- <rect x="466" y="374.8" class="st5" width="2" height="275.4"></rect>
191
- <rect x="494.4" y="374.8" class="st5" width="2" height="275.4"></rect>
192
- <rect x="522.8" y="374.8" class="st5" width="2" height="275.4"></rect>
193
- <rect x="347.7" y="373.9" class="st5" width="2" height="276.3"></rect>
194
- <polyline class="st5" points="437.6,374.8 437.6,372.8 542.2,372.8 542.2,374.8"></polyline>
195
266
  </g>
267
+ <rect x="460.2" y="49.3" class="st6" width="2" height="12" />
268
+ <g id="XMLID_6_">
269
+ <g>
270
+ <rect x="490.5" y="13.3" class="st6" width="2" height="12" />
271
+ </g>
272
+ </g>
273
+ <rect x="460.2" y="13.3" class="st6" width="2" height="12" />
274
+ </g>
275
+ <g>
276
+ <g>
277
+ <rect x="430.6" y="0.2" class="st4" width="2" height="276.1" />
278
+ </g>
279
+ <rect x="402.2" y="86.7" class="st6" width="2" height="189.2" />
280
+ <rect x="373.8" y="86.7" class="st6" width="2" height="189.2" />
281
+ <rect x="345.4" y="0.2" class="st6" width="2" height="276.5" />
282
+ <polygon
283
+ class="st6"
284
+ points="358.1,275.3 360.5,275.3 394.1,275.3 396.6,275.3 432.6,275.3 432.6,277.3 327.8,277.3 327.8,275.3
285
+ "
286
+ />
196
287
  </g>
197
- <rect x="542.2" y="0.2" class="st4" width="3" height="650"></rect>
198
- <polygon
199
- v-if="showPhaseIcon"
200
- id="东直行_18_"
201
- class="st6"
202
- points="387.9,228.3 387.9,252.5 384.2,252.5 389.4,261.6 394.6,252.5 390.9,252.5
203
- 390.9,228.3"
204
- ></polygon>
205
- <!-- <polygon
206
- id="东直行_17_"
207
- class="st6"
208
- points="415.4,228.3 415.4,252.5 411.7,252.5 416.9,261.6 422.1,252.5 418.4,252.5
209
- 418.4,228.3"
210
- ></polygon>
211
- <polygon
212
- id="东直行_16_"
213
- class="st6"
214
- points="358.2,228.3 358.2,252.5 354.5,252.5 359.7,261.6 364.9,252.5 361.2,252.5
215
- 361.2,228.3"
216
- ></polygon> -->
217
- <polygon
218
- v-if="showPhaseIcon"
219
- id="东直行_15_"
220
- class="st6"
221
- points="482.2,423 482.2,398.9 485.9,398.9 480.7,389.8 475.5,398.9 479.2,398.9
222
- 479.2,423"
223
- ></polygon>
224
- <!-- <polygon
225
- id="东直行_14_"
226
- class="st6"
227
- points="512.1,423 512.1,398.9 515.8,398.9 510.6,389.8 505.4,398.9 509.1,398.9
228
- 509.1,423"
229
- ></polygon>
230
- <polygon
231
- id="东直行_13_"
232
- class="st6"
233
- points="453.7,423 453.7,398.9 457.4,398.9 452.2,389.8 447,398.9 450.7,398.9 450.7,423"
234
- ></polygon> -->
235
288
  </g>
236
289
  </svg>
237
290
  </template>
@@ -280,9 +333,9 @@ export default {
280
333
  fill: #ccb63a;
281
334
  }
282
335
  .st5 {
283
- fill: #dddddd;
336
+ fill: #ededed;
284
337
  }
285
338
  .st6 {
286
- fill: #ededed;
339
+ fill: #dddddd;
287
340
  }
288
341
  </style>