Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5 | pmbaty | 1 | VERSION 6 // V1 expects map checkpoint rectangles |
2 | // V2 and above expect map checkpoint points |
||
3 | // V3 and above expect splash file stuff at the end |
||
4 | // V4 and above expect two sets of PIX and M^T and ped substitution entry |
||
5 | 116.65,-6.38,94.81 // Position of centre of start of grid |
||
6 | 90 // Direction that grid faces in |
||
7 | // Laps, checkpoints etc |
||
8 | 180,60,45 // Initial timer count for each skill level |
||
9 | 3 // # laps |
||
10 | 5000,5000,5000 // Race completed bonus (all laps raced) for each skill level |
||
11 | 10000,10000,10000 // Race completed bonus (all peds killed) for each skill level |
||
12 | 10000,10000,10000 // Race completed bonus (all oppos wasted) for each skill level |
||
13 | // Width and height of map checkpoint rectangles |
||
14 | 9,18 |
||
15 | 11,26 |
||
16 | |||
17 | 9 // # pixelmap files to load |
||
18 | INDYSKY.PIX |
||
19 | BARRY.PIX |
||
20 | INDUSTA2.PIX |
||
21 | IHORIZN.PIX |
||
22 | DRKSCRN.PIX |
||
23 | FOGSCRN.PIX |
||
24 | INDTEX29.PIX |
||
25 | INDTEX30.PIX |
||
26 | INDTEX31.PIX |
||
27 | 9 |
||
28 | INDYSKY.PIX |
||
29 | BARRY.PIX // # pixelmap files to load(low memory) |
||
30 | INDUSTA8.PIX |
||
31 | IHORIZN.PIX |
||
32 | DRKSCRN.PIX |
||
33 | FOGSCRN.PIX |
||
34 | INDTEX29.PIX |
||
35 | INDTEX30.PIX |
||
36 | INDTEX31.PIX |
||
37 | 1 // # shade table files to load |
||
38 | DRRENDER.TAB |
||
39 | 14 // # material files to load |
||
40 | INDYWIND.MAT |
||
41 | BARRY.MAT |
||
42 | URINE.MAT |
||
43 | RIVVY.MAT |
||
44 | DRAB.MAT |
||
45 | RIDDY.MAT |
||
46 | INDUSTA2.MAT |
||
47 | DARKSKY.MAT |
||
48 | DRKSCRN.MAT |
||
49 | FOGSCRN.MAT |
||
50 | GANTSCRN.MAT |
||
51 | TUNNSCRN.MAT |
||
52 | ACIDSCRN.MAT |
||
53 | SKIDMARK.MAT |
||
54 | 14 // # material files to load(low memory) |
||
55 | INDYWIND.MAT |
||
56 | BARRY.MAT |
||
57 | URINE.MAT |
||
58 | RIVVY.MAT |
||
59 | DRAB.MAT |
||
60 | RIDDY.MAT |
||
61 | INDUSTA8.MAT |
||
62 | DARKSKY.MAT |
||
63 | DRKSCRN.MAT |
||
64 | FOGSCRN.MAT |
||
65 | GANTSCRN.MAT |
||
66 | TUNNSCRN.MAT |
||
67 | ACIDSCRN.MAT |
||
68 | SKIDMARK.MAT |
||
69 | 1 // # model files to load |
||
70 | NETINDA.DAT |
||
71 | 1 // # model files to load |
||
72 | NETINDA8.DAT |
||
73 | NETINDA.ACT // Track actor |
||
74 | NETINDA8.ACT // Track actor |
||
75 | INDUSTX.ACT // Additional actor |
||
76 | // HORIZON STUFF |
||
77 | IHORIZN.PIX // Name of sky texture pixelmap (or "none") |
||
78 | 5 // Horizontal repetitions of sky texture |
||
79 | 24 // Vertical size of sky texture (degrees) |
||
80 | 83 // Position of horizon (pixels below top) |
||
81 | dark // Depth cue mode ("none", "dark" or "fog") |
||
82 | 7,0 // Degree of fog/darkness |
||
83 | // DEFAULT ENGINE NOISE |
||
84 | |||
85 | // SPECIAL EFFECTS VOLUMES |
||
86 | 12 // # special effects volumes |
||
87 | DEFAULT WATER |
||
88 | 0.2 // gravity multiplier |
||
89 | 50 // viscosity multiplier |
||
90 | |||
91 | 0.002 // Pedestrian damage per millisecond |
||
92 | |||
93 | 1 // Sky colour |
||
94 | URINE.MAT // Windscreen material to use |
||
95 | 5100 // Sound ID of entry noise |
||
96 | 5100 // Sound ID of exit noise |
||
97 | 2 // Engine noise index |
||
98 | |||
99 | //------------------------ 0 ----------------------------------------- |
||
100 | NEW IMPROVED! |
||
101 | -0.059, -0.003, -2.073 |
||
102 | 0.003, 1.200, -0.002 |
||
103 | 1.808, -0.005, -0.052 |
||
104 | 129.995, -4.116, 94.844 |
||
105 | 1 // gravity multiplier |
||
106 | 1 // viscosity multiplier |
||
107 | |||
108 | |||
109 | -1 // camera effect index |
||
110 | -1 // sky colour |
||
111 | RIDDY.MAT // Windscreen material to use |
||
112 | -1 // Sound ID of entry noise |
||
113 | -1 // Sound ID of exit noise |
||
114 | 1 // Engine noise index |
||
115 | |||
116 | //------------------------ 1 ----------------------------------------- |
||
117 | NEW IMPROVED! |
||
118 | -0.039, 0.000, -2.986 |
||
119 | -0.001, 0.833, 0.000 |
||
120 | 7.429, 0.006, -0.096 |
||
121 | 100.145, 0.271, 14.817 |
||
122 | 1 // gravity multiplier |
||
123 | 1 // viscosity multiplier |
||
124 | |||
125 | |||
126 | -1 // camera effect index |
||
127 | -1 // sky colour |
||
128 | RIDDY.MAT // Windscreen material to use |
||
129 | -1 // Sound ID of entry noise |
||
130 | -1 // Sound ID of exit noise |
||
131 | 1 // Engine noise index |
||
132 | |||
133 | //------------------------ 2 ----------------------------------------- |
||
134 | NEW IMPROVED! |
||
135 | 0.010, 0.002, 1.000 |
||
136 | 0.000, 1.000, -0.002 |
||
137 | -4.680, 0.000, 0.047 |
||
138 | 124.928, -4.640, 19.399 |
||
139 | 1 // gravity multiplier |
||
140 | 1 // viscosity multiplier |
||
141 | |||
142 | |||
143 | -1 // camera effect index |
||
144 | -1 // sky colour |
||
145 | RIVVY.MAT // Windscreen material to use |
||
146 | -1 // Sound ID of entry noise |
||
147 | -1 // Sound ID of exit noise |
||
148 | 1 // Engine noise index |
||
149 | |||
150 | //------------------------ 3 ----------------------------------------- |
||
151 | NEW IMPROVED! |
||
152 | 0.002, 0.002, 1.000 |
||
153 | 0.000, 1.000, -0.002 |
||
154 | -4.095, 0.000, 0.009 |
||
155 | 124.127, -4.660, 14.664 |
||
156 | 1 // gravity multiplier |
||
157 | 1 // viscosity multiplier |
||
158 | |||
159 | |||
160 | -1 // camera effect index |
||
161 | -1 // sky colour |
||
162 | RIVVY.MAT // Windscreen material to use |
||
163 | -1 // Sound ID of entry noise |
||
164 | -1 // Sound ID of exit noise |
||
165 | 1 // Engine noise index |
||
166 | |||
167 | //------------------------ 4 ----------------------------------------- |
||
168 | NEW IMPROVED! |
||
169 | -0.001, 0.002, 1.000 |
||
170 | 0.000, 1.000, -0.002 |
||
171 | -4.148, 0.000, -0.006 |
||
172 | 124.241, -4.600, 10.052 |
||
173 | 1 // gravity multiplier |
||
174 | 1 // viscosity multiplier |
||
175 | |||
176 | |||
177 | -1 // camera effect index |
||
178 | -1 // sky colour |
||
179 | RIVVY.MAT // Windscreen material to use |
||
180 | -1 // Sound ID of entry noise |
||
181 | -1 // Sound ID of exit noise |
||
182 | 1 // Engine noise index |
||
183 | |||
184 | //------------------------ 5 ----------------------------------------- |
||
185 | NEW IMPROVED! |
||
186 | -0.034, 0.001, -2.091 |
||
187 | -0.002, 1.000, 0.000 |
||
188 | 7.447, 0.019, -1.082 |
||
189 | 45.792, -0.839, 127.248 |
||
190 | 1 // gravity multiplier |
||
191 | 1 // viscosity multiplier |
||
192 | |||
193 | |||
194 | -1 // camera effect index |
||
195 | -1 // sky colour |
||
196 | RIDDY.MAT // Windscreen material to use |
||
197 | -1 // Sound ID of entry noise |
||
198 | -1 // Sound ID of exit noise |
||
199 | 1 // Engine noise index |
||
200 | |||
201 | //------------------------ 6 ----------------------------------------- |
||
202 | NEW IMPROVED! |
||
203 | 2.165, -0.001, -1.226 |
||
204 | 0.001, 1.000, 0.001 |
||
205 | 5.273, -0.008, 9.310 |
||
206 | 36.041, -0.518, 125.615 |
||
207 | 1 // gravity multiplier |
||
208 | 1 // viscosity multiplier |
||
209 | |||
210 | |||
211 | -1 // camera effect index |
||
212 | -1 // sky colour |
||
213 | RIDDY.MAT // Windscreen material to use |
||
214 | -1 // Sound ID of entry noise |
||
215 | -1 // Sound ID of exit noise |
||
216 | 1 // Engine noise index |
||
217 | |||
218 | //------------------------ 7 ----------------------------------------- |
||
219 | NEW IMPROVED! |
||
220 | -2.986, 0.000, 0.032 |
||
221 | 0.000, 1.000, 0.000 |
||
222 | -0.022, 0.000, -2.073 |
||
223 | 28.756, -0.837, 116.283 |
||
224 | 1 // gravity multiplier |
||
225 | 1 // viscosity multiplier |
||
226 | |||
227 | |||
228 | -1 // camera effect index |
||
229 | -1 // sky colour |
||
230 | RIDDY.MAT // Windscreen material to use |
||
231 | -1 // Sound ID of entry noise |
||
232 | -1 // Sound ID of exit noise |
||
233 | 1 // Engine noise index |
||
234 | |||
235 | //------------------------ 8 ----------------------------------------- |
||
236 | NEW IMPROVED! |
||
237 | -7.430, 0.000, 0.037 |
||
238 | 0.000, 1.728, 0.000 |
||
239 | -0.016, 0.000, -3.305 |
||
240 | 25.154, -3.137, 103.812 |
||
241 | 1 // gravity multiplier |
||
242 | 1 // viscosity multiplier |
||
243 | |||
244 | |||
245 | -1 // camera effect index |
||
246 | -1 // sky colour |
||
247 | RIDDY.MAT // Windscreen material to use |
||
248 | -1 // Sound ID of entry noise |
||
249 | -1 // Sound ID of exit noise |
||
250 | 1 // Engine noise index |
||
251 | |||
252 | //------------------------ 9 ----------------------------------------- |
||
253 | NEW IMPROVED! |
||
254 | 0.043, -0.001, 1.727 |
||
255 | 0.010, 4.300, 0.003 |
||
256 | -10.117, 0.024, 0.254 |
||
257 | 42.168, -3.558, 86.838 |
||
258 | 1 // gravity multiplier |
||
259 | 1 // viscosity multiplier |
||
260 | |||
261 | |||
262 | -1 // camera effect index |
||
263 | -1 // sky colour |
||
264 | DRAB.MAT // Windscreen material to use |
||
265 | -1 // Sound ID of entry noise |
||
266 | -1 // Sound ID of exit noise |
||
267 | 1 // Engine noise index |
||
268 | |||
269 | //------------------------ 10 ----------------------------------------- |
||
270 | NEW IMPROVED! |
||
271 | 6.183, -0.003, 0.321 |
||
272 | 0.002, 2.986, -0.007 |
||
273 | -0.385, 0.018, 7.420 |
||
274 | 118.839, -5.178, 57.802 |
||
275 | 1 // gravity multiplier |
||
276 | 1 // viscosity multiplier |
||
277 | |||
278 | |||
279 | -1 // camera effect index |
||
280 | -1 // sky colour |
||
281 | BARRY.MAT // Windscreen material to use |
||
282 | -1 // Sound ID of entry noise |
||
283 | -1 // Sound ID of exit noise |
||
284 | 1 // Engine noise index |
||
285 | |||
286 | // REFLECTIVE WINDSCREEN SPECIFICATIONS |
||
287 | INDYWIND.MAT // Material to use for default screens |
||
288 | BARRY.MAT // Material to use for default screens during darkness |
||
289 | FOGSCRN.MAT // Material to use for default screens during fog |
||
290 | 6 // # areas with different screens |
||
291 | 111.3,50,125.6,52 // x-min, z-min, x-max, z-max rectangle describing area |
||
292 | GANTSCRN.MAT // Material to use instead |
||
293 | 111.3,53.7,125.6,55.7 // x-min, z-min, x-max, z-max rectangle describing area |
||
294 | GANTSCRN.MAT // Material to use instead |
||
295 | 111.3,58,125.6,60 // x-min, z-min, x-max, z-max rectangle describing area |
||
296 | GANTSCRN.MAT // Material to use instead |
||
297 | 111.3,61,125.6,63 // x-min, z-min, x-max, z-max rectangle describing area |
||
298 | GANTSCRN.MAT // Material to use instead |
||
299 | 111.3,65,125.6,67 // x-min, z-min, x-max, z-max rectangle describing area |
||
300 | GANTSCRN.MAT // Material to use instead |
||
301 | 67.9,76.6,111.7,96.5 // x-min, z-min, x-max, z-max rectangle describing area |
||
302 | TUNNSCRN.MAT // Material to use instead |
||
303 | // MAP DETAILS |
||
304 | NINDAMAP.PIX // Map pixelmap name |
||
305 | 1.38, 0, 0 // World->map transformation matrix |
||
306 | 0, 0, 0 |
||
307 | 0, 1.38, 0 |
||
308 | 37.3, 14.2, 0 |
||
309 | // ****** SKART OF FUNK AND GROOVE STUFF ****** |
||
310 | START OF FUNK |
||
311 | INDFAN01.MAT |
||
312 | distance |
||
313 | piss off |
||
314 | no fucking lighting bastards |
||
315 | frames |
||
316 | approximate |
||
317 | continuous |
||
318 | 12 |
||
319 | 3 |
||
320 | INDTEX29.PIX |
||
321 | INDTEX30.PIX |
||
322 | INDTEX31.PIX |
||
323 | NEXT FUNK |
||
324 | LIQUID.MAT |
||
325 | constant |
||
326 | roll |
||
327 | continuous |
||
328 | 0,0.1 |
||
329 | no fucking lighting |
||
330 | no animation you cunt |
||
331 | NEXT FUNK |
||
332 | !LIQUID.MAT |
||
333 | constant |
||
334 | throb |
||
335 | harmonic |
||
336 | 0.13,0.09 |
||
337 | 5,5 |
||
338 | 50,50 |
||
339 | no fucking lighting |
||
340 | no animation you cunt |
||
341 | NEXT FUNK |
||
342 | ACIDSCRN.MAT |
||
343 | constant |
||
344 | throb |
||
345 | harmonic |
||
346 | 0.13,0.09 |
||
347 | 5,5 |
||
348 | 50,50 |
||
349 | no fucking lighting |
||
350 | no animation you cunt |
||
351 | END OF FUNK |
||
352 | START OF GROOVE |
||
353 | &RCH0026.ACT // Actor name of moving part |
||
354 | not a fuckin lolliiipop // Not a lollipop |
||
355 | distance // Only moves when in view |
||
356 | straight // Moves on a straight path |
||
357 | linear // Motion is linear (i.e. direction changes instantly) |
||
358 | 0,0,0 // Centre of movement |
||
359 | 0.25 // Cycles per second |
||
360 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
361 | no object moving cunt // Object itself does not change orientation |
||
362 | NEXT GROOVE |
||
363 | &RCH0014.ACT // Actor name of moving part |
||
364 | not a fuckin lolliiipop // Not a lollipop |
||
365 | distance // Only moves when in view |
||
366 | straight // Moves on a straight path |
||
367 | linear // Motion is linear (i.e. direction changes instantly) |
||
368 | 0,0,0 // Centre of movement |
||
369 | 0.25 // Cycles per second |
||
370 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
371 | no object moving cunt // Object itself does not change orientation |
||
372 | NEXT GROOVE |
||
373 | &RCH0013.ACT // Actor name of moving part |
||
374 | not a fuckin lolliiipop // Not a lollipop |
||
375 | distance // Only moves when in view |
||
376 | straight // Moves on a straight path |
||
377 | linear // Motion is linear (i.e. direction changes instantly) |
||
378 | 0,0,0 // Centre of movement |
||
379 | 0.25 // Cycles per second |
||
380 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
381 | no object moving cunt // Object itself does not change orientation |
||
382 | NEXT GROOVE |
||
383 | &RCH0017.ACT // Actor name of moving part |
||
384 | not a fuckin lolliiipop // Not a lollipop |
||
385 | distance // Only moves when in view |
||
386 | straight // Moves on a straight path |
||
387 | linear // Motion is linear (i.e. direction changes instantly) |
||
388 | 0,0,0 // Centre of movement |
||
389 | 0.25 // Cycles per second |
||
390 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
391 | no object moving cunt // Object itself does not change orientation |
||
392 | NEXT GROOVE |
||
393 | &RCH0008.ACT // Actor name of moving part |
||
394 | not a fuckin lolliiipop // Not a lollipop |
||
395 | distance // Only moves when in view |
||
396 | straight // Moves on a straight path |
||
397 | linear // Motion is linear (i.e. direction changes instantly) |
||
398 | 0,0,0 // Centre of movement |
||
399 | 0.25 // Cycles per second |
||
400 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
401 | no object moving cunt // Object itself does not change orientation |
||
402 | NEXT GROOVE |
||
403 | &RCH0007.ACT // Actor name of moving part |
||
404 | not a fuckin lolliiipop // Not a lollipop |
||
405 | distance // Only moves when in view |
||
406 | straight // Moves on a straight path |
||
407 | linear // Motion is linear (i.e. direction changes instantly) |
||
408 | 0,0,0 // Centre of movement |
||
409 | 0.25 // Cycles per second |
||
410 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
411 | no object moving cunt // Object itself does not change orientation |
||
412 | NEXT GROOVE |
||
413 | &RCH0002.ACT // Actor name of moving part |
||
414 | not a fuckin lolliiipop // Not a lollipop |
||
415 | distance // Only moves when in view |
||
416 | straight // Moves on a straight path |
||
417 | linear // Motion is linear (i.e. direction changes instantly) |
||
418 | 0,0,0 // Centre of movement |
||
419 | 0.25 // Cycles per second |
||
420 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
421 | no object moving cunt // Object itself does not change orientation |
||
422 | NEXT GROOVE |
||
423 | &MNO0005.ACT // Actor name of moving part |
||
424 | not a fuckin lolliiipop // Not a lollipop |
||
425 | distance // Only moves when in view |
||
426 | straight // Moves on a straight path |
||
427 | harmonic // Motion is linear (i.e. direction changes instantly) |
||
428 | 0,0,0 // Centre of movement |
||
429 | 0.1 // Cycles per second |
||
430 | 1.5,0,0 // Amount of movement (each way) in each axis |
||
431 | no object moving cunt // Object itself does not change orientation |
||
432 | NEXT GROOVE |
||
433 | &MNO0003.ACT // Actor name of moving part |
||
434 | not a fuckin lolliiipop // Not a lollipop |
||
435 | distance // Only moves when in view |
||
436 | straight // Moves on a straight path |
||
437 | harmonic // Motion is linear (i.e. direction changes instantly) |
||
438 | 0,0,0 // Centre of movement |
||
439 | 0.1 // Cycles per second |
||
440 | 1.5,0,0 // Amount of movement (each way) in each axis |
||
441 | no object moving cunt // Object itself does not change orientation |
||
442 | NEXT GROOVE |
||
443 | &MNO0009.ACT // Actor name of moving part |
||
444 | not a fuckin lolliiipop // Not a lollipop |
||
445 | distance // Only moves when in view |
||
446 | straight // Moves on a straight path |
||
447 | harmonic // Motion is linear (i.e. direction changes instantly) |
||
448 | 0,0,0 // Centre of movement |
||
449 | 0.1 // Cycles per second |
||
450 | 1.5,0,0 // Amount of movement (each way) in each axis |
||
451 | no object moving cunt // Object itself does not change orientation |
||
452 | NEXT GROOVE |
||
453 | &CBO0012.ACT // Actor name of moving part |
||
454 | not a fuckin lolliiipop // Not a lollipop |
||
455 | distance // Only moves when in view |
||
456 | no fucking path you cuuuuuuunt // Does not move on a path |
||
457 | rock // Object itself rocks |
||
458 | linear // Motion is linear (i.e. direction changes instantly) |
||
459 | 0.12 // Cycles per second |
||
460 | 0,0,0 // Centre of movement |
||
461 | y // Axis to rock in |
||
462 | 90 // Angle to rock (each way) |
||
463 | NEXT GROOVE |
||
464 | &CAR0012.ACT // Actor name of moving part |
||
465 | not a fuckin lolliiipop // Not a lollipop |
||
466 | distance // Only moves when in view |
||
467 | straight // Moves on a straight path |
||
468 | linear // Motion is linear (i.e. direction changes instantly) |
||
469 | 0,0,-0.1 // Centre of movement |
||
470 | 0.2 // Cycles per second |
||
471 | 0,0,0.15 // Amount of movement (each way) in each axis |
||
472 | no object moving cunt // Object itself does not change orientation |
||
473 | NEXT GROOVE |
||
474 | &CBO0001.ACT // Actor name of moving part |
||
475 | not a fuckin lolliiipop // Not a lollipop |
||
476 | distance // Only moves when in view |
||
477 | no fucking path you cuuuuuuunt // Does not move on a path |
||
478 | rock // Object itself rocks |
||
479 | linear // Motion is linear (i.e. direction changes instantly) |
||
480 | 0.12 // Cycles per second |
||
481 | 0,0,0 // Centre of movement |
||
482 | y // Axis to rock in |
||
483 | 90 // Angle to rock (each way) |
||
484 | NEXT GROOVE |
||
485 | &CAR0001.ACT // Actor name of moving part |
||
486 | not a fuckin lolliiipop // Not a lollipop |
||
487 | distance // Only moves when in view |
||
488 | straight // Moves on a straight path |
||
489 | linear // Motion is linear (i.e. direction changes instantly) |
||
490 | 0,0,-0.1 // Centre of movement |
||
491 | 0.2 // Cycles per second |
||
492 | 0,0,0.15 // Amount of movement (each way) in each axis |
||
493 | no object moving cunt // Object itself does not change orientation |
||
494 | END OF GROOVE |
||
495 | // ****** STARK OF PEDESTRIAN STUFF ****** |
||
496 | 9 // Ped subs table index |
||
497 | 630 // Number of pedestrians |
||
498 | // Pedestrian number 1 |
||
499 | 10 // Ref num |
||
500 | 6 // Number of instructions |
||
501 | 2 // Initial instruction |
||
502 | point |
||
503 | 5.259,-9.343,-4.543 |
||
504 | point |
||
505 | 5.259,-9.343,-4.543 |
||
506 | point |
||
507 | 4.451,996.000,-6.772 |
||
508 | point |
||
509 | -3.686,996.000,-5.729 |
||
510 | point |
||
511 | -7.395,996.000,-5.826 |
||
512 | reverse |
||
513 | // Pedestrian number 2 |
||
514 | 11 // Ref num |
||
515 | 5 // Number of instructions |
||
516 | 1 // Initial instruction |
||
517 | point |
||
518 | 148.580,-5.177,36.716 |
||
519 | point |
||
520 | 148.238,-5.177,38.666 |
||
521 | point |
||
522 | 148.991,-5.177,44.640 |
||
523 | point |
||
524 | 136.110,-5.178,56.633 |
||
525 | reverse |
||
526 | // Pedestrian number 3 |
||
527 | 2 // Ref num |
||
528 | 5 // Number of instructions |
||
529 | 2 // Initial instruction |
||
530 | point |
||
531 | 144.254,-5.116,28.687 |
||
532 | point |
||
533 | 149.087,-5.177,37.075 |
||
534 | point |
||
535 | 148.126,-5.177,43.342 |
||
536 | point |
||
537 | 148.930,-5.177,104.704 |
||
538 | reverse |
||
539 | // Pedestrian number 4 |
||
540 | 10 // Ref num |
||
541 | 5 // Number of instructions |
||
542 | 2 // Initial instruction |
||
543 | point |
||
544 | 144.592,-5.177,39.950 |
||
545 | point |
||
546 | 147.111,-5.177,34.963 |
||
547 | point |
||
548 | 149.081,-5.177,29.866 |
||
549 | point |
||
550 | 144.220,-5.177,27.661 |
||
551 | reverse |
||
552 | // Pedestrian number 5 |
||
553 | 3 // Ref num |
||
554 | 4 // Number of instructions |
||
555 | 2 // Initial instruction |
||
556 | point |
||
557 | 146.701,-5.177,37.813 |
||
558 | point |
||
559 | 142.899,-5.177,36.790 |
||
560 | point |
||
561 | 134.105,-5.177,32.951 |
||
562 | reverse |
||
563 | // Pedestrian number 6 |
||
564 | 10 // Ref num |
||
565 | 4 // Number of instructions |
||
566 | 2 // Initial instruction |
||
567 | point |
||
568 | 145.705,-5.177,38.889 |
||
569 | point |
||
570 | 142.825,-5.177,37.021 |
||
571 | point |
||
572 | 140.413,-5.177,33.083 |
||
573 | reverse |
||
574 | // Pedestrian number 7 |
||
575 | 9 // Ref num |
||
576 | 3 // Number of instructions |
||
577 | 1 // Initial instruction |
||
578 | point |
||
579 | 143.777,-5.177,44.822 |
||
580 | point |
||
581 | 143.469,-5.177,33.004 |
||
582 | reverse |
||
583 | // Pedestrian number 8 |
||
584 | 9 // Ref num |
||
585 | 6 // Number of instructions |
||
586 | 4 // Initial instruction |
||
587 | point |
||
588 | 142.451,-5.177,39.728 |
||
589 | point |
||
590 | 148.901,-5.177,27.258 |
||
591 | point |
||
592 | 144.289,-5.177,15.066 |
||
593 | point |
||
594 | 150.267,-5.177,2.313 |
||
595 | point |
||
596 | 151.621,-5.177,-2.814 |
||
597 | reverse |
||
598 | // Pedestrian number 9 |
||
599 | 10 // Ref num |
||
600 | 5 // Number of instructions |
||
601 | 2 // Initial instruction |
||
602 | point |
||
603 | 147.476,-5.177,-3.091 |
||
604 | point |
||
605 | 147.778,-5.177,2.357 |
||
606 | point |
||
607 | 148.948,-5.177,11.945 |
||
608 | point |
||
609 | 145.218,-5.177,39.315 |
||
610 | reverse |
||
611 | // Pedestrian number 10 |
||
612 | 11 // Ref num |
||
613 | 4 // Number of instructions |
||
614 | 2 // Initial instruction |
||
615 | point |
||
616 | 147.245,-5.177,-2.660 |
||
617 | point |
||
618 | 147.422,-5.177,2.351 |
||
619 | point |
||
620 | 148.493,-5.177,53.797 |
||
621 | reverse |
||
622 | // Pedestrian number 11 |
||
623 | 3 // Ref num |
||
624 | 6 // Number of instructions |
||
625 | 2 // Initial instruction |
||
626 | point |
||
627 | 143.997,-5.177,-2.967 |
||
628 | point |
||
629 | 144.348,-5.181,0.979 |
||
630 | point |
||
631 | 149.564,-5.177,7.073 |
||
632 | point |
||
633 | 144.239,-5.178,13.704 |
||
634 | point |
||
635 | 147.040,-5.171,37.454 |
||
636 | reverse |
||
637 | // Pedestrian number 12 |
||
638 | 10 // Ref num |
||
639 | 7 // Number of instructions |
||
640 | 5 // Initial instruction |
||
641 | point |
||
642 | 147.804,-5.171,36.733 |
||
643 | point |
||
644 | 148.967,-5.174,19.044 |
||
645 | point |
||
646 | 144.139,-5.177,15.975 |
||
647 | point |
||
648 | 148.895,-5.176,10.141 |
||
649 | point |
||
650 | 145.006,-5.180,0.888 |
||
651 | point |
||
652 | 142.693,-5.182,-3.086 |
||
653 | reverse |
||
654 | // Pedestrian number 13 |
||
655 | 2 // Ref num |
||
656 | 5 // Number of instructions |
||
657 | 2 // Initial instruction |
||
658 | point |
||
659 | 141.195,-5.171,52.129 |
||
660 | point |
||
661 | 146.447,-5.167,56.834 |
||
662 | point |
||
663 | 149.016,-5.164,67.117 |
||
664 | point |
||
665 | 143.908,-5.164,78.580 |
||
666 | reverse |
||
667 | // Pedestrian number 14 |
||
668 | 11 // Ref num |
||
669 | 7 // Number of instructions |
||
670 | 2 // Initial instruction |
||
671 | point |
||
672 | 145.142,-5.170,48.666 |
||
673 | point |
||
674 | 146.040,-5.167,56.743 |
||
675 | point |
||
676 | 148.992,-5.166,59.274 |
||
677 | point |
||
678 | 148.890,-5.161,80.193 |
||
679 | point |
||
680 | 145.427,-5.162,80.697 |
||
681 | point |
||
682 | 127.017,-5.171,80.815 |
||
683 | reverse |
||
684 | // Pedestrian number 15 |
||
685 | 14 // Ref num |
||
686 | 7 // Number of instructions |
||
687 | 2 // Initial instruction |
||
688 | point |
||
689 | 144.604,-5.170,48.790 |
||
690 | point |
||
691 | 144.784,-5.168,56.794 |
||
692 | point |
||
693 | 144.744,-5.163,78.635 |
||
694 | point |
||
695 | 137.363,-5.167,78.782 |
||
696 | point |
||
697 | 137.551,-5.166,80.446 |
||
698 | point |
||
699 | 138.783,-5.166,80.467 |
||
700 | reverse |
||
701 | // Pedestrian number 16 |
||
702 | 7 // Ref num |
||
703 | 8 // Number of instructions |
||
704 | 2 // Initial instruction |
||
705 | point |
||
706 | 143.116,-5.170,49.918 |
||
707 | point |
||
708 | 144.329,-5.168,56.863 |
||
709 | point |
||
710 | 149.007,-5.163,72.414 |
||
711 | point |
||
712 | 149.037,-5.161,80.799 |
||
713 | point |
||
714 | 146.001,-5.161,84.185 |
||
715 | point |
||
716 | 144.329,-5.162,84.229 |
||
717 | point |
||
718 | 144.149,-5.163,82.185 |
||
719 | reverse |
||
720 | // Pedestrian number 17 |
||
721 | 9 // Ref num |
||
722 | 6 // Number of instructions |
||
723 | 2 // Initial instruction |
||
724 | point |
||
725 | 136.226,-5.173,53.005 |
||
726 | point |
||
727 | 145.095,-5.167,60.482 |
||
728 | point |
||
729 | 148.938,-5.165,63.942 |
||
730 | point |
||
731 | 148.797,-5.163,71.161 |
||
732 | point |
||
733 | 140.826,-5.165,79.360 |
||
734 | reverse |
||
735 | // Pedestrian number 18 |
||
736 | 3 // Ref num |
||
737 | 5 // Number of instructions |
||
738 | 2 // Initial instruction |
||
739 | point |
||
740 | 134.984,-5.170,70.103 |
||
741 | point |
||
742 | 141.940,-5.164,78.747 |
||
743 | point |
||
744 | 143.065,-5.164,80.378 |
||
745 | point |
||
746 | 144.667,-5.162,85.150 |
||
747 | reverse |
||
748 | // Pedestrian number 19 |
||
749 | 2 // Ref num |
||
750 | 5 // Number of instructions |
||
751 | 2 // Initial instruction |
||
752 | point |
||
753 | 148.895,-5.162,75.639 |
||
754 | point |
||
755 | 142.329,-5.164,78.754 |
||
756 | point |
||
757 | 140.627,-5.165,80.446 |
||
758 | point |
||
759 | 137.155,-5.166,82.427 |
||
760 | reverse |
||
761 | // Pedestrian number 20 |
||
762 | 7 // Ref num |
||
763 | 7 // Number of instructions |
||
764 | 2 // Initial instruction |
||
765 | point |
||
766 | 139.301,-5.165,80.480 |
||
767 | point |
||
768 | 142.204,-5.162,89.425 |
||
769 | point |
||
770 | 143.331,-5.161,91.465 |
||
771 | point |
||
772 | 143.338,-5.161,92.696 |
||
773 | point |
||
774 | 144.082,-5.160,93.146 |
||
775 | point |
||
776 | 144.619,-5.160,92.891 |
||
777 | reverse |
||
778 | // Pedestrian number 21 |
||
779 | 9 // Ref num |
||
780 | 4 // Number of instructions |
||
781 | 2 // Initial instruction |
||
782 | point |
||
783 | 143.585,-5.160,95.289 |
||
784 | point |
||
785 | 141.933,-5.162,89.322 |
||
786 | point |
||
787 | 137.113,-5.166,82.900 |
||
788 | reverse |
||
789 | // Pedestrian number 22 |
||
790 | 9 // Ref num |
||
791 | 4 // Number of instructions |
||
792 | 2 // Initial instruction |
||
793 | point |
||
794 | 137.987,-5.163,93.965 |
||
795 | point |
||
796 | 141.397,-5.162,89.191 |
||
797 | point |
||
798 | 145.043,-5.162,84.266 |
||
799 | reverse |
||
800 | // Pedestrian number 23 |
||
801 | 10 // Ref num |
||
802 | 7 // Number of instructions |
||
803 | 2 // Initial instruction |
||
804 | point |
||
805 | 144.735,-5.162,84.200 |
||
806 | point |
||
807 | 141.687,-5.161,94.427 |
||
808 | point |
||
809 | 139.123,-5.162,95.934 |
||
810 | point |
||
811 | 135.867,-5.163,95.913 |
||
812 | point |
||
813 | 135.585,-5.163,99.305 |
||
814 | point |
||
815 | 136.435,-5.162,100.029 |
||
816 | reverse |
||
817 | // Pedestrian number 24 |
||
818 | 11 // Ref num |
||
819 | 5 // Number of instructions |
||
820 | 2 // Initial instruction |
||
821 | point |
||
822 | 136.562,-5.166,84.824 |
||
823 | point |
||
824 | 141.822,-5.161,94.914 |
||
825 | point |
||
826 | 143.802,-5.159,97.710 |
||
827 | point |
||
828 | 145.254,-5.159,97.160 |
||
829 | reverse |
||
830 | // Pedestrian number 25 |
||
831 | 14 // Ref num |
||
832 | 6 // Number of instructions |
||
833 | 3 // Initial instruction |
||
834 | point |
||
835 | 133.895,-5.163,99.849 |
||
836 | point |
||
837 | 139.094,-5.161,98.923 |
||
838 | point |
||
839 | 141.431,-5.161,94.893 |
||
840 | point |
||
841 | 145.224,-5.160,92.842 |
||
842 | point |
||
843 | 145.443,-5.159,95.319 |
||
844 | reverse |
||
845 | // Pedestrian number 26 |
||
846 | 13 // Ref num |
||
847 | 5 // Number of instructions |
||
848 | 2 // Initial instruction |
||
849 | point |
||
850 | 139.314,-5.162,94.981 |
||
851 | point |
||
852 | 140.895,-5.161,95.065 |
||
853 | point |
||
854 | 148.889,-5.158,95.505 |
||
855 | point |
||
856 | 149.066,-5.155,104.623 |
||
857 | reverse |
||
858 | // Pedestrian number 27 |
||
859 | 9 // Ref num |
||
860 | 7 // Number of instructions |
||
861 | 4 // Initial instruction |
||
862 | point |
||
863 | 138.505,-5.161,100.865 |
||
864 | point |
||
865 | 142.123,-5.159,100.773 |
||
866 | point |
||
867 | 142.040,-5.159,101.351 |
||
868 | point |
||
869 | 141.570,-5.160,101.529 |
||
870 | point |
||
871 | 135.367,-5.162,104.579 |
||
872 | point |
||
873 | 127.760,-5.166,101.406 |
||
874 | reverse |
||
875 | // Pedestrian number 28 |
||
876 | 9 // Ref num |
||
877 | 6 // Number of instructions |
||
878 | 4 // Initial instruction |
||
879 | point |
||
880 | 132.306,-5.165,97.451 |
||
881 | point |
||
882 | 130.309,-5.165,99.145 |
||
883 | point |
||
884 | 132.148,-5.163,104.683 |
||
885 | point |
||
886 | 142.006,-5.159,101.402 |
||
887 | point |
||
888 | 149.021,-5.156,101.511 |
||
889 | reverse |
||
890 | // Pedestrian number 29 |
||
891 | 9 // Ref num |
||
892 | 7 // Number of instructions |
||
893 | 2 // Initial instruction |
||
894 | point |
||
895 | 148.847,-5.156,104.028 |
||
896 | point |
||
897 | 139.837,-5.160,102.495 |
||
898 | point |
||
899 | 137.054,-5.162,101.941 |
||
900 | point |
||
901 | 134.853,-5.163,102.170 |
||
902 | point |
||
903 | 133.435,-5.164,98.211 |
||
904 | point |
||
905 | 131.505,-5.165,97.793 |
||
906 | reverse |
||
907 | // Pedestrian number 30 |
||
908 | 9 // Ref num |
||
909 | 7 // Number of instructions |
||
910 | 4 // Initial instruction |
||
911 | point |
||
912 | 128.741,-5.172,73.167 |
||
913 | point |
||
914 | 129.923,-5.170,77.071 |
||
915 | point |
||
916 | 133.349,-5.168,78.306 |
||
917 | point |
||
918 | 134.363,-5.168,80.379 |
||
919 | point |
||
920 | 135.323,-5.166,84.533 |
||
921 | point |
||
922 | 136.281,-5.166,84.718 |
||
923 | reverse |
||
924 | // Pedestrian number 31 |
||
925 | 9 // Ref num |
||
926 | 11 // Number of instructions |
||
927 | 8 // Initial instruction |
||
928 | point |
||
929 | 133.496,-5.170,71.673 |
||
930 | point |
||
931 | 131.635,-5.170,75.436 |
||
932 | point |
||
933 | 129.565,-5.171,75.515 |
||
934 | point |
||
935 | 128.102,-5.171,77.206 |
||
936 | point |
||
937 | 127.362,-5.171,80.109 |
||
938 | point |
||
939 | 132.332,-5.168,84.493 |
||
940 | point |
||
941 | 132.415,-5.167,86.629 |
||
942 | point |
||
943 | 139.540,-5.163,89.055 |
||
944 | point |
||
945 | 143.512,-5.161,93.068 |
||
946 | point |
||
947 | 144.031,-5.160,92.883 |
||
948 | reverse |
||
949 | // Pedestrian number 32 |
||
950 | 11 // Ref num |
||
951 | 6 // Number of instructions |
||
952 | 4 // Initial instruction |
||
953 | point |
||
954 | 132.338,-5.164,99.011 |
||
955 | point |
||
956 | 132.235,-5.166,93.504 |
||
957 | point |
||
958 | 133.052,-5.166,90.396 |
||
959 | point |
||
960 | 132.402,-5.167,88.462 |
||
961 | point |
||
962 | 131.965,-5.169,80.072 |
||
963 | reverse |
||
964 | // Pedestrian number 33 |
||
965 | 2 // Ref num |
||
966 | 6 // Number of instructions |
||
967 | 2 // Initial instruction |
||
968 | point |
||
969 | 132.262,-5.169,80.095 |
||
970 | point |
||
971 | 132.440,-5.167,88.946 |
||
972 | point |
||
973 | 132.148,-5.166,91.851 |
||
974 | point |
||
975 | 132.200,-5.165,97.168 |
||
976 | point |
||
977 | 131.129,-5.165,97.910 |
||
978 | reverse |
||
979 | // Pedestrian number 34 |
||
980 | 11 // Ref num |
||
981 | 4 // Number of instructions |
||
982 | 2 // Initial instruction |
||
983 | point |
||
984 | 134.043,-5.165,94.001 |
||
985 | point |
||
986 | 139.604,-5.164,85.237 |
||
987 | point |
||
988 | 141.268,-5.165,79.506 |
||
989 | reverse |
||
990 | // Pedestrian number 35 |
||
991 | 14 // Ref num |
||
992 | 5 // Number of instructions |
||
993 | 2 // Initial instruction |
||
994 | point |
||
995 | 133.401,-5.169,76.331 |
||
996 | point |
||
997 | 143.135,-5.166,70.197 |
||
998 | point |
||
999 | 148.826,-5.164,65.294 |
||
1000 | point |
||
1001 | 148.688,-5.177,1.481 |
||
1002 | reverse |
||
1003 | // Pedestrian number 36 |
||
1004 | 9 // Ref num |
||
1005 | 8 // Number of instructions |
||
1006 | 5 // Initial instruction |
||
1007 | point |
||
1008 | 149.009,-5.158,91.468 |
||
1009 | point |
||
1010 | 145.331,-5.161,89.047 |
||
1011 | point |
||
1012 | 145.377,-5.161,87.921 |
||
1013 | point |
||
1014 | 144.451,-5.162,86.963 |
||
1015 | point |
||
1016 | 136.559,-5.166,85.144 |
||
1017 | point |
||
1018 | 130.178,-5.169,83.124 |
||
1019 | point |
||
1020 | 127.489,-5.171,78.971 |
||
1021 | reverse |
||
1022 | // Pedestrian number 37 |
||
1023 | 10 // Ref num |
||
1024 | 5 // Number of instructions |
||
1025 | 3 // Initial instruction |
||
1026 | point |
||
1027 | 127.385,-5.171,81.080 |
||
1028 | point |
||
1029 | 132.079,-5.168,84.515 |
||
1030 | point |
||
1031 | 144.877,-5.161,88.533 |
||
1032 | point |
||
1033 | 145.166,-5.160,91.076 |
||
1034 | reverse |
||
1035 | // Pedestrian number 38 |
||
1036 | 13 // Ref num |
||
1037 | 6 // Number of instructions |
||
1038 | 3 // Initial instruction |
||
1039 | point |
||
1040 | 148.883,-5.159,88.109 |
||
1041 | point |
||
1042 | 145.324,-5.161,88.537 |
||
1043 | point |
||
1044 | 139.574,-5.162,93.486 |
||
1045 | point |
||
1046 | 139.030,-5.162,97.971 |
||
1047 | point |
||
1048 | 137.332,-5.162,100.176 |
||
1049 | reverse |
||
1050 | // Pedestrian number 39 |
||
1051 | 7 // Ref num |
||
1052 | 7 // Number of instructions |
||
1053 | 2 // Initial instruction |
||
1054 | point |
||
1055 | 143.077,-5.158,104.353 |
||
1056 | point |
||
1057 | 143.215,-5.160,97.599 |
||
1058 | point |
||
1059 | 144.354,-5.159,97.175 |
||
1060 | point |
||
1061 | 148.411,-5.157,98.481 |
||
1062 | point |
||
1063 | 148.988,-5.156,100.421 |
||
1064 | point |
||
1065 | 149.072,-5.156,103.392 |
||
1066 | reverse |
||
1067 | // Pedestrian number 40 |
||
1068 | 7 // Ref num |
||
1069 | 4 // Number of instructions |
||
1070 | 2 // Initial instruction |
||
1071 | point |
||
1072 | 139.858,-5.165,80.508 |
||
1073 | point |
||
1074 | 139.359,-5.163,88.792 |
||
1075 | point |
||
1076 | 138.815,-5.163,94.093 |
||
1077 | reverse |
||
1078 | // Pedestrian number 41 |
||
1079 | 9 // Ref num |
||
1080 | 6 // Number of instructions |
||
1081 | 3 // Initial instruction |
||
1082 | point |
||
1083 | 119.024,-5.193,-3.031 |
||
1084 | point |
||
1085 | 116.029,-5.193,4.572 |
||
1086 | point |
||
1087 | 116.080,-5.191,12.202 |
||
1088 | point |
||
1089 | 116.251,-5.188,24.406 |
||
1090 | point |
||
1091 | 117.389,-5.187,26.036 |
||
1092 | reverse |
||
1093 | // Pedestrian number 42 |
||
1094 | 3 // Ref num |
||
1095 | 6 // Number of instructions |
||
1096 | 3 // Initial instruction |
||
1097 | point |
||
1098 | 127.315,995.095,19.390 |
||
1099 | point |
||
1100 | 119.579,995.097,19.700 |
||
1101 | point |
||
1102 | 117.659,-5.097,21.913 |
||
1103 | point |
||
1104 | 116.390,995.107,23.348 |
||
1105 | point |
||
1106 | 112.473,993.665,24.532 |
||
1107 | reverse |
||
1108 | // Pedestrian number 43 |
||
1109 | 10 // Ref num |
||
1110 | 5 // Number of instructions |
||
1111 | 2 // Initial instruction |
||
1112 | point |
||
1113 | 117.436,-5.082,22.170 |
||
1114 | point |
||
1115 | 117.161,-5.111,12.516 |
||
1116 | point |
||
1117 | 116.275,-5.133,4.946 |
||
1118 | point |
||
1119 | 114.589,-5.177,-0.757 |
||
1120 | reverse |
||
1121 | // Pedestrian number 44 |
||
1122 | 3 // Ref num |
||
1123 | 8 // Number of instructions |
||
1124 | 2 // Initial instruction |
||
1125 | point |
||
1126 | 120.162,995.093,19.023 |
||
1127 | point |
||
1128 | 118.457,995.101,21.789 |
||
1129 | point |
||
1130 | 118.437,-5.096,22.805 |
||
1131 | point |
||
1132 | 116.600,-5.091,24.526 |
||
1133 | point |
||
1134 | 118.285,-5.086,26.308 |
||
1135 | point |
||
1136 | 117.745,-5.082,27.581 |
||
1137 | point |
||
1138 | 115.877,-5.075,30.135 |
||
1139 | reverse |
||
1140 | // Pedestrian number 45 |
||
1141 | 9 // Ref num |
||
1142 | 6 // Number of instructions |
||
1143 | 2 // Initial instruction |
||
1144 | point |
||
1145 | 118.225,-5.170,-2.976 |
||
1146 | point |
||
1147 | 114.526,995.050,4.151 |
||
1148 | point |
||
1149 | 113.986,994.246,5.729 |
||
1150 | point |
||
1151 | 112.309,993.695,16.303 |
||
1152 | point |
||
1153 | 108.810,992.246,18.753 |
||
1154 | reverse |
||
1155 | // Pedestrian number 46 |
||
1156 | 14 // Ref num |
||
1157 | 5 // Number of instructions |
||
1158 | 2 // Initial instruction |
||
1159 | point |
||
1160 | 111.988,-5.177,-3.004 |
||
1161 | point |
||
1162 | 113.429,995.024,3.929 |
||
1163 | point |
||
1164 | 110.864,993.039,7.128 |
||
1165 | point |
||
1166 | 119.692,995.023,7.898 |
||
1167 | reverse |
||
1168 | // Pedestrian number 47 |
||
1169 | 7 // Ref num |
||
1170 | 4 // Number of instructions |
||
1171 | 2 // Initial instruction |
||
1172 | point |
||
1173 | 110.798,-5.177,-2.889 |
||
1174 | point |
||
1175 | 110.473,995.023,4.146 |
||
1176 | point |
||
1177 | 109.567,992.539,6.684 |
||
1178 | reverse |
||
1179 | // Pedestrian number 48 |
||
1180 | 9 // Ref num |
||
1181 | 4 // Number of instructions |
||
1182 | 2 // Initial instruction |
||
1183 | point |
||
1184 | 109.453,-5.177,-2.846 |
||
1185 | point |
||
1186 | 107.556,995.023,4.284 |
||
1187 | point |
||
1188 | 106.814,991.933,7.184 |
||
1189 | reverse |
||
1190 | // Pedestrian number 49 |
||
1191 | 10 // Ref num |
||
1192 | 4 // Number of instructions |
||
1193 | 2 // Initial instruction |
||
1194 | point |
||
1195 | 107.201,-5.177,-2.890 |
||
1196 | point |
||
1197 | 104.780,995.023,4.253 |
||
1198 | point |
||
1199 | 103.732,991.933,7.748 |
||
1200 | reverse |
||
1201 | // Pedestrian number 50 |
||
1202 | 10 // Ref num |
||
1203 | 5 // Number of instructions |
||
1204 | 2 // Initial instruction |
||
1205 | point |
||
1206 | 119.780,-5.176,2.549 |
||
1207 | point |
||
1208 | 108.799,-5.177,1.129 |
||
1209 | point |
||
1210 | 104.653,-5.176,-1.010 |
||
1211 | point |
||
1212 | 104.148,-5.176,-3.052 |
||
1213 | reverse |
||
1214 | // Pedestrian number 51 |
||
1215 | 3 // Ref num |
||
1216 | 4 // Number of instructions |
||
1217 | 2 // Initial instruction |
||
1218 | point |
||
1219 | 119.733,-5.176,4.367 |
||
1220 | point |
||
1221 | 105.943,-5.176,-1.176 |
||
1222 | point |
||
1223 | 105.716,-5.176,-2.196 |
||
1224 | reverse |
||
1225 | // Pedestrian number 52 |
||
1226 | 10 // Ref num |
||
1227 | 6 // Number of instructions |
||
1228 | 2 // Initial instruction |
||
1229 | point |
||
1230 | 121.117,-5.177,-3.057 |
||
1231 | point |
||
1232 | 119.999,-5.177,0.192 |
||
1233 | point |
||
1234 | 116.464,-5.177,9.356 |
||
1235 | point |
||
1236 | 116.778,-5.177,28.088 |
||
1237 | point |
||
1238 | 117.441,-5.177,27.075 |
||
1239 | reverse |
||
1240 | // Pedestrian number 53 |
||
1241 | 9 // Ref num |
||
1242 | 6 // Number of instructions |
||
1243 | 3 // Initial instruction |
||
1244 | point |
||
1245 | 118.110,-5.177,36.445 |
||
1246 | point |
||
1247 | 119.144,-5.177,35.158 |
||
1248 | point |
||
1249 | 117.680,-5.177,29.237 |
||
1250 | point |
||
1251 | 116.412,-5.177,25.790 |
||
1252 | point |
||
1253 | 117.301,-5.177,25.110 |
||
1254 | reverse |
||
1255 | // Pedestrian number 54 |
||
1256 | 10 // Ref num |
||
1257 | 7 // Number of instructions |
||
1258 | 3 // Initial instruction |
||
1259 | point |
||
1260 | 100.303,-5.172,33.273 |
||
1261 | point |
||
1262 | 115.404,-5.171,32.720 |
||
1263 | point |
||
1264 | 115.892,-5.173,33.532 |
||
1265 | point |
||
1266 | 116.171,-5.183,38.176 |
||
1267 | point |
||
1268 | 117.564,-5.184,38.351 |
||
1269 | point |
||
1270 | 129.654,-5.203,46.534 |
||
1271 | reverse |
||
1272 | // Pedestrian number 55 |
||
1273 | 2 // Ref num |
||
1274 | 7 // Number of instructions |
||
1275 | 3 // Initial instruction |
||
1276 | point |
||
1277 | 100.326,-5.172,33.581 |
||
1278 | point |
||
1279 | 115.218,-5.179,36.451 |
||
1280 | point |
||
1281 | 119.682,-5.196,43.729 |
||
1282 | point |
||
1283 | 124.372,-5.207,48.684 |
||
1284 | point |
||
1285 | 124.423,-5.211,50.454 |
||
1286 | point |
||
1287 | 122.925,-5.213,51.052 |
||
1288 | reverse |
||
1289 | // Pedestrian number 56 |
||
1290 | 9 // Ref num |
||
1291 | 5 // Number of instructions |
||
1292 | 2 // Initial instruction |
||
1293 | point |
||
1294 | 125.070,-5.176,37.249 |
||
1295 | point |
||
1296 | 129.272,-5.176,33.309 |
||
1297 | point |
||
1298 | 137.805,-5.176,33.126 |
||
1299 | point |
||
1300 | 144.347,-5.176,40.159 |
||
1301 | reverse |
||
1302 | // Pedestrian number 57 |
||
1303 | 10 // Ref num |
||
1304 | 8 // Number of instructions |
||
1305 | 2 // Initial instruction |
||
1306 | point |
||
1307 | 124.559,-5.176,33.013 |
||
1308 | point |
||
1309 | 131.781,-5.176,41.633 |
||
1310 | point |
||
1311 | 132.745,-5.176,44.494 |
||
1312 | point |
||
1313 | 136.346,-5.176,47.987 |
||
1314 | point |
||
1315 | 139.698,-5.176,47.964 |
||
1316 | point |
||
1317 | 143.251,-5.176,44.404 |
||
1318 | point |
||
1319 | 143.736,-5.176,32.905 |
||
1320 | reverse |
||
1321 | // Pedestrian number 58 |
||
1322 | 14 // Ref num |
||
1323 | 7 // Number of instructions |
||
1324 | 2 // Initial instruction |
||
1325 | point |
||
1326 | 138.775,-5.176,33.119 |
||
1327 | point |
||
1328 | 143.216,-5.176,40.474 |
||
1329 | point |
||
1330 | 143.406,-5.176,45.027 |
||
1331 | point |
||
1332 | 138.809,-5.176,48.599 |
||
1333 | point |
||
1334 | 138.092,-5.176,47.941 |
||
1335 | point |
||
1336 | 135.662,-5.176,48.187 |
||
1337 | reverse |
||
1338 | // Pedestrian number 59 |
||
1339 | 7 // Ref num |
||
1340 | 6 // Number of instructions |
||
1341 | 2 // Initial instruction |
||
1342 | point |
||
1343 | 122.559,-5.176,50.575 |
||
1344 | point |
||
1345 | 118.410,-5.176,53.316 |
||
1346 | point |
||
1347 | 113.382,-5.176,56.633 |
||
1348 | point |
||
1349 | 113.469,-5.176,58.088 |
||
1350 | point |
||
1351 | 124.512,-5.176,64.455 |
||
1352 | reverse |
||
1353 | // Pedestrian number 60 |
||
1354 | 9 // Ref num |
||
1355 | 4 // Number of instructions |
||
1356 | 2 // Initial instruction |
||
1357 | point |
||
1358 | 115.311,-5.176,50.997 |
||
1359 | point |
||
1360 | 118.376,-5.176,55.256 |
||
1361 | point |
||
1362 | 124.442,-5.176,59.450 |
||
1363 | reverse |
||
1364 | // Pedestrian number 61 |
||
1365 | 9 // Ref num |
||
1366 | 5 // Number of instructions |
||
1367 | 2 // Initial instruction |
||
1368 | point |
||
1369 | 113.158,-5.176,59.141 |
||
1370 | point |
||
1371 | 119.060,-5.176,62.251 |
||
1372 | point |
||
1373 | 124.407,-5.176,66.067 |
||
1374 | point |
||
1375 | 123.867,-5.176,68.751 |
||
1376 | reverse |
||
1377 | // Pedestrian number 62 |
||
1378 | 10 // Ref num |
||
1379 | 5 // Number of instructions |
||
1380 | 2 // Initial instruction |
||
1381 | point |
||
1382 | 113.132,-5.176,52.420 |
||
1383 | point |
||
1384 | 117.606,-5.176,55.493 |
||
1385 | point |
||
1386 | 124.733,-5.176,58.484 |
||
1387 | point |
||
1388 | 124.733,-5.176,58.484 |
||
1389 | reverse |
||
1390 | // Pedestrian number 63 |
||
1391 | 11 // Ref num |
||
1392 | 6 // Number of instructions |
||
1393 | 2 // Initial instruction |
||
1394 | point |
||
1395 | 124.700,-5.176,51.872 |
||
1396 | point |
||
1397 | 118.164,-5.176,56.960 |
||
1398 | point |
||
1399 | 113.138,-5.176,62.609 |
||
1400 | point |
||
1401 | 114.397,-5.176,68.663 |
||
1402 | point |
||
1403 | 110.901,-5.176,72.749 |
||
1404 | reverse |
||
1405 | // Pedestrian number 64 |
||
1406 | 9 // Ref num |
||
1407 | 4 // Number of instructions |
||
1408 | 2 // Initial instruction |
||
1409 | point |
||
1410 | 113.011,-5.176,65.366 |
||
1411 | point |
||
1412 | 119.585,-5.176,61.064 |
||
1413 | point |
||
1414 | 124.619,-5.176,56.935 |
||
1415 | reverse |
||
1416 | // Pedestrian number 65 |
||
1417 | 9 // Ref num |
||
1418 | 4 // Number of instructions |
||
1419 | 2 // Initial instruction |
||
1420 | point |
||
1421 | 124.628,-5.176,61.948 |
||
1422 | point |
||
1423 | 120.149,-5.176,58.724 |
||
1424 | point |
||
1425 | 114.592,-5.176,50.970 |
||
1426 | reverse |
||
1427 | // Pedestrian number 66 |
||
1428 | 14 // Ref num |
||
1429 | 4 // Number of instructions |
||
1430 | 2 // Initial instruction |
||
1431 | point |
||
1432 | 128.732,-5.176,71.806 |
||
1433 | point |
||
1434 | 120.664,-5.176,69.986 |
||
1435 | point |
||
1436 | 117.618,-5.176,68.368 |
||
1437 | reverse |
||
1438 | // Pedestrian number 67 |
||
1439 | 3 // Ref num |
||
1440 | 6 // Number of instructions |
||
1441 | 3 // Initial instruction |
||
1442 | point |
||
1443 | 113.209,-5.176,66.188 |
||
1444 | point |
||
1445 | 117.588,-5.176,67.880 |
||
1446 | point |
||
1447 | 120.157,-5.176,70.183 |
||
1448 | point |
||
1449 | 125.738,-5.176,72.899 |
||
1450 | point |
||
1451 | 128.000,-5.176,72.440 |
||
1452 | reverse |
||
1453 | // Pedestrian number 68 |
||
1454 | 10 // Ref num |
||
1455 | 4 // Number of instructions |
||
1456 | 2 // Initial instruction |
||
1457 | point |
||
1458 | 108.920,-5.176,71.631 |
||
1459 | point |
||
1460 | 114.841,-5.176,67.518 |
||
1461 | point |
||
1462 | 124.567,-5.176,62.353 |
||
1463 | reverse |
||
1464 | // Pedestrian number 69 |
||
1465 | 7 // Ref num |
||
1466 | 4 // Number of instructions |
||
1467 | 2 // Initial instruction |
||
1468 | point |
||
1469 | 129.526,-5.176,70.963 |
||
1470 | point |
||
1471 | 119.960,-5.176,71.689 |
||
1472 | point |
||
1473 | 114.000,-5.176,74.105 |
||
1474 | reverse |
||
1475 | // Pedestrian number 70 |
||
1476 | 11 // Ref num |
||
1477 | 4 // Number of instructions |
||
1478 | 2 // Initial instruction |
||
1479 | point |
||
1480 | 122.026,-6.382,89.475 |
||
1481 | point |
||
1482 | 120.021,993.818,87.119 |
||
1483 | point |
||
1484 | 116.228,995.023,69.827 |
||
1485 | reverse |
||
1486 | // Pedestrian number 71 |
||
1487 | 9 // Ref num |
||
1488 | 5 // Number of instructions |
||
1489 | 2 // Initial instruction |
||
1490 | point |
||
1491 | 128.171,995.023,86.499 |
||
1492 | point |
||
1493 | 120.359,993.818,86.653 |
||
1494 | point |
||
1495 | 116.437,993.818,88.197 |
||
1496 | point |
||
1497 | 112.245,994.949,90.212 |
||
1498 | reverse |
||
1499 | // Pedestrian number 72 |
||
1500 | 10 // Ref num |
||
1501 | 4 // Number of instructions |
||
1502 | 2 // Initial instruction |
||
1503 | point |
||
1504 | 119.288,-6.382,91.387 |
||
1505 | point |
||
1506 | 120.609,-6.382,96.806 |
||
1507 | point |
||
1508 | 117.862,994.949,100.570 |
||
1509 | reverse |
||
1510 | // Pedestrian number 73 |
||
1511 | 3 // Ref num |
||
1512 | 4 // Number of instructions |
||
1513 | 2 // Initial instruction |
||
1514 | point |
||
1515 | 115.297,-5.170,69.804 |
||
1516 | point |
||
1517 | 114.288,-5.170,77.636 |
||
1518 | point |
||
1519 | 114.030,-5.170,80.207 |
||
1520 | reverse |
||
1521 | // Pedestrian number 74 |
||
1522 | 9 // Ref num |
||
1523 | 6 // Number of instructions |
||
1524 | 4 // Initial instruction |
||
1525 | point |
||
1526 | 125.467,-5.227,99.186 |
||
1527 | point |
||
1528 | 123.345,-6.382,96.769 |
||
1529 | point |
||
1530 | 120.113,-6.381,91.023 |
||
1531 | point |
||
1532 | 121.179,-6.381,90.091 |
||
1533 | point |
||
1534 | 122.357,-6.381,87.676 |
||
1535 | reverse |
||
1536 | // Pedestrian number 75 |
||
1537 | 9 // Ref num |
||
1538 | 6 // Number of instructions |
||
1539 | 4 // Initial instruction |
||
1540 | point |
||
1541 | 123.492,-6.381,86.978 |
||
1542 | point |
||
1543 | 123.411,-6.381,88.038 |
||
1544 | point |
||
1545 | 121.015,-6.381,88.401 |
||
1546 | point |
||
1547 | 119.947,994.019,91.017 |
||
1548 | point |
||
1549 | 114.912,994.983,98.949 |
||
1550 | reverse |
||
1551 | // Pedestrian number 76 |
||
1552 | 10 // Ref num |
||
1553 | 5 // Number of instructions |
||
1554 | 3 // Initial instruction |
||
1555 | point |
||
1556 | 122.982,-6.382,91.586 |
||
1557 | point |
||
1558 | 122.538,-6.382,93.147 |
||
1559 | point |
||
1560 | 119.463,994.018,93.398 |
||
1561 | point |
||
1562 | 112.210,994.957,96.609 |
||
1563 | reverse |
||
1564 | // Pedestrian number 77 |
||
1565 | 10 // Ref num |
||
1566 | 9 // Number of instructions |
||
1567 | 3 // Initial instruction |
||
1568 | point |
||
1569 | 112.226,994.954,96.076 |
||
1570 | point |
||
1571 | 111.997,995.023,94.950 |
||
1572 | point |
||
1573 | 106.584,995.023,95.373 |
||
1574 | point |
||
1575 | 90.790,-5.177,92.778 |
||
1576 | point |
||
1577 | 89.136,-5.177,81.603 |
||
1578 | point |
||
1579 | 83.739,-5.177,78.080 |
||
1580 | point |
||
1581 | 67.711,-5.177,79.431 |
||
1582 | point |
||
1583 | 63.282,-5.177,84.520 |
||
1584 | reverse |
||
1585 | // Pedestrian number 78 |
||
1586 | 10 // Ref num |
||
1587 | 6 // Number of instructions |
||
1588 | 4 // Initial instruction |
||
1589 | point |
||
1590 | 131.752,-5.177,67.911 |
||
1591 | point |
||
1592 | 125.398,-5.177,68.475 |
||
1593 | point |
||
1594 | 122.933,-5.177,67.370 |
||
1595 | point |
||
1596 | 120.620,-5.177,67.346 |
||
1597 | point |
||
1598 | 113.046,-5.177,64.949 |
||
1599 | reverse |
||
1600 | // Pedestrian number 79 |
||
1601 | 9 // Ref num |
||
1602 | 8 // Number of instructions |
||
1603 | 6 // Initial instruction |
||
1604 | point |
||
1605 | 121.546,-5.177,50.222 |
||
1606 | point |
||
1607 | 118.110,-5.177,53.598 |
||
1608 | point |
||
1609 | 120.149,-5.177,56.144 |
||
1610 | point |
||
1611 | 117.521,-5.177,59.421 |
||
1612 | point |
||
1613 | 119.876,-5.177,62.558 |
||
1614 | point |
||
1615 | 118.420,-5.177,65.240 |
||
1616 | point |
||
1617 | 119.560,-5.177,68.893 |
||
1618 | reverse |
||
1619 | // Pedestrian number 80 |
||
1620 | 11 // Ref num |
||
1621 | 5 // Number of instructions |
||
1622 | 3 // Initial instruction |
||
1623 | point |
||
1624 | 122.432,993.818,85.069 |
||
1625 | point |
||
1626 | 122.068,995.023,80.262 |
||
1627 | point |
||
1628 | 120.716,-5.177,73.782 |
||
1629 | point |
||
1630 | 116.852,-5.177,69.607 |
||
1631 | reverse |
||
1632 | // Pedestrian number 81 |
||
1633 | 3 // Ref num |
||
1634 | 5 // Number of instructions |
||
1635 | 3 // Initial instruction |
||
1636 | point |
||
1637 | 122.980,-6.381,91.687 |
||
1638 | point |
||
1639 | 119.917,-6.381,91.526 |
||
1640 | point |
||
1641 | 119.795,993.819,90.534 |
||
1642 | point |
||
1643 | 112.324,995.023,67.628 |
||
1644 | reverse |
||
1645 | // Pedestrian number 82 |
||
1646 | 11 // Ref num |
||
1647 | 8 // Number of instructions |
||
1648 | 3 // Initial instruction |
||
1649 | point |
||
1650 | 126.058,-5.217,98.627 |
||
1651 | point |
||
1652 | 123.958,-6.382,96.814 |
||
1653 | point |
||
1654 | 121.246,-6.382,91.276 |
||
1655 | point |
||
1656 | 121.651,-6.382,88.330 |
||
1657 | point |
||
1658 | 122.603,-6.382,88.239 |
||
1659 | point |
||
1660 | 123.649,-6.382,87.614 |
||
1661 | point |
||
1662 | 123.586,-6.382,85.714 |
||
1663 | reverse |
||
1664 | // Pedestrian number 83 |
||
1665 | 10 // Ref num |
||
1666 | 7 // Number of instructions |
||
1667 | 3 // Initial instruction |
||
1668 | point |
||
1669 | 113.119,-5.268,82.952 |
||
1670 | point |
||
1671 | 116.026,-6.382,84.841 |
||
1672 | point |
||
1673 | 120.052,-6.381,90.173 |
||
1674 | point |
||
1675 | 121.437,-6.381,91.649 |
||
1676 | point |
||
1677 | 123.992,-6.382,92.084 |
||
1678 | point |
||
1679 | 127.794,-5.239,90.855 |
||
1680 | reverse |
||
1681 | // Pedestrian number 84 |
||
1682 | 10 // Ref num |
||
1683 | 6 // Number of instructions |
||
1684 | 3 // Initial instruction |
||
1685 | point |
||
1686 | 127.969,-5.192,87.350 |
||
1687 | point |
||
1688 | 124.019,-6.382,88.134 |
||
1689 | point |
||
1690 | 121.359,-6.382,88.150 |
||
1691 | point |
||
1692 | 116.036,-6.382,89.314 |
||
1693 | point |
||
1694 | 112.342,994.918,90.169 |
||
1695 | reverse |
||
1696 | // Pedestrian number 85 |
||
1697 | 14 // Ref num |
||
1698 | 5 // Number of instructions |
||
1699 | 3 // Initial instruction |
||
1700 | point |
||
1701 | 114.454,994.934,98.980 |
||
1702 | point |
||
1703 | 116.092,-6.382,96.812 |
||
1704 | point |
||
1705 | 118.838,-6.382,91.108 |
||
1706 | point |
||
1707 | 122.473,-6.382,87.723 |
||
1708 | reverse |
||
1709 | // Pedestrian number 86 |
||
1710 | 11 // Ref num |
||
1711 | 6 // Number of instructions |
||
1712 | 3 // Initial instruction |
||
1713 | point |
||
1714 | 118.306,-5.209,100.727 |
||
1715 | point |
||
1716 | 118.172,-6.382,96.783 |
||
1717 | point |
||
1718 | 118.651,-6.382,93.229 |
||
1719 | point |
||
1720 | 118.875,-6.382,87.943 |
||
1721 | point |
||
1722 | 122.059,-6.382,86.082 |
||
1723 | reverse |
||
1724 | // Pedestrian number 87 |
||
1725 | 11 // Ref num |
||
1726 | 5 // Number of instructions |
||
1727 | 3 // Initial instruction |
||
1728 | point |
||
1729 | 112.174,-5.230,96.330 |
||
1730 | point |
||
1731 | 116.018,-6.382,95.693 |
||
1732 | point |
||
1733 | 116.477,-6.382,93.154 |
||
1734 | point |
||
1735 | 122.543,-6.382,91.641 |
||
1736 | reverse |
||
1737 | // Pedestrian number 88 |
||
1738 | 13 // Ref num |
||
1739 | 9 // Number of instructions |
||
1740 | 3 // Initial instruction |
||
1741 | point |
||
1742 | 127.180,995.023,95.266 |
||
1743 | point |
||
1744 | 111.063,995.023,94.203 |
||
1745 | point |
||
1746 | 93.734,-5.177,94.565 |
||
1747 | point |
||
1748 | 90.272,-5.177,92.227 |
||
1749 | point |
||
1750 | 87.969,-5.177,82.370 |
||
1751 | point |
||
1752 | 85.290,-5.177,77.520 |
||
1753 | point |
||
1754 | 66.593,-5.176,77.832 |
||
1755 | point |
||
1756 | 65.473,-5.198,75.430 |
||
1757 | reverse |
||
1758 | // Pedestrian number 89 |
||
1759 | 9 // Ref num |
||
1760 | 10 // Number of instructions |
||
1761 | 5 // Initial instruction |
||
1762 | point |
||
1763 | 113.206,995.023,97.521 |
||
1764 | point |
||
1765 | 111.964,995.023,95.583 |
||
1766 | point |
||
1767 | 103.291,-5.177,95.236 |
||
1768 | point |
||
1769 | 97.658,-5.177,94.914 |
||
1770 | point |
||
1771 | 89.785,-5.177,91.127 |
||
1772 | point |
||
1773 | 87.673,-5.177,81.046 |
||
1774 | point |
||
1775 | 85.439,-5.177,79.180 |
||
1776 | point |
||
1777 | 83.682,-5.177,79.021 |
||
1778 | point |
||
1779 | 57.049,-5.211,78.595 |
||
1780 | reverse |
||
1781 | // Pedestrian number 90 |
||
1782 | 16 // Ref num |
||
1783 | 10 // Number of instructions |
||
1784 | 5 // Initial instruction |
||
1785 | point |
||
1786 | 94.053,-5.177,94.640 |
||
1787 | point |
||
1788 | 93.146,-5.177,92.682 |
||
1789 | point |
||
1790 | 91.697,-5.177,91.466 |
||
1791 | point |
||
1792 | 91.000,-5.177,90.030 |
||
1793 | point |
||
1794 | 90.280,-5.177,86.453 |
||
1795 | point |
||
1796 | 88.652,-5.177,80.217 |
||
1797 | point |
||
1798 | 84.779,-5.177,79.140 |
||
1799 | point |
||
1800 | 71.990,-5.177,77.805 |
||
1801 | point |
||
1802 | 53.657,-5.212,83.482 |
||
1803 | reverse |
||
1804 | // Pedestrian number 91 |
||
1805 | 16 // Ref num |
||
1806 | 4 // Number of instructions |
||
1807 | 2 // Initial instruction |
||
1808 | point |
||
1809 | 63.342,-5.207,75.371 |
||
1810 | point |
||
1811 | 64.873,-5.177,79.716 |
||
1812 | point |
||
1813 | 67.857,-5.177,84.533 |
||
1814 | reverse |
||
1815 | // Pedestrian number 92 |
||
1816 | 3 // Ref num |
||
1817 | 4 // Number of instructions |
||
1818 | 2 // Initial instruction |
||
1819 | point |
||
1820 | 67.196,-5.177,84.563 |
||
1821 | point |
||
1822 | 67.694,-5.177,79.828 |
||
1823 | point |
||
1824 | 67.862,-5.176,77.835 |
||
1825 | reverse |
||
1826 | // Pedestrian number 93 |
||
1827 | 7 // Ref num |
||
1828 | 4 // Number of instructions |
||
1829 | 2 // Initial instruction |
||
1830 | point |
||
1831 | 53.551,-5.179,85.812 |
||
1832 | point |
||
1833 | 64.881,-5.177,80.167 |
||
1834 | point |
||
1835 | 81.326,-5.177,77.343 |
||
1836 | reverse |
||
1837 | // Pedestrian number 94 |
||
1838 | 11 // Ref num |
||
1839 | 6 // Number of instructions |
||
1840 | 4 // Initial instruction |
||
1841 | point |
||
1842 | 10.699,-5.177,88.485 |
||
1843 | point |
||
1844 | 12.438,-5.177,88.487 |
||
1845 | point |
||
1846 | 12.483,-5.177,87.845 |
||
1847 | point |
||
1848 | 19.147,-5.177,87.228 |
||
1849 | point |
||
1850 | 19.861,-5.177,88.429 |
||
1851 | reverse |
||
1852 | // Pedestrian number 95 |
||
1853 | 10 // Ref num |
||
1854 | 5 // Number of instructions |
||
1855 | 3 // Initial instruction |
||
1856 | point |
||
1857 | 10.550,-5.177,87.229 |
||
1858 | point |
||
1859 | 18.856,-5.177,86.839 |
||
1860 | point |
||
1861 | 19.162,-5.177,88.085 |
||
1862 | point |
||
1863 | 18.215,-5.177,92.513 |
||
1864 | reverse |
||
1865 | // Pedestrian number 96 |
||
1866 | 9 // Ref num |
||
1867 | 4 // Number of instructions |
||
1868 | 2 // Initial instruction |
||
1869 | point |
||
1870 | 20.981,-5.177,85.211 |
||
1871 | point |
||
1872 | 18.481,-5.177,87.422 |
||
1873 | point |
||
1874 | 10.529,-5.177,80.923 |
||
1875 | reverse |
||
1876 | // Pedestrian number 97 |
||
1877 | 14 // Ref num |
||
1878 | 4 // Number of instructions |
||
1879 | 2 // Initial instruction |
||
1880 | point |
||
1881 | 25.175,-5.177,92.576 |
||
1882 | point |
||
1883 | 23.174,-5.177,87.505 |
||
1884 | point |
||
1885 | 10.651,-5.177,82.066 |
||
1886 | reverse |
||
1887 | // Pedestrian number 98 |
||
1888 | 10 // Ref num |
||
1889 | 5 // Number of instructions |
||
1890 | 3 // Initial instruction |
||
1891 | point |
||
1892 | 14.412,-5.177,92.385 |
||
1893 | point |
||
1894 | 14.702,-5.177,90.543 |
||
1895 | point |
||
1896 | 15.758,-5.177,88.428 |
||
1897 | point |
||
1898 | 31.698,-5.177,83.717 |
||
1899 | reverse |
||
1900 | // Pedestrian number 99 |
||
1901 | 11 // Ref num |
||
1902 | 7 // Number of instructions |
||
1903 | 4 // Initial instruction |
||
1904 | point |
||
1905 | 10.616,-5.177,92.646 |
||
1906 | point |
||
1907 | 10.598,-5.177,90.046 |
||
1908 | point |
||
1909 | 12.620,-5.177,89.487 |
||
1910 | point |
||
1911 | 13.602,-5.177,88.352 |
||
1912 | point |
||
1913 | 18.961,995.023,84.937 |
||
1914 | point |
||
1915 | 20.767,991.481,80.133 |
||
1916 | reverse |
||
1917 | // Pedestrian number 100 |
||
1918 | 5 // Ref num |
||
1919 | 5 // Number of instructions |
||
1920 | 2 // Initial instruction |
||
1921 | point |
||
1922 | 18.177,-5.177,88.387 |
||
1923 | point |
||
1924 | 13.201,-5.177,87.795 |
||
1925 | point |
||
1926 | 11.902,-5.177,89.962 |
||
1927 | point |
||
1928 | 10.510,-5.177,89.733 |
||
1929 | reverse |
||
1930 | // Pedestrian number 101 |
||
1931 | 3 // Ref num |
||
1932 | 5 // Number of instructions |
||
1933 | 2 // Initial instruction |
||
1934 | point |
||
1935 | 18.759,995.023,88.292 |
||
1936 | point |
||
1937 | 22.617,995.912,82.605 |
||
1938 | point |
||
1939 | 22.421,995.023,49.442 |
||
1940 | point |
||
1941 | 28.094,-5.177,45.793 |
||
1942 | reverse |
||
1943 | // Pedestrian number 102 |
||
1944 | 16 // Ref num |
||
1945 | 5 // Number of instructions |
||
1946 | 3 // Initial instruction |
||
1947 | point |
||
1948 | 15.699,-5.177,46.170 |
||
1949 | point |
||
1950 | 21.360,995.023,50.745 |
||
1951 | point |
||
1952 | 21.318,995.023,86.560 |
||
1953 | point |
||
1954 | 20.846,-5.177,88.171 |
||
1955 | reverse |
||
1956 | // Pedestrian number 103 |
||
1957 | 14 // Ref num |
||
1958 | 4 // Number of instructions |
||
1959 | 2 // Initial instruction |
||
1960 | point |
||
1961 | 23.243,995.023,92.528 |
||
1962 | point |
||
1963 | 21.506,996.699,77.186 |
||
1964 | point |
||
1965 | 19.373,986.858,75.038 |
||
1966 | reverse |
||
1967 | // Pedestrian number 104 |
||
1968 | 6 // Ref num |
||
1969 | 4 // Number of instructions |
||
1970 | 2 // Initial instruction |
||
1971 | point |
||
1972 | 23.725,995.023,92.397 |
||
1973 | point |
||
1974 | 22.520,996.705,77.123 |
||
1975 | point |
||
1976 | 23.341,991.480,69.365 |
||
1977 | reverse |
||
1978 | // Pedestrian number 105 |
||
1979 | 14 // Ref num |
||
1980 | 5 // Number of instructions |
||
1981 | 2 // Initial instruction |
||
1982 | point |
||
1983 | 31.071,-5.177,64.052 |
||
1984 | point |
||
1985 | 30.458,-5.177,73.853 |
||
1986 | point |
||
1987 | 31.178,995.023,84.337 |
||
1988 | point |
||
1989 | 31.573,995.023,92.543 |
||
1990 | reverse |
||
1991 | // Pedestrian number 106 |
||
1992 | 6 // Ref num |
||
1993 | 4 // Number of instructions |
||
1994 | 2 // Initial instruction |
||
1995 | point |
||
1996 | 20.874,-5.177,52.518 |
||
1997 | point |
||
1998 | 21.046,-5.177,48.452 |
||
1999 | point |
||
2000 | 22.652,-5.177,43.328 |
||
2001 | reverse |
||
2002 | // Pedestrian number 107 |
||
2003 | 9 // Ref num |
||
2004 | 4 // Number of instructions |
||
2005 | 2 // Initial instruction |
||
2006 | point |
||
2007 | 23.234,-5.177,52.545 |
||
2008 | point |
||
2009 | 22.800,-5.177,47.818 |
||
2010 | point |
||
2011 | 19.145,-5.177,40.542 |
||
2012 | reverse |
||
2013 | // Pedestrian number 108 |
||
2014 | 6 // Ref num |
||
2015 | 4 // Number of instructions |
||
2016 | 2 // Initial instruction |
||
2017 | point |
||
2018 | 10.641,-5.177,59.783 |
||
2019 | point |
||
2020 | 20.460,-5.177,50.253 |
||
2021 | point |
||
2022 | 24.445,-5.177,43.993 |
||
2023 | reverse |
||
2024 | // Pedestrian number 109 |
||
2025 | 16 // Ref num |
||
2026 | 6 // Number of instructions |
||
2027 | 3 // Initial instruction |
||
2028 | point |
||
2029 | 10.716,-5.177,47.813 |
||
2030 | point |
||
2031 | 14.346,-5.177,47.825 |
||
2032 | point |
||
2033 | 20.462,-5.177,49.433 |
||
2034 | point |
||
2035 | 30.904,-5.177,47.615 |
||
2036 | point |
||
2037 | 35.638,-5.177,47.911 |
||
2038 | reverse |
||
2039 | // Pedestrian number 110 |
||
2040 | 5 // Ref num |
||
2041 | 6 // Number of instructions |
||
2042 | 4 // Initial instruction |
||
2043 | point |
||
2044 | 24.906,-5.177,42.026 |
||
2045 | point |
||
2046 | 26.079,-5.177,42.372 |
||
2047 | point |
||
2048 | 26.390,-5.177,43.328 |
||
2049 | point |
||
2050 | 25.587,-5.177,44.526 |
||
2051 | point |
||
2052 | 16.121,-5.177,50.262 |
||
2053 | reverse |
||
2054 | // Pedestrian number 111 |
||
2055 | 3 // Ref num |
||
2056 | 7 // Number of instructions |
||
2057 | 3 // Initial instruction |
||
2058 | point |
||
2059 | 35.474,-5.177,47.135 |
||
2060 | point |
||
2061 | 29.920,-5.177,47.820 |
||
2062 | point |
||
2063 | 22.494,-5.177,44.825 |
||
2064 | point |
||
2065 | 20.913,-5.177,43.099 |
||
2066 | point |
||
2067 | 20.741,-5.177,40.504 |
||
2068 | point |
||
2069 | 27.684,-5.177,41.001 |
||
2070 | reverse |
||
2071 | // Pedestrian number 112 |
||
2072 | 10 // Ref num |
||
2073 | 5 // Number of instructions |
||
2074 | 4 // Initial instruction |
||
2075 | point |
||
2076 | 133.936,-5.177,-1.453 |
||
2077 | point |
||
2078 | 132.525,-5.177,-1.433 |
||
2079 | point |
||
2080 | 132.103,-5.177,-0.853 |
||
2081 | point |
||
2082 | 132.315,-5.177,-0.374 |
||
2083 | reverse |
||
2084 | // Pedestrian number 113 |
||
2085 | 134 // Ref num |
||
2086 | 2 // Number of instructions |
||
2087 | 1 // Initial instruction |
||
2088 | point |
||
2089 | 146.850,-5.177,9.438 |
||
2090 | reverse |
||
2091 | // Pedestrian number 114 |
||
2092 | 100 // Ref num |
||
2093 | 2 // Number of instructions |
||
2094 | 1 // Initial instruction |
||
2095 | point |
||
2096 | 147.986,-5.178,13.691 |
||
2097 | reverse |
||
2098 | // Pedestrian number 115 |
||
2099 | 100 // Ref num |
||
2100 | 2 // Number of instructions |
||
2101 | 1 // Initial instruction |
||
2102 | point |
||
2103 | 146.724,-5.178,15.651 |
||
2104 | reverse |
||
2105 | // Pedestrian number 116 |
||
2106 | 112 // Ref num |
||
2107 | 2 // Number of instructions |
||
2108 | 1 // Initial instruction |
||
2109 | point |
||
2110 | 145.828,-5.177,22.999 |
||
2111 | reverse |
||
2112 | // Pedestrian number 117 |
||
2113 | 128 // Ref num |
||
2114 | 2 // Number of instructions |
||
2115 | 1 // Initial instruction |
||
2116 | point |
||
2117 | 137.937,-5.178,35.283 |
||
2118 | reverse |
||
2119 | // Pedestrian number 118 |
||
2120 | 128 // Ref num |
||
2121 | 2 // Number of instructions |
||
2122 | 1 // Initial instruction |
||
2123 | point |
||
2124 | 143.518,-5.177,42.189 |
||
2125 | reverse |
||
2126 | // Pedestrian number 119 |
||
2127 | 100 // Ref num |
||
2128 | 2 // Number of instructions |
||
2129 | 1 // Initial instruction |
||
2130 | point |
||
2131 | 141.858,-5.178,46.227 |
||
2132 | reverse |
||
2133 | // Pedestrian number 120 |
||
2134 | 112 // Ref num |
||
2135 | 2 // Number of instructions |
||
2136 | 1 // Initial instruction |
||
2137 | point |
||
2138 | 138.314,-5.177,48.235 |
||
2139 | reverse |
||
2140 | // Pedestrian number 121 |
||
2141 | 129 // Ref num |
||
2142 | 2 // Number of instructions |
||
2143 | 1 // Initial instruction |
||
2144 | point |
||
2145 | 135.141,-5.178,47.152 |
||
2146 | reverse |
||
2147 | // Pedestrian number 122 |
||
2148 | 130 // Ref num |
||
2149 | 2 // Number of instructions |
||
2150 | 1 // Initial instruction |
||
2151 | point |
||
2152 | 141.708,-5.178,54.174 |
||
2153 | reverse |
||
2154 | // Pedestrian number 123 |
||
2155 | 100 // Ref num |
||
2156 | 2 // Number of instructions |
||
2157 | 1 // Initial instruction |
||
2158 | point |
||
2159 | 141.343,-5.179,59.299 |
||
2160 | reverse |
||
2161 | // Pedestrian number 124 |
||
2162 | 112 // Ref num |
||
2163 | 2 // Number of instructions |
||
2164 | 1 // Initial instruction |
||
2165 | point |
||
2166 | 138.565,-5.177,65.294 |
||
2167 | reverse |
||
2168 | // Pedestrian number 125 |
||
2169 | 112 // Ref num |
||
2170 | 2 // Number of instructions |
||
2171 | 1 // Initial instruction |
||
2172 | point |
||
2173 | 129.180,-5.177,76.511 |
||
2174 | reverse |
||
2175 | // Pedestrian number 126 |
||
2176 | 112 // Ref num |
||
2177 | 2 // Number of instructions |
||
2178 | 1 // Initial instruction |
||
2179 | point |
||
2180 | 128.986,-5.178,77.055 |
||
2181 | reverse |
||
2182 | // Pedestrian number 127 |
||
2183 | 112 // Ref num |
||
2184 | 2 // Number of instructions |
||
2185 | 1 // Initial instruction |
||
2186 | point |
||
2187 | 128.949,-5.178,77.850 |
||
2188 | reverse |
||
2189 | // Pedestrian number 128 |
||
2190 | 112 // Ref num |
||
2191 | 2 // Number of instructions |
||
2192 | 1 // Initial instruction |
||
2193 | point |
||
2194 | 129.045,-5.178,78.852 |
||
2195 | reverse |
||
2196 | // Pedestrian number 129 |
||
2197 | 112 // Ref num |
||
2198 | 2 // Number of instructions |
||
2199 | 1 // Initial instruction |
||
2200 | point |
||
2201 | 128.169,-5.178,78.479 |
||
2202 | reverse |
||
2203 | // Pedestrian number 130 |
||
2204 | 112 // Ref num |
||
2205 | 2 // Number of instructions |
||
2206 | 1 // Initial instruction |
||
2207 | point |
||
2208 | 128.319,-5.177,77.301 |
||
2209 | reverse |
||
2210 | // Pedestrian number 131 |
||
2211 | 134 // Ref num |
||
2212 | 2 // Number of instructions |
||
2213 | 1 // Initial instruction |
||
2214 | point |
||
2215 | 133.663,-5.178,82.717 |
||
2216 | reverse |
||
2217 | // Pedestrian number 132 |
||
2218 | 100 // Ref num |
||
2219 | 2 // Number of instructions |
||
2220 | 1 // Initial instruction |
||
2221 | point |
||
2222 | 135.801,-5.162,94.634 |
||
2223 | reverse |
||
2224 | // Pedestrian number 133 |
||
2225 | 100 // Ref num |
||
2226 | 2 // Number of instructions |
||
2227 | 1 // Initial instruction |
||
2228 | point |
||
2229 | 135.691,-5.166,96.265 |
||
2230 | reverse |
||
2231 | // Pedestrian number 134 |
||
2232 | 100 // Ref num |
||
2233 | 2 // Number of instructions |
||
2234 | 1 // Initial instruction |
||
2235 | point |
||
2236 | 135.862,-5.170,98.456 |
||
2237 | reverse |
||
2238 | // Pedestrian number 135 |
||
2239 | 128 // Ref num |
||
2240 | 2 // Number of instructions |
||
2241 | 1 // Initial instruction |
||
2242 | point |
||
2243 | 134.040,-5.185,102.163 |
||
2244 | reverse |
||
2245 | // Pedestrian number 136 |
||
2246 | 101 // Ref num |
||
2247 | 2 // Number of instructions |
||
2248 | 1 // Initial instruction |
||
2249 | point |
||
2250 | 141.947,-5.152,101.586 |
||
2251 | reverse |
||
2252 | // Pedestrian number 137 |
||
2253 | 123 // Ref num |
||
2254 | 2 // Number of instructions |
||
2255 | 1 // Initial instruction |
||
2256 | point |
||
2257 | 142.165,-5.152,101.608 |
||
2258 | reverse |
||
2259 | // Pedestrian number 138 |
||
2260 | 100 // Ref num |
||
2261 | 2 // Number of instructions |
||
2262 | 1 // Initial instruction |
||
2263 | point |
||
2264 | 145.763,-5.128,97.390 |
||
2265 | reverse |
||
2266 | // Pedestrian number 139 |
||
2267 | 129 // Ref num |
||
2268 | 2 // Number of instructions |
||
2269 | 1 // Initial instruction |
||
2270 | point |
||
2271 | 145.194,-5.131,97.825 |
||
2272 | reverse |
||
2273 | // Pedestrian number 140 |
||
2274 | 100 // Ref num |
||
2275 | 2 // Number of instructions |
||
2276 | 1 // Initial instruction |
||
2277 | point |
||
2278 | 119.091,-5.177,26.709 |
||
2279 | reverse |
||
2280 | // Pedestrian number 141 |
||
2281 | 112 // Ref num |
||
2282 | 2 // Number of instructions |
||
2283 | 1 // Initial instruction |
||
2284 | point |
||
2285 | 118.693,-5.177,24.667 |
||
2286 | reverse |
||
2287 | // Pedestrian number 142 |
||
2288 | 131 // Ref num |
||
2289 | 2 // Number of instructions |
||
2290 | 1 // Initial instruction |
||
2291 | point |
||
2292 | 145.087,-5.177,88.244 |
||
2293 | reverse |
||
2294 | // Pedestrian number 143 |
||
2295 | 101 // Ref num |
||
2296 | 2 // Number of instructions |
||
2297 | 1 // Initial instruction |
||
2298 | point |
||
2299 | 127.042,-5.177,19.680 |
||
2300 | reverse |
||
2301 | // Pedestrian number 144 |
||
2302 | 115 // Ref num |
||
2303 | 2 // Number of instructions |
||
2304 | 1 // Initial instruction |
||
2305 | point |
||
2306 | 126.807,-5.177,14.509 |
||
2307 | reverse |
||
2308 | // Pedestrian number 145 |
||
2309 | 101 // Ref num |
||
2310 | 2 // Number of instructions |
||
2311 | 1 // Initial instruction |
||
2312 | point |
||
2313 | 126.122,-5.177,14.503 |
||
2314 | reverse |
||
2315 | // Pedestrian number 146 |
||
2316 | 101 // Ref num |
||
2317 | 2 // Number of instructions |
||
2318 | 1 // Initial instruction |
||
2319 | point |
||
2320 | 125.473,-5.177,14.498 |
||
2321 | reverse |
||
2322 | // Pedestrian number 147 |
||
2323 | 101 // Ref num |
||
2324 | 2 // Number of instructions |
||
2325 | 1 // Initial instruction |
||
2326 | point |
||
2327 | 124.353,-5.177,14.488 |
||
2328 | reverse |
||
2329 | // Pedestrian number 148 |
||
2330 | 101 // Ref num |
||
2331 | 2 // Number of instructions |
||
2332 | 1 // Initial instruction |
||
2333 | point |
||
2334 | 122.956,-5.177,14.475 |
||
2335 | reverse |
||
2336 | // Pedestrian number 149 |
||
2337 | 135 // Ref num |
||
2338 | 2 // Number of instructions |
||
2339 | 1 // Initial instruction |
||
2340 | point |
||
2341 | 126.097,-5.177,10.081 |
||
2342 | reverse |
||
2343 | // Pedestrian number 150 |
||
2344 | 112 // Ref num |
||
2345 | 2 // Number of instructions |
||
2346 | 1 // Initial instruction |
||
2347 | point |
||
2348 | 125.438,-5.177,10.066 |
||
2349 | reverse |
||
2350 | // Pedestrian number 151 |
||
2351 | 112 // Ref num |
||
2352 | 2 // Number of instructions |
||
2353 | 1 // Initial instruction |
||
2354 | point |
||
2355 | 124.792,-5.177,10.052 |
||
2356 | reverse |
||
2357 | // Pedestrian number 152 |
||
2358 | 112 // Ref num |
||
2359 | 2 // Number of instructions |
||
2360 | 1 // Initial instruction |
||
2361 | point |
||
2362 | 123.752,-5.177,10.028 |
||
2363 | reverse |
||
2364 | // Pedestrian number 153 |
||
2365 | 112 // Ref num |
||
2366 | 2 // Number of instructions |
||
2367 | 1 // Initial instruction |
||
2368 | point |
||
2369 | 104.879,-5.177,-1.327 |
||
2370 | reverse |
||
2371 | // Pedestrian number 154 |
||
2372 | 100 // Ref num |
||
2373 | 2 // Number of instructions |
||
2374 | 1 // Initial instruction |
||
2375 | point |
||
2376 | 104.930,-5.177,-0.244 |
||
2377 | reverse |
||
2378 | // Pedestrian number 155 |
||
2379 | 130 // Ref num |
||
2380 | 2 // Number of instructions |
||
2381 | 1 // Initial instruction |
||
2382 | point |
||
2383 | 104.907,-5.177,-2.053 |
||
2384 | reverse |
||
2385 | // Pedestrian number 156 |
||
2386 | 100 // Ref num |
||
2387 | 2 // Number of instructions |
||
2388 | 1 // Initial instruction |
||
2389 | point |
||
2390 | 90.395,-5.177,9.981 |
||
2391 | reverse |
||
2392 | // Pedestrian number 157 |
||
2393 | 112 // Ref num |
||
2394 | 2 // Number of instructions |
||
2395 | 1 // Initial instruction |
||
2396 | point |
||
2397 | 90.433,-5.177,11.038 |
||
2398 | reverse |
||
2399 | // Pedestrian number 158 |
||
2400 | 112 // Ref num |
||
2401 | 2 // Number of instructions |
||
2402 | 1 // Initial instruction |
||
2403 | point |
||
2404 | 90.390,-5.177,11.605 |
||
2405 | reverse |
||
2406 | // Pedestrian number 159 |
||
2407 | 112 // Ref num |
||
2408 | 2 // Number of instructions |
||
2409 | 1 // Initial instruction |
||
2410 | point |
||
2411 | 90.248,-5.177,12.765 |
||
2412 | reverse |
||
2413 | // Pedestrian number 160 |
||
2414 | 100 // Ref num |
||
2415 | 2 // Number of instructions |
||
2416 | 1 // Initial instruction |
||
2417 | point |
||
2418 | 90.212,-5.177,15.593 |
||
2419 | reverse |
||
2420 | // Pedestrian number 161 |
||
2421 | 129 // Ref num |
||
2422 | 2 // Number of instructions |
||
2423 | 1 // Initial instruction |
||
2424 | point |
||
2425 | 89.663,-5.177,35.720 |
||
2426 | reverse |
||
2427 | // Pedestrian number 162 |
||
2428 | 112 // Ref num |
||
2429 | 2 // Number of instructions |
||
2430 | 1 // Initial instruction |
||
2431 | point |
||
2432 | 90.575,-5.177,36.837 |
||
2433 | reverse |
||
2434 | // Pedestrian number 163 |
||
2435 | 100 // Ref num |
||
2436 | 2 // Number of instructions |
||
2437 | 1 // Initial instruction |
||
2438 | point |
||
2439 | 92.585,-5.177,38.819 |
||
2440 | reverse |
||
2441 | // Pedestrian number 164 |
||
2442 | 101 // Ref num |
||
2443 | 2 // Number of instructions |
||
2444 | 1 // Initial instruction |
||
2445 | point |
||
2446 | 97.049,-5.193,38.469 |
||
2447 | reverse |
||
2448 | // Pedestrian number 165 |
||
2449 | 100 // Ref num |
||
2450 | 2 // Number of instructions |
||
2451 | 1 // Initial instruction |
||
2452 | point |
||
2453 | 94.077,-5.177,41.831 |
||
2454 | reverse |
||
2455 | // Pedestrian number 166 |
||
2456 | 129 // Ref num |
||
2457 | 2 // Number of instructions |
||
2458 | 1 // Initial instruction |
||
2459 | point |
||
2460 | 94.277,-5.177,43.916 |
||
2461 | reverse |
||
2462 | // Pedestrian number 167 |
||
2463 | 112 // Ref num |
||
2464 | 2 // Number of instructions |
||
2465 | 1 // Initial instruction |
||
2466 | point |
||
2467 | 95.331,-5.177,45.307 |
||
2468 | reverse |
||
2469 | // Pedestrian number 168 |
||
2470 | 112 // Ref num |
||
2471 | 2 // Number of instructions |
||
2472 | 1 // Initial instruction |
||
2473 | point |
||
2474 | 96.414,-5.177,46.457 |
||
2475 | reverse |
||
2476 | // Pedestrian number 169 |
||
2477 | 129 // Ref num |
||
2478 | 2 // Number of instructions |
||
2479 | 1 // Initial instruction |
||
2480 | point |
||
2481 | 100.811,-5.177,48.188 |
||
2482 | reverse |
||
2483 | // Pedestrian number 170 |
||
2484 | 102 // Ref num |
||
2485 | 2 // Number of instructions |
||
2486 | 1 // Initial instruction |
||
2487 | point |
||
2488 | 104.493,-5.177,45.316 |
||
2489 | reverse |
||
2490 | // Pedestrian number 171 |
||
2491 | 128 // Ref num |
||
2492 | 2 // Number of instructions |
||
2493 | 1 // Initial instruction |
||
2494 | point |
||
2495 | 113.191,-5.177,49.534 |
||
2496 | reverse |
||
2497 | // Pedestrian number 172 |
||
2498 | 100 // Ref num |
||
2499 | 2 // Number of instructions |
||
2500 | 1 // Initial instruction |
||
2501 | point |
||
2502 | 124.555,-5.177,51.183 |
||
2503 | reverse |
||
2504 | // Pedestrian number 173 |
||
2505 | 102 // Ref num |
||
2506 | 2 // Number of instructions |
||
2507 | 1 // Initial instruction |
||
2508 | point |
||
2509 | 122.611,-5.177,55.320 |
||
2510 | reverse |
||
2511 | // Pedestrian number 174 |
||
2512 | 100 // Ref num |
||
2513 | 2 // Number of instructions |
||
2514 | 1 // Initial instruction |
||
2515 | point |
||
2516 | 116.287,-5.177,62.184 |
||
2517 | reverse |
||
2518 | // Pedestrian number 175 |
||
2519 | 129 // Ref num |
||
2520 | 2 // Number of instructions |
||
2521 | 1 // Initial instruction |
||
2522 | point |
||
2523 | 108.684,-5.177,63.533 |
||
2524 | reverse |
||
2525 | // Pedestrian number 176 |
||
2526 | 128 // Ref num |
||
2527 | 2 // Number of instructions |
||
2528 | 1 // Initial instruction |
||
2529 | point |
||
2530 | 129.569,-5.177,58.676 |
||
2531 | reverse |
||
2532 | // Pedestrian number 177 |
||
2533 | 100 // Ref num |
||
2534 | 2 // Number of instructions |
||
2535 | 1 // Initial instruction |
||
2536 | point |
||
2537 | 122.923,-6.382,86.474 |
||
2538 | reverse |
||
2539 | // Pedestrian number 178 |
||
2540 | 112 // Ref num |
||
2541 | 2 // Number of instructions |
||
2542 | 1 // Initial instruction |
||
2543 | point |
||
2544 | 123.886,-6.382,90.637 |
||
2545 | reverse |
||
2546 | // Pedestrian number 179 |
||
2547 | 112 // Ref num |
||
2548 | 2 // Number of instructions |
||
2549 | 1 // Initial instruction |
||
2550 | point |
||
2551 | 123.855,-6.382,89.819 |
||
2552 | reverse |
||
2553 | // Pedestrian number 180 |
||
2554 | 100 // Ref num |
||
2555 | 2 // Number of instructions |
||
2556 | 1 // Initial instruction |
||
2557 | point |
||
2558 | 35.806,-5.177,69.801 |
||
2559 | reverse |
||
2560 | // Pedestrian number 181 |
||
2561 | 100 // Ref num |
||
2562 | 2 // Number of instructions |
||
2563 | 1 // Initial instruction |
||
2564 | point |
||
2565 | 35.759,-5.177,70.355 |
||
2566 | reverse |
||
2567 | // Pedestrian number 182 |
||
2568 | 100 // Ref num |
||
2569 | 2 // Number of instructions |
||
2570 | 1 // Initial instruction |
||
2571 | point |
||
2572 | 35.722,-5.177,70.900 |
||
2573 | reverse |
||
2574 | // Pedestrian number 183 |
||
2575 | 112 // Ref num |
||
2576 | 2 // Number of instructions |
||
2577 | 1 // Initial instruction |
||
2578 | point |
||
2579 | 35.700,-5.177,79.771 |
||
2580 | reverse |
||
2581 | // Pedestrian number 184 |
||
2582 | 112 // Ref num |
||
2583 | 2 // Number of instructions |
||
2584 | 1 // Initial instruction |
||
2585 | point |
||
2586 | 35.643,-5.177,78.997 |
||
2587 | reverse |
||
2588 | // Pedestrian number 185 |
||
2589 | 112 // Ref num |
||
2590 | 2 // Number of instructions |
||
2591 | 1 // Initial instruction |
||
2592 | point |
||
2593 | 35.600,-5.177,78.091 |
||
2594 | reverse |
||
2595 | // Pedestrian number 186 |
||
2596 | 131 // Ref num |
||
2597 | 2 // Number of instructions |
||
2598 | 1 // Initial instruction |
||
2599 | point |
||
2600 | 55.165,-5.177,80.863 |
||
2601 | reverse |
||
2602 | // Pedestrian number 187 |
||
2603 | 135 // Ref num |
||
2604 | 2 // Number of instructions |
||
2605 | 1 // Initial instruction |
||
2606 | point |
||
2607 | 32.331,-5.177,78.676 |
||
2608 | reverse |
||
2609 | // Pedestrian number 188 |
||
2610 | 100 // Ref num |
||
2611 | 2 // Number of instructions |
||
2612 | 1 // Initial instruction |
||
2613 | point |
||
2614 | 32.324,-5.177,71.843 |
||
2615 | reverse |
||
2616 | // Pedestrian number 189 |
||
2617 | 100 // Ref num |
||
2618 | 2 // Number of instructions |
||
2619 | 1 // Initial instruction |
||
2620 | point |
||
2621 | 32.380,-5.177,70.670 |
||
2622 | reverse |
||
2623 | // Pedestrian number 190 |
||
2624 | 101 // Ref num |
||
2625 | 2 // Number of instructions |
||
2626 | 1 // Initial instruction |
||
2627 | point |
||
2628 | 34.246,-5.177,63.437 |
||
2629 | reverse |
||
2630 | // Pedestrian number 191 |
||
2631 | 131 // Ref num |
||
2632 | 2 // Number of instructions |
||
2633 | 1 // Initial instruction |
||
2634 | point |
||
2635 | 34.078,-5.177,60.795 |
||
2636 | reverse |
||
2637 | // Pedestrian number 192 |
||
2638 | 128 // Ref num |
||
2639 | 2 // Number of instructions |
||
2640 | 1 // Initial instruction |
||
2641 | point |
||
2642 | 10.525,-5.177,56.545 |
||
2643 | reverse |
||
2644 | // Pedestrian number 193 |
||
2645 | 100 // Ref num |
||
2646 | 2 // Number of instructions |
||
2647 | 1 // Initial instruction |
||
2648 | point |
||
2649 | 19.978,-8.720,68.311 |
||
2650 | reverse |
||
2651 | // Pedestrian number 194 |
||
2652 | 100 // Ref num |
||
2653 | 2 // Number of instructions |
||
2654 | 1 // Initial instruction |
||
2655 | point |
||
2656 | 20.888,-8.720,68.244 |
||
2657 | reverse |
||
2658 | // Pedestrian number 195 |
||
2659 | 100 // Ref num |
||
2660 | 2 // Number of instructions |
||
2661 | 1 // Initial instruction |
||
2662 | point |
||
2663 | 22.233,-8.720,68.192 |
||
2664 | reverse |
||
2665 | // Pedestrian number 196 |
||
2666 | 112 // Ref num |
||
2667 | 2 // Number of instructions |
||
2668 | 1 // Initial instruction |
||
2669 | point |
||
2670 | 22.709,-8.720,68.618 |
||
2671 | reverse |
||
2672 | // Pedestrian number 197 |
||
2673 | 112 // Ref num |
||
2674 | 2 // Number of instructions |
||
2675 | 1 // Initial instruction |
||
2676 | point |
||
2677 | 22.282,-8.720,68.934 |
||
2678 | reverse |
||
2679 | // Pedestrian number 198 |
||
2680 | 112 // Ref num |
||
2681 | 2 // Number of instructions |
||
2682 | 1 // Initial instruction |
||
2683 | point |
||
2684 | 21.279,-8.720,69.059 |
||
2685 | reverse |
||
2686 | // Pedestrian number 199 |
||
2687 | 112 // Ref num |
||
2688 | 2 // Number of instructions |
||
2689 | 1 // Initial instruction |
||
2690 | point |
||
2691 | 20.421,-8.720,69.364 |
||
2692 | reverse |
||
2693 | // Pedestrian number 200 |
||
2694 | 105 // Ref num |
||
2695 | 2 // Number of instructions |
||
2696 | 1 // Initial instruction |
||
2697 | point |
||
2698 | 21.503,-8.720,68.656 |
||
2699 | reverse |
||
2700 | // Pedestrian number 201 |
||
2701 | 111 // Ref num |
||
2702 | 2 // Number of instructions |
||
2703 | 1 // Initial instruction |
||
2704 | point |
||
2705 | 30.387,-17.799,68.882 |
||
2706 | reverse |
||
2707 | // Pedestrian number 202 |
||
2708 | 129 // Ref num |
||
2709 | 2 // Number of instructions |
||
2710 | 1 // Initial instruction |
||
2711 | point |
||
2712 | 10.497,-5.177,47.325 |
||
2713 | reverse |
||
2714 | // Pedestrian number 203 |
||
2715 | 112 // Ref num |
||
2716 | 2 // Number of instructions |
||
2717 | 1 // Initial instruction |
||
2718 | point |
||
2719 | 10.548,-5.177,47.915 |
||
2720 | reverse |
||
2721 | // Pedestrian number 204 |
||
2722 | 112 // Ref num |
||
2723 | 2 // Number of instructions |
||
2724 | 1 // Initial instruction |
||
2725 | point |
||
2726 | 10.532,-5.177,47.610 |
||
2727 | reverse |
||
2728 | // Pedestrian number 205 |
||
2729 | 135 // Ref num |
||
2730 | 2 // Number of instructions |
||
2731 | 1 // Initial instruction |
||
2732 | point |
||
2733 | 10.521,-5.177,39.328 |
||
2734 | reverse |
||
2735 | // Pedestrian number 206 |
||
2736 | 101 // Ref num |
||
2737 | 2 // Number of instructions |
||
2738 | 1 // Initial instruction |
||
2739 | point |
||
2740 | 10.484,-5.177,29.586 |
||
2741 | reverse |
||
2742 | // Pedestrian number 207 |
||
2743 | 135 // Ref num |
||
2744 | 2 // Number of instructions |
||
2745 | 1 // Initial instruction |
||
2746 | point |
||
2747 | 19.442,-5.177,33.837 |
||
2748 | reverse |
||
2749 | // Pedestrian number 208 |
||
2750 | 100 // Ref num |
||
2751 | 2 // Number of instructions |
||
2752 | 1 // Initial instruction |
||
2753 | point |
||
2754 | 19.366,-5.177,34.520 |
||
2755 | reverse |
||
2756 | // Pedestrian number 209 |
||
2757 | 100 // Ref num |
||
2758 | 2 // Number of instructions |
||
2759 | 1 // Initial instruction |
||
2760 | point |
||
2761 | 19.209,-5.177,35.142 |
||
2762 | reverse |
||
2763 | // Pedestrian number 210 |
||
2764 | 131 // Ref num |
||
2765 | 2 // Number of instructions |
||
2766 | 1 // Initial instruction |
||
2767 | point |
||
2768 | 19.786,-5.177,35.299 |
||
2769 | reverse |
||
2770 | // Pedestrian number 211 |
||
2771 | 115 // Ref num |
||
2772 | 2 // Number of instructions |
||
2773 | 1 // Initial instruction |
||
2774 | point |
||
2775 | 33.397,-5.177,39.101 |
||
2776 | reverse |
||
2777 | // Pedestrian number 212 |
||
2778 | 112 // Ref num |
||
2779 | 2 // Number of instructions |
||
2780 | 1 // Initial instruction |
||
2781 | point |
||
2782 | 20.247,-5.176,37.950 |
||
2783 | reverse |
||
2784 | // Pedestrian number 213 |
||
2785 | 112 // Ref num |
||
2786 | 2 // Number of instructions |
||
2787 | 1 // Initial instruction |
||
2788 | point |
||
2789 | 20.456,-5.176,37.923 |
||
2790 | reverse |
||
2791 | // Pedestrian number 214 |
||
2792 | 105 // Ref num |
||
2793 | 2 // Number of instructions |
||
2794 | 1 // Initial instruction |
||
2795 | point |
||
2796 | 19.626,-5.176,38.032 |
||
2797 | reverse |
||
2798 | // Pedestrian number 215 |
||
2799 | 112 // Ref num |
||
2800 | 2 // Number of instructions |
||
2801 | 1 // Initial instruction |
||
2802 | point |
||
2803 | 26.743,-5.176,42.969 |
||
2804 | reverse |
||
2805 | // Pedestrian number 216 |
||
2806 | 100 // Ref num |
||
2807 | 2 // Number of instructions |
||
2808 | 1 // Initial instruction |
||
2809 | point |
||
2810 | 26.642,-5.176,43.643 |
||
2811 | reverse |
||
2812 | // Pedestrian number 217 |
||
2813 | 100 // Ref num |
||
2814 | 2 // Number of instructions |
||
2815 | 1 // Initial instruction |
||
2816 | point |
||
2817 | 28.982,-5.176,46.464 |
||
2818 | reverse |
||
2819 | // Pedestrian number 218 |
||
2820 | 101 // Ref num |
||
2821 | 2 // Number of instructions |
||
2822 | 1 // Initial instruction |
||
2823 | point |
||
2824 | 34.476,-5.176,48.741 |
||
2825 | reverse |
||
2826 | // Pedestrian number 219 |
||
2827 | 130 // Ref num |
||
2828 | 2 // Number of instructions |
||
2829 | 1 // Initial instruction |
||
2830 | point |
||
2831 | 34.756,-5.176,46.640 |
||
2832 | reverse |
||
2833 | // Pedestrian number 220 |
||
2834 | 9 // Ref num |
||
2835 | 5 // Number of instructions |
||
2836 | 3 // Initial instruction |
||
2837 | point |
||
2838 | 92.766,-0.256,16.799 |
||
2839 | point |
||
2840 | 98.986,-0.251,15.853 |
||
2841 | point |
||
2842 | 103.945,999.952,13.516 |
||
2843 | point |
||
2844 | 116.058,995.046,12.687 |
||
2845 | reverse |
||
2846 | // Pedestrian number 221 |
||
2847 | 6 // Ref num |
||
2848 | 4 // Number of instructions |
||
2849 | 2 // Initial instruction |
||
2850 | point |
||
2851 | 103.420,-0.249,17.419 |
||
2852 | point |
||
2853 | 106.542,999.954,15.193 |
||
2854 | point |
||
2855 | 116.467,995.203,14.901 |
||
2856 | reverse |
||
2857 | // Pedestrian number 222 |
||
2858 | 3 // Ref num |
||
2859 | 4 // Number of instructions |
||
2860 | 2 // Initial instruction |
||
2861 | point |
||
2862 | 95.316,-0.255,12.289 |
||
2863 | point |
||
2864 | 107.109,999.954,14.278 |
||
2865 | point |
||
2866 | 113.265,993.967,13.823 |
||
2867 | reverse |
||
2868 | // Pedestrian number 223 |
||
2869 | 7 // Ref num |
||
2870 | 4 // Number of instructions |
||
2871 | 2 // Initial instruction |
||
2872 | point |
||
2873 | 94.201,-0.256,12.250 |
||
2874 | point |
||
2875 | 105.400,999.953,15.854 |
||
2876 | point |
||
2877 | 109.874,992.657,15.900 |
||
2878 | reverse |
||
2879 | // Pedestrian number 224 |
||
2880 | 11 // Ref num |
||
2881 | 4 // Number of instructions |
||
2882 | 2 // Initial instruction |
||
2883 | point |
||
2884 | 93.615,-0.256,17.314 |
||
2885 | point |
||
2886 | 106.594,999.954,13.251 |
||
2887 | point |
||
2888 | 111.426,993.254,11.904 |
||
2889 | reverse |
||
2890 | // Pedestrian number 225 |
||
2891 | 10 // Ref num |
||
2892 | 3 // Number of instructions |
||
2893 | 1 // Initial instruction |
||
2894 | point |
||
2895 | 106.945,999.954,14.649 |
||
2896 | point |
||
2897 | 109.367,992.461,14.705 |
||
2898 | reverse |
||
2899 | // Pedestrian number 226 |
||
2900 | 10 // Ref num |
||
2901 | 4 // Number of instructions |
||
2902 | 2 // Initial instruction |
||
2903 | point |
||
2904 | 92.925,-0.257,12.228 |
||
2905 | point |
||
2906 | 106.200,999.953,16.374 |
||
2907 | point |
||
2908 | 113.560,994.080,16.047 |
||
2909 | reverse |
||
2910 | // Pedestrian number 227 |
||
2911 | 6 // Ref num |
||
2912 | 5 // Number of instructions |
||
2913 | 3 // Initial instruction |
||
2914 | point |
||
2915 | 96.351,-0.254,17.098 |
||
2916 | point |
||
2917 | 100.055,-0.251,12.710 |
||
2918 | point |
||
2919 | 106.389,999.954,15.829 |
||
2920 | point |
||
2921 | 109.290,992.431,16.114 |
||
2922 | reverse |
||
2923 | // Pedestrian number 228 |
||
2924 | 14 // Ref num |
||
2925 | 5 // Number of instructions |
||
2926 | 3 // Initial instruction |
||
2927 | point |
||
2928 | 97.163,-0.253,12.309 |
||
2929 | point |
||
2930 | 100.253,-0.251,17.430 |
||
2931 | point |
||
2932 | 104.092,999.952,16.450 |
||
2933 | point |
||
2934 | 110.259,992.806,13.956 |
||
2935 | reverse |
||
2936 | // Pedestrian number 229 |
||
2937 | 101 // Ref num |
||
2938 | 2 // Number of instructions |
||
2939 | 1 // Initial instruction |
||
2940 | point |
||
2941 | 8.344,-4.071,89.907 |
||
2942 | reverse |
||
2943 | // Pedestrian number 230 |
||
2944 | 112 // Ref num |
||
2945 | 2 // Number of instructions |
||
2946 | 1 // Initial instruction |
||
2947 | point |
||
2948 | 8.322,-4.071,88.807 |
||
2949 | reverse |
||
2950 | // Pedestrian number 231 |
||
2951 | 112 // Ref num |
||
2952 | 2 // Number of instructions |
||
2953 | 1 // Initial instruction |
||
2954 | point |
||
2955 | 8.306,-4.071,87.987 |
||
2956 | reverse |
||
2957 | // Pedestrian number 232 |
||
2958 | 137 // Ref num |
||
2959 | 2 // Number of instructions |
||
2960 | 1 // Initial instruction |
||
2961 | point |
||
2962 | 8.327,-4.071,92.553 |
||
2963 | reverse |
||
2964 | // Pedestrian number 233 |
||
2965 | 115 // Ref num |
||
2966 | 2 // Number of instructions |
||
2967 | 1 // Initial instruction |
||
2968 | point |
||
2969 | 7.059,-4.071,92.540 |
||
2970 | reverse |
||
2971 | // Pedestrian number 234 |
||
2972 | 133 // Ref num |
||
2973 | 2 // Number of instructions |
||
2974 | 1 // Initial instruction |
||
2975 | point |
||
2976 | 6.443,-4.071,88.813 |
||
2977 | reverse |
||
2978 | // Pedestrian number 235 |
||
2979 | 135 // Ref num |
||
2980 | 2 // Number of instructions |
||
2981 | 1 // Initial instruction |
||
2982 | point |
||
2983 | 6.291,-4.071,91.521 |
||
2984 | reverse |
||
2985 | // Pedestrian number 236 |
||
2986 | 127 // Ref num |
||
2987 | 2 // Number of instructions |
||
2988 | 1 // Initial instruction |
||
2989 | point |
||
2990 | 7.147,-4.071,90.316 |
||
2991 | reverse |
||
2992 | // Pedestrian number 237 |
||
2993 | 102 // Ref num |
||
2994 | 2 // Number of instructions |
||
2995 | 1 // Initial instruction |
||
2996 | point |
||
2997 | 9.884,-4.071,91.903 |
||
2998 | reverse |
||
2999 | // Pedestrian number 238 |
||
3000 | 112 // Ref num |
||
3001 | 2 // Number of instructions |
||
3002 | 1 // Initial instruction |
||
3003 | point |
||
3004 | 9.895,-4.071,91.277 |
||
3005 | reverse |
||
3006 | // Pedestrian number 239 |
||
3007 | 112 // Ref num |
||
3008 | 2 // Number of instructions |
||
3009 | 1 // Initial instruction |
||
3010 | point |
||
3011 | 9.903,-4.071,90.763 |
||
3012 | reverse |
||
3013 | // Pedestrian number 240 |
||
3014 | 123 // Ref num |
||
3015 | 2 // Number of instructions |
||
3016 | 1 // Initial instruction |
||
3017 | point |
||
3018 | 9.792,-4.071,88.930 |
||
3019 | reverse |
||
3020 | // Pedestrian number 241 |
||
3021 | 120 // Ref num |
||
3022 | 2 // Number of instructions |
||
3023 | 1 // Initial instruction |
||
3024 | point |
||
3025 | 18.566,-5.177,87.880 |
||
3026 | reverse |
||
3027 | // Pedestrian number 242 |
||
3028 | 120 // Ref num |
||
3029 | 2 // Number of instructions |
||
3030 | 1 // Initial instruction |
||
3031 | point |
||
3032 | 14.677,-5.177,92.255 |
||
3033 | reverse |
||
3034 | // Pedestrian number 243 |
||
3035 | 122 // Ref num |
||
3036 | 2 // Number of instructions |
||
3037 | 1 // Initial instruction |
||
3038 | point |
||
3039 | 7.350,-4.071,28.296 |
||
3040 | reverse |
||
3041 | // Pedestrian number 244 |
||
3042 | 112 // Ref num |
||
3043 | 2 // Number of instructions |
||
3044 | 1 // Initial instruction |
||
3045 | point |
||
3046 | 7.316,-4.071,29.211 |
||
3047 | reverse |
||
3048 | // Pedestrian number 245 |
||
3049 | 112 // Ref num |
||
3050 | 2 // Number of instructions |
||
3051 | 1 // Initial instruction |
||
3052 | point |
||
3053 | 7.279,-4.071,30.218 |
||
3054 | reverse |
||
3055 | // Pedestrian number 246 |
||
3056 | 112 // Ref num |
||
3057 | 2 // Number of instructions |
||
3058 | 1 // Initial instruction |
||
3059 | point |
||
3060 | 7.244,-4.071,31.147 |
||
3061 | reverse |
||
3062 | // Pedestrian number 247 |
||
3063 | 124 // Ref num |
||
3064 | 2 // Number of instructions |
||
3065 | 1 // Initial instruction |
||
3066 | point |
||
3067 | 8.938,-4.071,29.194 |
||
3068 | reverse |
||
3069 | // Pedestrian number 248 |
||
3070 | 101 // Ref num |
||
3071 | 2 // Number of instructions |
||
3072 | 1 // Initial instruction |
||
3073 | point |
||
3074 | 9.039,-4.071,25.283 |
||
3075 | reverse |
||
3076 | // Pedestrian number 249 |
||
3077 | 101 // Ref num |
||
3078 | 2 // Number of instructions |
||
3079 | 1 // Initial instruction |
||
3080 | point |
||
3081 | 7.970,-4.071,25.247 |
||
3082 | reverse |
||
3083 | // Pedestrian number 250 |
||
3084 | 108 // Ref num |
||
3085 | 2 // Number of instructions |
||
3086 | 1 // Initial instruction |
||
3087 | point |
||
3088 | 6.345,-4.071,26.272 |
||
3089 | reverse |
||
3090 | // Pedestrian number 251 |
||
3091 | 102 // Ref num |
||
3092 | 2 // Number of instructions |
||
3093 | 1 // Initial instruction |
||
3094 | point |
||
3095 | 9.934,-4.071,26.253 |
||
3096 | reverse |
||
3097 | // Pedestrian number 252 |
||
3098 | 104 // Ref num |
||
3099 | 2 // Number of instructions |
||
3100 | 1 // Initial instruction |
||
3101 | point |
||
3102 | 9.957,-4.071,27.000 |
||
3103 | reverse |
||
3104 | // Pedestrian number 253 |
||
3105 | 127 // Ref num |
||
3106 | 2 // Number of instructions |
||
3107 | 1 // Initial instruction |
||
3108 | point |
||
3109 | 9.731,-4.071,47.830 |
||
3110 | reverse |
||
3111 | // Pedestrian number 254 |
||
3112 | 100 // Ref num |
||
3113 | 2 // Number of instructions |
||
3114 | 1 // Initial instruction |
||
3115 | point |
||
3116 | 9.778,-4.071,48.414 |
||
3117 | reverse |
||
3118 | // Pedestrian number 255 |
||
3119 | 100 // Ref num |
||
3120 | 2 // Number of instructions |
||
3121 | 1 // Initial instruction |
||
3122 | point |
||
3123 | 9.793,-4.071,47.161 |
||
3124 | reverse |
||
3125 | // Pedestrian number 256 |
||
3126 | 3 // Ref num |
||
3127 | 5 // Number of instructions |
||
3128 | 3 // Initial instruction |
||
3129 | point |
||
3130 | 34.491,995.134,33.191 |
||
3131 | point |
||
3132 | 45.091,996.831,34.757 |
||
3133 | point |
||
3134 | 54.256,998.744,29.217 |
||
3135 | point |
||
3136 | 55.989,982.487,27.571 |
||
3137 | reverse |
||
3138 | // Pedestrian number 257 |
||
3139 | 9 // Ref num |
||
3140 | 5 // Number of instructions |
||
3141 | 2 // Initial instruction |
||
3142 | point |
||
3143 | 56.608,982.407,28.441 |
||
3144 | point |
||
3145 | 54.181,998.768,28.280 |
||
3146 | point |
||
3147 | 44.139,996.780,31.776 |
||
3148 | point |
||
3149 | 42.799,996.392,35.506 |
||
3150 | reverse |
||
3151 | // Pedestrian number 258 |
||
3152 | 10 // Ref num |
||
3153 | 4 // Number of instructions |
||
3154 | 2 // Initial instruction |
||
3155 | point |
||
3156 | 63.072,982.407,24.164 |
||
3157 | point |
||
3158 | 59.148,999.703,26.421 |
||
3159 | point |
||
3160 | 56.091,999.169,27.711 |
||
3161 | reverse |
||
3162 | // Pedestrian number 259 |
||
3163 | 9 // Ref num |
||
3164 | 4 // Number of instructions |
||
3165 | 2 // Initial instruction |
||
3166 | point |
||
3167 | 62.185,1000.259,24.345 |
||
3168 | point |
||
3169 | 60.206,999.864,26.420 |
||
3170 | point |
||
3171 | 55.903,999.143,27.522 |
||
3172 | reverse |
||
3173 | // Pedestrian number 260 |
||
3174 | 111 // Ref num |
||
3175 | 2 // Number of instructions |
||
3176 | 1 // Initial instruction |
||
3177 | point |
||
3178 | 30.213,-17.799,65.743 |
||
3179 | reverse |
||
3180 | // Pedestrian number 261 |
||
3181 | 111 // Ref num |
||
3182 | 2 // Number of instructions |
||
3183 | 1 // Initial instruction |
||
3184 | point |
||
3185 | 31.217,-17.799,60.523 |
||
3186 | reverse |
||
3187 | // Pedestrian number 262 |
||
3188 | 112 // Ref num |
||
3189 | 2 // Number of instructions |
||
3190 | 1 // Initial instruction |
||
3191 | point |
||
3192 | 32.755,-17.799,58.092 |
||
3193 | reverse |
||
3194 | // Pedestrian number 263 |
||
3195 | 112 // Ref num |
||
3196 | 2 // Number of instructions |
||
3197 | 1 // Initial instruction |
||
3198 | point |
||
3199 | 34.265,-17.799,56.054 |
||
3200 | reverse |
||
3201 | // Pedestrian number 264 |
||
3202 | 112 // Ref num |
||
3203 | 2 // Number of instructions |
||
3204 | 1 // Initial instruction |
||
3205 | point |
||
3206 | 35.573,-17.799,54.288 |
||
3207 | reverse |
||
3208 | // Pedestrian number 265 |
||
3209 | 112 // Ref num |
||
3210 | 2 // Number of instructions |
||
3211 | 1 // Initial instruction |
||
3212 | point |
||
3213 | 36.608,-17.799,52.892 |
||
3214 | reverse |
||
3215 | // Pedestrian number 266 |
||
3216 | 112 // Ref num |
||
3217 | 2 // Number of instructions |
||
3218 | 1 // Initial instruction |
||
3219 | point |
||
3220 | 38.079,-17.799,50.907 |
||
3221 | reverse |
||
3222 | // Pedestrian number 267 |
||
3223 | 112 // Ref num |
||
3224 | 2 // Number of instructions |
||
3225 | 1 // Initial instruction |
||
3226 | point |
||
3227 | 42.048,-17.799,45.552 |
||
3228 | reverse |
||
3229 | // Pedestrian number 268 |
||
3230 | 112 // Ref num |
||
3231 | 2 // Number of instructions |
||
3232 | 1 // Initial instruction |
||
3233 | point |
||
3234 | 45.800,-17.799,40.489 |
||
3235 | reverse |
||
3236 | // Pedestrian number 269 |
||
3237 | 112 // Ref num |
||
3238 | 2 // Number of instructions |
||
3239 | 1 // Initial instruction |
||
3240 | point |
||
3241 | 49.856,-17.799,35.014 |
||
3242 | reverse |
||
3243 | // Pedestrian number 270 |
||
3244 | 112 // Ref num |
||
3245 | 2 // Number of instructions |
||
3246 | 1 // Initial instruction |
||
3247 | point |
||
3248 | 63.685,-17.799,16.587 |
||
3249 | reverse |
||
3250 | // Pedestrian number 271 |
||
3251 | 135 // Ref num |
||
3252 | 2 // Number of instructions |
||
3253 | 1 // Initial instruction |
||
3254 | point |
||
3255 | 57.460,-17.799,24.938 |
||
3256 | reverse |
||
3257 | // Pedestrian number 272 |
||
3258 | 111 // Ref num |
||
3259 | 2 // Number of instructions |
||
3260 | 1 // Initial instruction |
||
3261 | point |
||
3262 | 106.342,-8.267,22.577 |
||
3263 | reverse |
||
3264 | // Pedestrian number 273 |
||
3265 | 111 // Ref num |
||
3266 | 2 // Number of instructions |
||
3267 | 1 // Initial instruction |
||
3268 | point |
||
3269 | 106.261,-8.267,15.779 |
||
3270 | reverse |
||
3271 | // Pedestrian number 274 |
||
3272 | 111 // Ref num |
||
3273 | 2 // Number of instructions |
||
3274 | 1 // Initial instruction |
||
3275 | point |
||
3276 | 106.175,-8.267,7.589 |
||
3277 | reverse |
||
3278 | // Pedestrian number 275 |
||
3279 | 111 // Ref num |
||
3280 | 2 // Number of instructions |
||
3281 | 1 // Initial instruction |
||
3282 | point |
||
3283 | 100.043,-8.267,7.109 |
||
3284 | reverse |
||
3285 | // Pedestrian number 276 |
||
3286 | 111 // Ref num |
||
3287 | 2 // Number of instructions |
||
3288 | 1 // Initial instruction |
||
3289 | point |
||
3290 | 99.130,-8.267,22.779 |
||
3291 | reverse |
||
3292 | // Pedestrian number 277 |
||
3293 | 10 // Ref num |
||
3294 | 6 // Number of instructions |
||
3295 | 4 // Initial instruction |
||
3296 | point |
||
3297 | 60.265,-1.777,93.292 |
||
3298 | point |
||
3299 | 58.996,-1.850,89.351 |
||
3300 | point |
||
3301 | 56.635,-1.850,87.113 |
||
3302 | point |
||
3303 | 52.649,998.350,85.886 |
||
3304 | point |
||
3305 | 22.832,995.021,85.745 |
||
3306 | reverse |
||
3307 | // Pedestrian number 278 |
||
3308 | 9 // Ref num |
||
3309 | 4 // Number of instructions |
||
3310 | 2 // Initial instruction |
||
3311 | point |
||
3312 | 49.955,998.026,85.816 |
||
3313 | point |
||
3314 | 52.540,998.349,86.701 |
||
3315 | point |
||
3316 | 53.288,998.349,89.250 |
||
3317 | reverse |
||
3318 | // Pedestrian number 279 |
||
3319 | 10 // Ref num |
||
3320 | 4 // Number of instructions |
||
3321 | 2 // Initial instruction |
||
3322 | point |
||
3323 | 46.554,998.349,85.642 |
||
3324 | point |
||
3325 | 52.486,998.349,87.261 |
||
3326 | point |
||
3327 | 54.698,998.350,89.155 |
||
3328 | reverse |
||
3329 | // Pedestrian number 280 |
||
3330 | 3 // Ref num |
||
3331 | 10 // Number of instructions |
||
3332 | 2 // Initial instruction |
||
3333 | point |
||
3334 | 49.246,998.349,87.512 |
||
3335 | point |
||
3336 | 53.132,998.349,87.979 |
||
3337 | point |
||
3338 | 55.317,998.350,89.195 |
||
3339 | point |
||
3340 | 56.714,998.350,90.569 |
||
3341 | point |
||
3342 | 57.456,998.350,92.244 |
||
3343 | point |
||
3344 | 57.730,998.350,93.925 |
||
3345 | point |
||
3346 | 57.854,998.351,111.901 |
||
3347 | point |
||
3348 | 56.691,998.351,113.039 |
||
3349 | point |
||
3350 | 53.419,995.252,107.879 |
||
3351 | reverse |
||
3352 | // Pedestrian number 281 |
||
3353 | 3 // Ref num |
||
3354 | 4 // Number of instructions |
||
3355 | 2 // Initial instruction |
||
3356 | point |
||
3357 | 31.855,995.023,92.589 |
||
3358 | point |
||
3359 | 30.617,995.479,87.603 |
||
3360 | point |
||
3361 | 27.570,995.268,78.783 |
||
3362 | reverse |
||
3363 | // Pedestrian number 282 |
||
3364 | 10 // Ref num |
||
3365 | 4 // Number of instructions |
||
3366 | 2 // Initial instruction |
||
3367 | point |
||
3368 | 32.156,995.584,77.851 |
||
3369 | point |
||
3370 | 30.655,995.481,86.632 |
||
3371 | point |
||
3372 | 29.205,995.607,96.044 |
||
3373 | reverse |
||
3374 | // Pedestrian number 283 |
||
3375 | 11 // Ref num |
||
3376 | 4 // Number of instructions |
||
3377 | 2 // Initial instruction |
||
3378 | point |
||
3379 | 28.157,995.841,97.337 |
||
3380 | point |
||
3381 | 30.417,995.466,87.200 |
||
3382 | point |
||
3383 | 31.754,995.558,84.166 |
||
3384 | reverse |
||
3385 | // Pedestrian number 284 |
||
3386 | 13 // Ref num |
||
3387 | 4 // Number of instructions |
||
3388 | 2 // Initial instruction |
||
3389 | point |
||
3390 | 25.817,996.366,100.239 |
||
3391 | point |
||
3392 | 29.778,995.421,86.644 |
||
3393 | point |
||
3394 | 31.680,995.552,81.663 |
||
3395 | reverse |
||
3396 | // Pedestrian number 285 |
||
3397 | 14 // Ref num |
||
3398 | 4 // Number of instructions |
||
3399 | 2 // Initial instruction |
||
3400 | point |
||
3401 | 25.946,995.157,80.223 |
||
3402 | point |
||
3403 | 29.949,995.433,87.109 |
||
3404 | point |
||
3405 | 31.593,995.546,90.334 |
||
3406 | reverse |
||
3407 | // Pedestrian number 286 |
||
3408 | 7 // Ref num |
||
3409 | 5 // Number of instructions |
||
3410 | 3 // Initial instruction |
||
3411 | point |
||
3412 | 25.177,996.303,99.900 |
||
3413 | point |
||
3414 | 24.410,996.363,100.228 |
||
3415 | point |
||
3416 | 24.855,997.541,106.746 |
||
3417 | point |
||
3418 | 24.809,997.808,108.222 |
||
3419 | reverse |
||
3420 | // Pedestrian number 287 |
||
3421 | 10 // Ref num |
||
3422 | 4 // Number of instructions |
||
3423 | 2 // Initial instruction |
||
3424 | point |
||
3425 | 25.264,997.840,108.401 |
||
3426 | point |
||
3427 | 25.570,997.604,107.093 |
||
3428 | point |
||
3429 | 27.301,997.327,106.252 |
||
3430 | reverse |
||
3431 | // Pedestrian number 288 |
||
3432 | 10 // Ref num |
||
3433 | 5 // Number of instructions |
||
3434 | 3 // Initial instruction |
||
3435 | point |
||
3436 | 57.296,-5.210,89.441 |
||
3437 | point |
||
3438 | 57.957,-5.210,89.482 |
||
3439 | point |
||
3440 | 60.907,-5.204,88.090 |
||
3441 | point |
||
3442 | 64.219,-5.197,86.580 |
||
3443 | reverse |
||
3444 | // Pedestrian number 289 |
||
3445 | 9 // Ref num |
||
3446 | 5 // Number of instructions |
||
3447 | 2 // Initial instruction |
||
3448 | point |
||
3449 | 57.613,-5.206,87.987 |
||
3450 | point |
||
3451 | 60.461,-5.205,88.332 |
||
3452 | point |
||
3453 | 64.057,-5.206,90.147 |
||
3454 | point |
||
3455 | 65.609,-5.209,91.880 |
||
3456 | reverse |
||
3457 | // Pedestrian number 290 |
||
3458 | 3 // Ref num |
||
3459 | 4 // Number of instructions |
||
3460 | 2 // Initial instruction |
||
3461 | point |
||
3462 | 57.867,-5.208,88.627 |
||
3463 | point |
||
3464 | 60.692,-5.211,91.021 |
||
3465 | point |
||
3466 | 63.600,-5.219,95.327 |
||
3467 | reverse |
||
3468 | // Pedestrian number 291 |
||
3469 | 14 // Ref num |
||
3470 | 5 // Number of instructions |
||
3471 | 2 // Initial instruction |
||
3472 | point |
||
3473 | 64.790,-5.205,90.078 |
||
3474 | point |
||
3475 | 60.245,-5.207,91.177 |
||
3476 | point |
||
3477 | 53.448,-5.215,95.805 |
||
3478 | point |
||
3479 | 53.418,-5.234,106.855 |
||
3480 | reverse |
||
3481 | // Pedestrian number 292 |
||
3482 | 13 // Ref num |
||
3483 | 6 // Number of instructions |
||
3484 | 2 // Initial instruction |
||
3485 | point |
||
3486 | 64.077,-5.212,98.421 |
||
3487 | point |
||
3488 | 59.205,-5.212,90.503 |
||
3489 | point |
||
3490 | 56.434,-5.212,89.225 |
||
3491 | point |
||
3492 | 56.472,-5.212,88.725 |
||
3493 | point |
||
3494 | 54.654,-5.212,81.561 |
||
3495 | reverse |
||
3496 | // Pedestrian number 293 |
||
3497 | 3 // Ref num |
||
3498 | 4 // Number of instructions |
||
3499 | 2 // Initial instruction |
||
3500 | point |
||
3501 | 57.468,-5.135,113.773 |
||
3502 | point |
||
3503 | 59.151,-5.133,112.094 |
||
3504 | point |
||
3505 | 61.601,-5.213,109.651 |
||
3506 | reverse |
||
3507 | // Pedestrian number 294 |
||
3508 | 14 // Ref num |
||
3509 | 7 // Number of instructions |
||
3510 | 3 // Initial instruction |
||
3511 | point |
||
3512 | 53.420,-5.213,104.653 |
||
3513 | point |
||
3514 | 56.782,-5.213,107.164 |
||
3515 | point |
||
3516 | 59.722,-5.213,111.644 |
||
3517 | point |
||
3518 | 61.165,-5.213,113.089 |
||
3519 | point |
||
3520 | 60.003,-5.213,113.933 |
||
3521 | point |
||
3522 | 57.581,-5.213,114.008 |
||
3523 | reverse |
||
3524 | // Pedestrian number 295 |
||
3525 | 10 // Ref num |
||
3526 | 6 // Number of instructions |
||
3527 | 2 // Initial instruction |
||
3528 | point |
||
3529 | 61.682,-5.213,108.019 |
||
3530 | point |
||
3531 | 59.292,-5.213,111.628 |
||
3532 | point |
||
3533 | 57.296,-5.213,112.821 |
||
3534 | point |
||
3535 | 58.546,-5.213,113.775 |
||
3536 | point |
||
3537 | 61.245,-5.213,114.067 |
||
3538 | reverse |
||
3539 | // Pedestrian number 296 |
||
3540 | 9 // Ref num |
||
3541 | 4 // Number of instructions |
||
3542 | 2 // Initial instruction |
||
3543 | point |
||
3544 | 56.992,-5.213,108.728 |
||
3545 | point |
||
3546 | 58.524,-5.213,111.473 |
||
3547 | point |
||
3548 | 61.339,-5.213,112.939 |
||
3549 | reverse |
||
3550 | // Pedestrian number 297 |
||
3551 | 13 // Ref num |
||
3552 | 4 // Number of instructions |
||
3553 | 2 // Initial instruction |
||
3554 | point |
||
3555 | 57.566,-5.213,89.381 |
||
3556 | point |
||
3557 | 58.898,-5.235,109.851 |
||
3558 | point |
||
3559 | 58.782,-5.241,113.617 |
||
3560 | reverse |
||
3561 | // Pedestrian number 298 |
||
3562 | 10 // Ref num |
||
3563 | 6 // Number of instructions |
||
3564 | 4 // Initial instruction |
||
3565 | point |
||
3566 | 53.690,-1.338,129.740 |
||
3567 | point |
||
3568 | 56.758,-1.338,129.097 |
||
3569 | point |
||
3570 | 56.541,-1.338,125.835 |
||
3571 | point |
||
3572 | 57.954,998.862,116.909 |
||
3573 | point |
||
3574 | 57.479,998.862,114.982 |
||
3575 | reverse |
||
3576 | // Pedestrian number 299 |
||
3577 | 10 // Ref num |
||
3578 | 6 // Number of instructions |
||
3579 | 2 // Initial instruction |
||
3580 | point |
||
3581 | 57.746,-1.338,130.085 |
||
3582 | point |
||
3583 | 58.358,-1.338,123.642 |
||
3584 | point |
||
3585 | 58.317,998.862,116.888 |
||
3586 | point |
||
3587 | 59.022,998.862,112.015 |
||
3588 | point |
||
3589 | 61.435,998.862,109.842 |
||
3590 | reverse |
||
3591 | // Pedestrian number 300 |
||
3592 | 9 // Ref num |
||
3593 | 6 // Number of instructions |
||
3594 | 2 // Initial instruction |
||
3595 | point |
||
3596 | 55.849,-1.338,123.646 |
||
3597 | point |
||
3598 | 58.783,-1.338,123.441 |
||
3599 | point |
||
3600 | 63.107,998.862,117.031 |
||
3601 | point |
||
3602 | 63.037,998.862,114.258 |
||
3603 | point |
||
3604 | 60.031,998.862,78.752 |
||
3605 | reverse |
||
3606 | // Pedestrian number 301 |
||
3607 | 3 // Ref num |
||
3608 | 8 // Number of instructions |
||
3609 | 6 // Initial instruction |
||
3610 | point |
||
3611 | 53.639,-1.338,128.150 |
||
3612 | point |
||
3613 | 53.719,-1.338,127.008 |
||
3614 | point |
||
3615 | 43.974,-1.338,126.116 |
||
3616 | point |
||
3617 | 35.133,-1.338,126.767 |
||
3618 | point |
||
3619 | 31.606,-1.338,121.500 |
||
3620 | point |
||
3621 | 29.171,998.861,114.066 |
||
3622 | point |
||
3623 | 28.971,998.842,110.732 |
||
3624 | reverse |
||
3625 | // Pedestrian number 302 |
||
3626 | 10 // Ref num |
||
3627 | 7 // Number of instructions |
||
3628 | 2 // Initial instruction |
||
3629 | point |
||
3630 | 27.416,998.839,110.192 |
||
3631 | point |
||
3632 | 28.238,998.861,114.027 |
||
3633 | point |
||
3634 | 29.358,-1.318,117.771 |
||
3635 | point |
||
3636 | 34.638,-1.295,121.754 |
||
3637 | point |
||
3638 | 40.023,-1.338,129.216 |
||
3639 | point |
||
3640 | 55.740,-1.338,127.150 |
||
3641 | reverse |
||
3642 | // Pedestrian number 303 |
||
3643 | 9 // Ref num |
||
3644 | 7 // Number of instructions |
||
3645 | 2 // Initial instruction |
||
3646 | point |
||
3647 | 27.749,998.862,111.285 |
||
3648 | point |
||
3649 | 29.752,998.861,114.033 |
||
3650 | point |
||
3651 | 30.472,-1.338,119.654 |
||
3652 | point |
||
3653 | 41.481,-1.338,128.922 |
||
3654 | point |
||
3655 | 53.780,-1.338,125.299 |
||
3656 | point |
||
3657 | 54.731,-1.338,123.653 |
||
3658 | reverse |
||
3659 | // Pedestrian number 304 |
||
3660 | 13 // Ref num |
||
3661 | 5 // Number of instructions |
||
3662 | 2 // Initial instruction |
||
3663 | point |
||
3664 | 27.418,997.457,109.161 |
||
3665 | point |
||
3666 | 26.546,997.467,107.130 |
||
3667 | point |
||
3668 | 25.937,996.878,103.432 |
||
3669 | point |
||
3670 | 12.162,995.439,95.119 |
||
3671 | reverse |
||
3672 | // Pedestrian number 305 |
||
3673 | 9 // Ref num |
||
3674 | 4 // Number of instructions |
||
3675 | 2 // Initial instruction |
||
3676 | point |
||
3677 | 24.344,998.020,109.498 |
||
3678 | point |
||
3679 | 25.321,997.416,106.807 |
||
3680 | point |
||
3681 | 26.751,997.125,104.981 |
||
3682 | reverse |
||
3683 | // Pedestrian number 306 |
||
3684 | 3 // Ref num |
||
3685 | 4 // Number of instructions |
||
3686 | 2 // Initial instruction |
||
3687 | point |
||
3688 | 23.413,997.269,105.880 |
||
3689 | point |
||
3690 | 24.109,997.511,107.401 |
||
3691 | point |
||
3692 | 24.927,997.822,109.354 |
||
3693 | reverse |
||
3694 | // Pedestrian number 307 |
||
3695 | 14 // Ref num |
||
3696 | 6 // Number of instructions |
||
3697 | 2 // Initial instruction |
||
3698 | point |
||
3699 | 21.554,996.679,102.176 |
||
3700 | point |
||
3701 | 22.157,995.352,93.835 |
||
3702 | point |
||
3703 | 19.712,995.023,91.018 |
||
3704 | point |
||
3705 | 19.177,-5.177,91.012 |
||
3706 | point |
||
3707 | 18.418,-5.177,88.578 |
||
3708 | reverse |
||
3709 | // Pedestrian number 308 |
||
3710 | 109 // Ref num |
||
3711 | 2 // Number of instructions |
||
3712 | 1 // Initial instruction |
||
3713 | point |
||
3714 | 50.414,1.529,133.325 |
||
3715 | reverse |
||
3716 | // Pedestrian number 309 |
||
3717 | 107 // Ref num |
||
3718 | 2 // Number of instructions |
||
3719 | 1 // Initial instruction |
||
3720 | point |
||
3721 | 53.075,1.529,127.907 |
||
3722 | reverse |
||
3723 | // Pedestrian number 310 |
||
3724 | 133 // Ref num |
||
3725 | 2 // Number of instructions |
||
3726 | 1 // Initial instruction |
||
3727 | point |
||
3728 | 51.803,1.529,130.399 |
||
3729 | reverse |
||
3730 | // Pedestrian number 311 |
||
3731 | 112 // Ref num |
||
3732 | 2 // Number of instructions |
||
3733 | 1 // Initial instruction |
||
3734 | point |
||
3735 | 53.039,1.529,126.439 |
||
3736 | reverse |
||
3737 | // Pedestrian number 312 |
||
3738 | 112 // Ref num |
||
3739 | 2 // Number of instructions |
||
3740 | 1 // Initial instruction |
||
3741 | point |
||
3742 | 53.122,1.529,124.904 |
||
3743 | reverse |
||
3744 | // Pedestrian number 313 |
||
3745 | 112 // Ref num |
||
3746 | 2 // Number of instructions |
||
3747 | 1 // Initial instruction |
||
3748 | point |
||
3749 | 53.078,1.529,124.011 |
||
3750 | reverse |
||
3751 | // Pedestrian number 314 |
||
3752 | 112 // Ref num |
||
3753 | 2 // Number of instructions |
||
3754 | 1 // Initial instruction |
||
3755 | point |
||
3756 | 53.047,1.529,122.953 |
||
3757 | reverse |
||
3758 | // Pedestrian number 315 |
||
3759 | 108 // Ref num |
||
3760 | 2 // Number of instructions |
||
3761 | 1 // Initial instruction |
||
3762 | point |
||
3763 | 52.717,1.528,129.893 |
||
3764 | reverse |
||
3765 | // Pedestrian number 316 |
||
3766 | 129 // Ref num |
||
3767 | 2 // Number of instructions |
||
3768 | 1 // Initial instruction |
||
3769 | point |
||
3770 | 52.815,1.520,115.841 |
||
3771 | reverse |
||
3772 | // Pedestrian number 317 |
||
3773 | 129 // Ref num |
||
3774 | 2 // Number of instructions |
||
3775 | 1 // Initial instruction |
||
3776 | point |
||
3777 | 45.264,1.519,114.500 |
||
3778 | reverse |
||
3779 | // Pedestrian number 318 |
||
3780 | 122 // Ref num |
||
3781 | 2 // Number of instructions |
||
3782 | 1 // Initial instruction |
||
3783 | point |
||
3784 | 10.060,1.513,107.302 |
||
3785 | reverse |
||
3786 | // Pedestrian number 319 |
||
3787 | 112 // Ref num |
||
3788 | 2 // Number of instructions |
||
3789 | 1 // Initial instruction |
||
3790 | point |
||
3791 | 44.263,1.530,132.595 |
||
3792 | reverse |
||
3793 | // Pedestrian number 320 |
||
3794 | 112 // Ref num |
||
3795 | 2 // Number of instructions |
||
3796 | 1 // Initial instruction |
||
3797 | point |
||
3798 | 47.770,1.530,132.701 |
||
3799 | reverse |
||
3800 | // Pedestrian number 321 |
||
3801 | 112 // Ref num |
||
3802 | 2 // Number of instructions |
||
3803 | 1 // Initial instruction |
||
3804 | point |
||
3805 | 13.512,1.520,118.420 |
||
3806 | reverse |
||
3807 | // Pedestrian number 322 |
||
3808 | 112 // Ref num |
||
3809 | 2 // Number of instructions |
||
3810 | 1 // Initial instruction |
||
3811 | point |
||
3812 | 4.612,1.513,107.198 |
||
3813 | reverse |
||
3814 | // Pedestrian number 323 |
||
3815 | 129 // Ref num |
||
3816 | 2 // Number of instructions |
||
3817 | 1 // Initial instruction |
||
3818 | point |
||
3819 | 5.068,1.505,94.433 |
||
3820 | reverse |
||
3821 | // Pedestrian number 324 |
||
3822 | 107 // Ref num |
||
3823 | 2 // Number of instructions |
||
3824 | 1 // Initial instruction |
||
3825 | point |
||
3826 | 11.372,1.505,93.665 |
||
3827 | reverse |
||
3828 | // Pedestrian number 325 |
||
3829 | 107 // Ref num |
||
3830 | 2 // Number of instructions |
||
3831 | 1 // Initial instruction |
||
3832 | point |
||
3833 | 11.380,1.508,98.268 |
||
3834 | reverse |
||
3835 | // Pedestrian number 326 |
||
3836 | 138 // Ref num |
||
3837 | 2 // Number of instructions |
||
3838 | 1 // Initial instruction |
||
3839 | point |
||
3840 | 11.372,1.509,100.821 |
||
3841 | reverse |
||
3842 | // Pedestrian number 327 |
||
3843 | 138 // Ref num |
||
3844 | 2 // Number of instructions |
||
3845 | 1 // Initial instruction |
||
3846 | point |
||
3847 | 25.589,1.529,100.856 |
||
3848 | reverse |
||
3849 | // Pedestrian number 328 |
||
3850 | 107 // Ref num |
||
3851 | 2 // Number of instructions |
||
3852 | 1 // Initial instruction |
||
3853 | point |
||
3854 | 32.311,0.856,93.642 |
||
3855 | reverse |
||
3856 | // Pedestrian number 329 |
||
3857 | 137 // Ref num |
||
3858 | 2 // Number of instructions |
||
3859 | 1 // Initial instruction |
||
3860 | point |
||
3861 | 37.774,0.996,90.692 |
||
3862 | reverse |
||
3863 | // Pedestrian number 330 |
||
3864 | 127 // Ref num |
||
3865 | 2 // Number of instructions |
||
3866 | 1 // Initial instruction |
||
3867 | point |
||
3868 | 75.411,1.529,79.422 |
||
3869 | reverse |
||
3870 | // Pedestrian number 331 |
||
3871 | 127 // Ref num |
||
3872 | 2 // Number of instructions |
||
3873 | 1 // Initial instruction |
||
3874 | point |
||
3875 | 75.676,1.529,85.317 |
||
3876 | reverse |
||
3877 | // Pedestrian number 332 |
||
3878 | 127 // Ref num |
||
3879 | 2 // Number of instructions |
||
3880 | 1 // Initial instruction |
||
3881 | point |
||
3882 | 75.609,1.529,95.507 |
||
3883 | reverse |
||
3884 | // Pedestrian number 333 |
||
3885 | 127 // Ref num |
||
3886 | 2 // Number of instructions |
||
3887 | 1 // Initial instruction |
||
3888 | point |
||
3889 | 73.004,1.451,124.541 |
||
3890 | reverse |
||
3891 | // Pedestrian number 334 |
||
3892 | 112 // Ref num |
||
3893 | 2 // Number of instructions |
||
3894 | 1 // Initial instruction |
||
3895 | point |
||
3896 | 65.258,1.451,122.539 |
||
3897 | reverse |
||
3898 | // Pedestrian number 335 |
||
3899 | 112 // Ref num |
||
3900 | 2 // Number of instructions |
||
3901 | 1 // Initial instruction |
||
3902 | point |
||
3903 | 65.246,1.451,116.437 |
||
3904 | reverse |
||
3905 | // Pedestrian number 336 |
||
3906 | 112 // Ref num |
||
3907 | 2 // Number of instructions |
||
3908 | 1 // Initial instruction |
||
3909 | point |
||
3910 | 65.294,1.451,111.914 |
||
3911 | reverse |
||
3912 | // Pedestrian number 337 |
||
3913 | 112 // Ref num |
||
3914 | 2 // Number of instructions |
||
3915 | 1 // Initial instruction |
||
3916 | point |
||
3917 | 65.275,1.513,109.040 |
||
3918 | reverse |
||
3919 | // Pedestrian number 338 |
||
3920 | 107 // Ref num |
||
3921 | 2 // Number of instructions |
||
3922 | 1 // Initial instruction |
||
3923 | point |
||
3924 | 65.652,1.529,106.207 |
||
3925 | reverse |
||
3926 | // Pedestrian number 339 |
||
3927 | 107 // Ref num |
||
3928 | 2 // Number of instructions |
||
3929 | 1 // Initial instruction |
||
3930 | point |
||
3931 | 62.905,1.529,74.977 |
||
3932 | reverse |
||
3933 | // Pedestrian number 340 |
||
3934 | 135 // Ref num |
||
3935 | 2 // Number of instructions |
||
3936 | 1 // Initial instruction |
||
3937 | point |
||
3938 | 64.450,1.529,70.389 |
||
3939 | reverse |
||
3940 | // Pedestrian number 341 |
||
3941 | 135 // Ref num |
||
3942 | 2 // Number of instructions |
||
3943 | 1 // Initial instruction |
||
3944 | point |
||
3945 | 53.088,1.524,86.542 |
||
3946 | reverse |
||
3947 | // Pedestrian number 342 |
||
3948 | 123 // Ref num |
||
3949 | 2 // Number of instructions |
||
3950 | 1 // Initial instruction |
||
3951 | point |
||
3952 | 50.913,1.448,104.027 |
||
3953 | reverse |
||
3954 | // Pedestrian number 343 |
||
3955 | 122 // Ref num |
||
3956 | 2 // Number of instructions |
||
3957 | 1 // Initial instruction |
||
3958 | point |
||
3959 | 49.759,1.408,103.951 |
||
3960 | reverse |
||
3961 | // Pedestrian number 344 |
||
3962 | 107 // Ref num |
||
3963 | 2 // Number of instructions |
||
3964 | 1 // Initial instruction |
||
3965 | point |
||
3966 | 48.074,1.374,103.921 |
||
3967 | reverse |
||
3968 | // Pedestrian number 345 |
||
3969 | 107 // Ref num |
||
3970 | 2 // Number of instructions |
||
3971 | 1 // Initial instruction |
||
3972 | point |
||
3973 | 64.345,-3.201,112.850 |
||
3974 | reverse |
||
3975 | // Pedestrian number 346 |
||
3976 | 128 // Ref num |
||
3977 | 2 // Number of instructions |
||
3978 | 1 // Initial instruction |
||
3979 | point |
||
3980 | 59.877,-5.213,113.348 |
||
3981 | reverse |
||
3982 | // Pedestrian number 347 |
||
3983 | 129 // Ref num |
||
3984 | 2 // Number of instructions |
||
3985 | 1 // Initial instruction |
||
3986 | point |
||
3987 | 58.546,-5.213,113.292 |
||
3988 | reverse |
||
3989 | // Pedestrian number 348 |
||
3990 | 115 // Ref num |
||
3991 | 2 // Number of instructions |
||
3992 | 1 // Initial instruction |
||
3993 | point |
||
3994 | 65.784,-5.213,94.482 |
||
3995 | reverse |
||
3996 | // Pedestrian number 349 |
||
3997 | 127 // Ref num |
||
3998 | 2 // Number of instructions |
||
3999 | 1 // Initial instruction |
||
4000 | point |
||
4001 | 65.844,-5.202,89.109 |
||
4002 | reverse |
||
4003 | // Pedestrian number 350 |
||
4004 | 135 // Ref num |
||
4005 | 2 // Number of instructions |
||
4006 | 1 // Initial instruction |
||
4007 | point |
||
4008 | 61.898,-5.193,79.494 |
||
4009 | reverse |
||
4010 | // Pedestrian number 351 |
||
4011 | 112 // Ref num |
||
4012 | 2 // Number of instructions |
||
4013 | 1 // Initial instruction |
||
4014 | point |
||
4015 | 63.177,-5.193,77.921 |
||
4016 | reverse |
||
4017 | // Pedestrian number 352 |
||
4018 | 112 // Ref num |
||
4019 | 2 // Number of instructions |
||
4020 | 1 // Initial instruction |
||
4021 | point |
||
4022 | 56.583,-5.206,88.654 |
||
4023 | reverse |
||
4024 | // Pedestrian number 353 |
||
4025 | 125 // Ref num |
||
4026 | 2 // Number of instructions |
||
4027 | 1 // Initial instruction |
||
4028 | point |
||
4029 | 66.369,-5.183,77.322 |
||
4030 | reverse |
||
4031 | // Pedestrian number 354 |
||
4032 | 125 // Ref num |
||
4033 | 2 // Number of instructions |
||
4034 | 1 // Initial instruction |
||
4035 | point |
||
4036 | 66.346,-5.181,81.038 |
||
4037 | reverse |
||
4038 | // Pedestrian number 355 |
||
4039 | 125 // Ref num |
||
4040 | 2 // Number of instructions |
||
4041 | 1 // Initial instruction |
||
4042 | point |
||
4043 | 122.728,-5.659,85.604 |
||
4044 | reverse |
||
4045 | // Pedestrian number 356 |
||
4046 | 120 // Ref num |
||
4047 | 2 // Number of instructions |
||
4048 | 1 // Initial instruction |
||
4049 | point |
||
4050 | 122.075,-5.659,85.626 |
||
4051 | reverse |
||
4052 | // Pedestrian number 357 |
||
4053 | 137 // Ref num |
||
4054 | 2 // Number of instructions |
||
4055 | 1 // Initial instruction |
||
4056 | point |
||
4057 | 122.820,-5.659,87.136 |
||
4058 | reverse |
||
4059 | // Pedestrian number 358 |
||
4060 | 139 // Ref num |
||
4061 | 2 // Number of instructions |
||
4062 | 1 // Initial instruction |
||
4063 | point |
||
4064 | 122.049,-5.659,87.147 |
||
4065 | reverse |
||
4066 | // Pedestrian number 359 |
||
4067 | 100 // Ref num |
||
4068 | 2 // Number of instructions |
||
4069 | 1 // Initial instruction |
||
4070 | point |
||
4071 | 122.429,-5.659,87.152 |
||
4072 | reverse |
||
4073 | // Pedestrian number 360 |
||
4074 | 112 // Ref num |
||
4075 | 2 // Number of instructions |
||
4076 | 1 // Initial instruction |
||
4077 | point |
||
4078 | 122.405,-5.659,85.663 |
||
4079 | reverse |
||
4080 | // Pedestrian number 361 |
||
4081 | 99 // Ref num |
||
4082 | 6 // Number of instructions |
||
4083 | 3 // Initial instruction |
||
4084 | point |
||
4085 | 122.035,-6.382,90.702 |
||
4086 | point |
||
4087 | 115.992,-6.382,94.192 |
||
4088 | point |
||
4089 | 115.507,-6.236,94.831 |
||
4090 | point |
||
4091 | 114.181,-5.834,96.797 |
||
4092 | point |
||
4093 | 113.689,-5.234,98.337 |
||
4094 | reverse |
||
4095 | // Pedestrian number 362 |
||
4096 | 9 // Ref num |
||
4097 | 4 // Number of instructions |
||
4098 | 2 // Initial instruction |
||
4099 | point |
||
4100 | 122.988,-5.177,69.448 |
||
4101 | point |
||
4102 | 119.292,-5.177,73.457 |
||
4103 | point |
||
4104 | 114.037,-5.177,78.454 |
||
4105 | reverse |
||
4106 | // Pedestrian number 363 |
||
4107 | 10 // Ref num |
||
4108 | 5 // Number of instructions |
||
4109 | 2 // Initial instruction |
||
4110 | point |
||
4111 | 113.932,-5.177,76.791 |
||
4112 | point |
||
4113 | 118.804,-5.177,73.423 |
||
4114 | point |
||
4115 | 121.358,-5.177,72.267 |
||
4116 | point |
||
4117 | 128.410,-5.177,72.159 |
||
4118 | reverse |
||
4119 | // Pedestrian number 364 |
||
4120 | 9 // Ref num |
||
4121 | 5 // Number of instructions |
||
4122 | 2 // Initial instruction |
||
4123 | point |
||
4124 | 128.967,-5.177,71.575 |
||
4125 | point |
||
4126 | 129.153,-5.177,65.426 |
||
4127 | point |
||
4128 | 129.976,-5.177,62.142 |
||
4129 | point |
||
4130 | 130.860,-5.177,52.095 |
||
4131 | reverse |
||
4132 | // Pedestrian number 365 |
||
4133 | 4 // Ref num |
||
4134 | 4 // Number of instructions |
||
4135 | 2 // Initial instruction |
||
4136 | point |
||
4137 | 128.086,-5.177,55.193 |
||
4138 | point |
||
4139 | 129.807,-5.177,57.482 |
||
4140 | point |
||
4141 | 131.775,-5.177,59.471 |
||
4142 | reverse |
||
4143 | // Pedestrian number 366 |
||
4144 | 3 // Ref num |
||
4145 | 4 // Number of instructions |
||
4146 | 2 // Initial instruction |
||
4147 | point |
||
4148 | 131.668,-5.177,57.329 |
||
4149 | point |
||
4150 | 129.833,-5.177,57.697 |
||
4151 | point |
||
4152 | 128.204,-5.177,58.867 |
||
4153 | reverse |
||
4154 | // Pedestrian number 367 |
||
4155 | 10 // Ref num |
||
4156 | 4 // Number of instructions |
||
4157 | 2 // Initial instruction |
||
4158 | point |
||
4159 | 128.222,-5.177,57.659 |
||
4160 | point |
||
4161 | 130.061,-5.177,58.061 |
||
4162 | point |
||
4163 | 131.690,-5.177,58.202 |
||
4164 | reverse |
||
4165 | // Pedestrian number 368 |
||
4166 | 7 // Ref num |
||
4167 | 4 // Number of instructions |
||
4168 | 2 // Initial instruction |
||
4169 | point |
||
4170 | 131.790,-5.177,60.943 |
||
4171 | point |
||
4172 | 130.124,-5.177,57.511 |
||
4173 | point |
||
4174 | 128.192,-5.177,49.356 |
||
4175 | reverse |
||
4176 | // Pedestrian number 369 |
||
4177 | 3 // Ref num |
||
4178 | 6 // Number of instructions |
||
4179 | 3 // Initial instruction |
||
4180 | point |
||
4181 | 128.074,-5.177,53.723 |
||
4182 | point |
||
4183 | 129.128,-5.177,55.335 |
||
4184 | point |
||
4185 | 129.895,-5.177,58.719 |
||
4186 | point |
||
4187 | 131.498,-5.177,62.005 |
||
4188 | point |
||
4189 | 131.274,-5.177,69.241 |
||
4190 | reverse |
||
4191 | // Pedestrian number 370 |
||
4192 | 7 // Ref num |
||
4193 | 6 // Number of instructions |
||
4194 | 3 // Initial instruction |
||
4195 | point |
||
4196 | 131.836,-5.177,66.619 |
||
4197 | point |
||
4198 | 131.802,-5.177,62.396 |
||
4199 | point |
||
4200 | 130.544,-5.177,59.120 |
||
4201 | point |
||
4202 | 130.026,-5.177,55.085 |
||
4203 | point |
||
4204 | 128.123,-5.177,54.356 |
||
4205 | reverse |
||
4206 | // Pedestrian number 371 |
||
4207 | 10 // Ref num |
||
4208 | 4 // Number of instructions |
||
4209 | 2 // Initial instruction |
||
4210 | point |
||
4211 | 128.054,-5.177,56.940 |
||
4212 | point |
||
4213 | 129.049,-5.177,57.553 |
||
4214 | point |
||
4215 | 131.772,-5.177,61.237 |
||
4216 | reverse |
||
4217 | // Pedestrian number 372 |
||
4218 | 10 // Ref num |
||
4219 | 4 // Number of instructions |
||
4220 | 2 // Initial instruction |
||
4221 | point |
||
4222 | 124.683,-5.177,67.054 |
||
4223 | point |
||
4224 | 121.172,-5.177,66.111 |
||
4225 | point |
||
4226 | 113.088,-5.177,64.602 |
||
4227 | reverse |
||
4228 | // Pedestrian number 373 |
||
4229 | 10 // Ref num |
||
4230 | 4 // Number of instructions |
||
4231 | 2 // Initial instruction |
||
4232 | point |
||
4233 | 113.111,-5.177,64.127 |
||
4234 | point |
||
4235 | 116.745,-5.177,64.005 |
||
4236 | point |
||
4237 | 124.730,-5.177,63.241 |
||
4238 | reverse |
||
4239 | // Pedestrian number 374 |
||
4240 | 10 // Ref num |
||
4241 | 5 // Number of instructions |
||
4242 | 2 // Initial instruction |
||
4243 | point |
||
4244 | 124.662,-5.177,65.378 |
||
4245 | point |
||
4246 | 119.959,-5.177,62.127 |
||
4247 | point |
||
4248 | 117.940,-5.177,58.963 |
||
4249 | point |
||
4250 | 113.119,-5.177,55.608 |
||
4251 | reverse |
||
4252 | // Pedestrian number 375 |
||
4253 | 9 // Ref num |
||
4254 | 4 // Number of instructions |
||
4255 | 2 // Initial instruction |
||
4256 | point |
||
4257 | 113.086,-5.177,54.904 |
||
4258 | point |
||
4259 | 117.238,-5.177,52.972 |
||
4260 | point |
||
4261 | 121.000,-5.177,50.033 |
||
4262 | reverse |
||
4263 | // Pedestrian number 376 |
||
4264 | 10 // Ref num |
||
4265 | 4 // Number of instructions |
||
4266 | 2 // Initial instruction |
||
4267 | point |
||
4268 | 124.750,-5.177,51.489 |
||
4269 | point |
||
4270 | 119.820,-5.177,50.732 |
||
4271 | point |
||
4272 | 116.670,-5.177,49.940 |
||
4273 | reverse |
||
4274 | // Pedestrian number 377 |
||
4275 | 10 // Ref num |
||
4276 | 6 // Number of instructions |
||
4277 | 2 // Initial instruction |
||
4278 | point |
||
4279 | 116.662,-5.177,50.337 |
||
4280 | point |
||
4281 | 118.040,-5.177,53.633 |
||
4282 | point |
||
4283 | 120.501,-5.177,56.408 |
||
4284 | point |
||
4285 | 121.320,-5.177,60.668 |
||
4286 | point |
||
4287 | 124.612,-5.177,60.846 |
||
4288 | reverse |
||
4289 | // Pedestrian number 378 |
||
4290 | 10 // Ref num |
||
4291 | 7 // Number of instructions |
||
4292 | 2 // Initial instruction |
||
4293 | point |
||
4294 | 122.291,-5.177,67.709 |
||
4295 | point |
||
4296 | 119.127,-5.177,62.924 |
||
4297 | point |
||
4298 | 118.453,-5.177,59.357 |
||
4299 | point |
||
4300 | 119.049,-5.177,53.213 |
||
4301 | point |
||
4302 | 118.780,-5.177,48.590 |
||
4303 | point |
||
4304 | 108.805,-5.177,47.475 |
||
4305 | reverse |
||
4306 | // Pedestrian number 379 |
||
4307 | 4 // Ref num |
||
4308 | 4 // Number of instructions |
||
4309 | 2 // Initial instruction |
||
4310 | point |
||
4311 | 110.592,-5.177,48.494 |
||
4312 | point |
||
4313 | 109.777,-5.177,46.838 |
||
4314 | point |
||
4315 | 105.068,-5.177,42.398 |
||
4316 | reverse |
||
4317 | // Pedestrian number 380 |
||
4318 | 3 // Ref num |
||
4319 | 4 // Number of instructions |
||
4320 | 2 // Initial instruction |
||
4321 | point |
||
4322 | 105.174,-5.177,43.314 |
||
4323 | point |
||
4324 | 108.625,-5.177,46.070 |
||
4325 | point |
||
4326 | 111.028,-5.177,48.635 |
||
4327 | reverse |
||
4328 | // Pedestrian number 381 |
||
4329 | 7 // Ref num |
||
4330 | 5 // Number of instructions |
||
4331 | 2 // Initial instruction |
||
4332 | point |
||
4333 | 109.649,-5.177,48.287 |
||
4334 | point |
||
4335 | 109.241,-5.177,46.535 |
||
4336 | point |
||
4337 | 107.831,-5.177,44.508 |
||
4338 | point |
||
4339 | 105.007,-5.177,43.829 |
||
4340 | reverse |
||
4341 | // Pedestrian number 382 |
||
4342 | 10 // Ref num |
||
4343 | 5 // Number of instructions |
||
4344 | 2 // Initial instruction |
||
4345 | point |
||
4346 | 106.650,-5.177,45.407 |
||
4347 | point |
||
4348 | 109.090,-5.177,45.937 |
||
4349 | point |
||
4350 | 111.132,-5.177,47.017 |
||
4351 | point |
||
4352 | 112.417,-5.177,48.696 |
||
4353 | reverse |
||
4354 | // Pedestrian number 383 |
||
4355 | 10 // Ref num |
||
4356 | 5 // Number of instructions |
||
4357 | 2 // Initial instruction |
||
4358 | point |
||
4359 | 111.433,-5.177,48.382 |
||
4360 | point |
||
4361 | 116.044,-5.177,45.245 |
||
4362 | point |
||
4363 | 118.468,-5.177,41.086 |
||
4364 | point |
||
4365 | 121.312,-5.177,37.945 |
||
4366 | reverse |
||
4367 | // Pedestrian number 384 |
||
4368 | 10 // Ref num |
||
4369 | 4 // Number of instructions |
||
4370 | 2 // Initial instruction |
||
4371 | point |
||
4372 | 120.824,-5.177,37.283 |
||
4373 | point |
||
4374 | 121.169,-5.177,36.030 |
||
4375 | point |
||
4376 | 124.286,-5.177,34.287 |
||
4377 | reverse |
||
4378 | // Pedestrian number 385 |
||
4379 | 10 // Ref num |
||
4380 | 4 // Number of instructions |
||
4381 | 2 // Initial instruction |
||
4382 | point |
||
4383 | 123.315,-5.177,34.235 |
||
4384 | point |
||
4385 | 120.774,-5.177,35.685 |
||
4386 | point |
||
4387 | 118.925,-5.177,36.503 |
||
4388 | reverse |
||
4389 | // Pedestrian number 386 |
||
4390 | 5 // Ref num |
||
4391 | 4 // Number of instructions |
||
4392 | 2 // Initial instruction |
||
4393 | point |
||
4394 | 119.737,-5.177,37.007 |
||
4395 | point |
||
4396 | 120.964,-5.177,35.305 |
||
4397 | point |
||
4398 | 122.237,-5.177,33.021 |
||
4399 | reverse |
||
4400 | // Pedestrian number 387 |
||
4401 | 5 // Ref num |
||
4402 | 4 // Number of instructions |
||
4403 | 2 // Initial instruction |
||
4404 | point |
||
4405 | 120.031,-5.177,32.947 |
||
4406 | point |
||
4407 | 123.402,-5.177,34.793 |
||
4408 | point |
||
4409 | 124.483,-5.177,36.648 |
||
4410 | reverse |
||
4411 | // Pedestrian number 388 |
||
4412 | 10 // Ref num |
||
4413 | 4 // Number of instructions |
||
4414 | 2 // Initial instruction |
||
4415 | point |
||
4416 | 123.832,-5.177,36.630 |
||
4417 | point |
||
4418 | 120.238,-5.177,34.343 |
||
4419 | point |
||
4420 | 115.695,-5.177,31.234 |
||
4421 | reverse |
||
4422 | // Pedestrian number 389 |
||
4423 | 10 // Ref num |
||
4424 | 4 // Number of instructions |
||
4425 | 2 // Initial instruction |
||
4426 | point |
||
4427 | 115.726,-5.177,30.665 |
||
4428 | point |
||
4429 | 118.045,-5.177,28.174 |
||
4430 | point |
||
4431 | 119.870,-5.176,20.382 |
||
4432 | reverse |
||
4433 | // Pedestrian number 390 |
||
4434 | 10 // Ref num |
||
4435 | 5 // Number of instructions |
||
4436 | 3 // Initial instruction |
||
4437 | point |
||
4438 | 117.699,-5.182,22.462 |
||
4439 | point |
||
4440 | 118.055,-5.183,22.794 |
||
4441 | point |
||
4442 | 118.747,-5.196,28.904 |
||
4443 | point |
||
4444 | 117.888,-5.177,36.410 |
||
4445 | reverse |
||
4446 | // Pedestrian number 391 |
||
4447 | 5 // Ref num |
||
4448 | 4 // Number of instructions |
||
4449 | 2 // Initial instruction |
||
4450 | point |
||
4451 | 113.807,-5.177,33.832 |
||
4452 | point |
||
4453 | 111.280,-5.177,39.794 |
||
4454 | point |
||
4455 | 108.161,-5.177,46.865 |
||
4456 | reverse |
||
4457 | // Pedestrian number 392 |
||
4458 | 9 // Ref num |
||
4459 | 4 // Number of instructions |
||
4460 | 2 // Initial instruction |
||
4461 | point |
||
4462 | 107.290,-5.177,46.056 |
||
4463 | point |
||
4464 | 112.647,-5.177,41.408 |
||
4465 | point |
||
4466 | 116.851,-5.177,38.429 |
||
4467 | reverse |
||
4468 | // Pedestrian number 393 |
||
4469 | 9 // Ref num |
||
4470 | 6 // Number of instructions |
||
4471 | 3 // Initial instruction |
||
4472 | point |
||
4473 | 114.520,-5.177,36.051 |
||
4474 | point |
||
4475 | 112.773,-5.177,41.851 |
||
4476 | point |
||
4477 | 111.709,-5.177,41.693 |
||
4478 | point |
||
4479 | 106.835,-5.177,42.837 |
||
4480 | point |
||
4481 | 105.086,-5.177,41.730 |
||
4482 | reverse |
||
4483 | // Pedestrian number 394 |
||
4484 | 9 // Ref num |
||
4485 | 4 // Number of instructions |
||
4486 | 2 // Initial instruction |
||
4487 | point |
||
4488 | 104.615,-5.177,40.553 |
||
4489 | point |
||
4490 | 111.666,-5.177,40.163 |
||
4491 | point |
||
4492 | 119.146,-5.177,38.351 |
||
4493 | reverse |
||
4494 | // Pedestrian number 395 |
||
4495 | 9 // Ref num |
||
4496 | 4 // Number of instructions |
||
4497 | 2 // Initial instruction |
||
4498 | point |
||
4499 | 118.232,-5.177,38.280 |
||
4500 | point |
||
4501 | 113.282,-5.177,41.310 |
||
4502 | point |
||
4503 | 108.538,-5.177,47.183 |
||
4504 | reverse |
||
4505 | // Pedestrian number 396 |
||
4506 | 9 // Ref num |
||
4507 | 4 // Number of instructions |
||
4508 | 2 // Initial instruction |
||
4509 | point |
||
4510 | 104.025,-5.177,39.912 |
||
4511 | point |
||
4512 | 109.210,-5.177,36.895 |
||
4513 | point |
||
4514 | 113.802,-5.177,35.202 |
||
4515 | reverse |
||
4516 | // Pedestrian number 397 |
||
4517 | 9 // Ref num |
||
4518 | 4 // Number of instructions |
||
4519 | 2 // Initial instruction |
||
4520 | point |
||
4521 | 113.837,-5.177,35.805 |
||
4522 | point |
||
4523 | 108.393,-5.177,36.992 |
||
4524 | point |
||
4525 | 99.798,-5.177,35.826 |
||
4526 | reverse |
||
4527 | // Pedestrian number 398 |
||
4528 | 10 // Ref num |
||
4529 | 5 // Number of instructions |
||
4530 | 2 // Initial instruction |
||
4531 | point |
||
4532 | 100.757,-5.177,37.350 |
||
4533 | point |
||
4534 | 107.796,-5.177,36.252 |
||
4535 | point |
||
4536 | 111.789,-5.177,35.360 |
||
4537 | point |
||
4538 | 113.873,-5.177,30.373 |
||
4539 | reverse |
||
4540 | // Pedestrian number 399 |
||
4541 | 9 // Ref num |
||
4542 | 4 // Number of instructions |
||
4543 | 2 // Initial instruction |
||
4544 | point |
||
4545 | 121.707,-5.178,67.631 |
||
4546 | point |
||
4547 | 120.010,-5.181,56.315 |
||
4548 | point |
||
4549 | 121.983,-5.181,50.313 |
||
4550 | reverse |
||
4551 | // Pedestrian number 400 |
||
4552 | 10 // Ref num |
||
4553 | 5 // Number of instructions |
||
4554 | 2 // Initial instruction |
||
4555 | point |
||
4556 | 121.117,-5.182,49.638 |
||
4557 | point |
||
4558 | 112.266,-5.185,39.471 |
||
4559 | point |
||
4560 | 104.704,-5.186,37.628 |
||
4561 | point |
||
4562 | 100.318,-5.187,34.064 |
||
4563 | reverse |
||
4564 | // Pedestrian number 401 |
||
4565 | 9 // Ref num |
||
4566 | 4 // Number of instructions |
||
4567 | 2 // Initial instruction |
||
4568 | point |
||
4569 | 143.520,-5.177,0.625 |
||
4570 | point |
||
4571 | 137.324,-5.177,-2.024 |
||
4572 | point |
||
4573 | 134.294,-5.177,-3.026 |
||
4574 | reverse |
||
4575 | // Pedestrian number 402 |
||
4576 | 10 // Ref num |
||
4577 | 5 // Number of instructions |
||
4578 | 2 // Initial instruction |
||
4579 | point |
||
4580 | 114.711,-5.177,0.683 |
||
4581 | point |
||
4582 | 122.689,-5.177,0.105 |
||
4583 | point |
||
4584 | 126.164,-5.177,-2.104 |
||
4585 | point |
||
4586 | 131.133,-5.177,-3.037 |
||
4587 | reverse |
||
4588 | // Pedestrian number 403 |
||
4589 | 10 // Ref num |
||
4590 | 4 // Number of instructions |
||
4591 | 2 // Initial instruction |
||
4592 | point |
||
4593 | 131.812,-5.177,-3.073 |
||
4594 | point |
||
4595 | 135.248,-5.177,-1.582 |
||
4596 | point |
||
4597 | 138.991,-5.177,0.648 |
||
4598 | reverse |
||
4599 | // Pedestrian number 404 |
||
4600 | 10 // Ref num |
||
4601 | 4 // Number of instructions |
||
4602 | 2 // Initial instruction |
||
4603 | point |
||
4604 | 139.724,-5.177,0.679 |
||
4605 | point |
||
4606 | 142.356,-5.177,-0.253 |
||
4607 | point |
||
4608 | 145.418,-5.177,-0.961 |
||
4609 | reverse |
||
4610 | // Pedestrian number 405 |
||
4611 | 9 // Ref num |
||
4612 | 4 // Number of instructions |
||
4613 | 2 // Initial instruction |
||
4614 | point |
||
4615 | 114.034,-5.177,80.530 |
||
4616 | point |
||
4617 | 117.294,-5.177,79.095 |
||
4618 | point |
||
4619 | 123.774,-5.177,75.470 |
||
4620 | reverse |
||
4621 | // Pedestrian number 406 |
||
4622 | 10 // Ref num |
||
4623 | 4 // Number of instructions |
||
4624 | 2 // Initial instruction |
||
4625 | point |
||
4626 | 123.753,-5.177,74.900 |
||
4627 | point |
||
4628 | 119.551,-5.177,70.736 |
||
4629 | point |
||
4630 | 117.766,-5.177,69.192 |
||
4631 | reverse |
||
4632 | // Pedestrian number 407 |
||
4633 | 10 // Ref num |
||
4634 | 5 // Number of instructions |
||
4635 | 2 // Initial instruction |
||
4636 | point |
||
4637 | 117.700,-5.177,68.915 |
||
4638 | point |
||
4639 | 118.364,-5.177,61.571 |
||
4640 | point |
||
4641 | 119.212,-5.177,58.175 |
||
4642 | point |
||
4643 | 124.608,-5.177,54.942 |
||
4644 | reverse |
||
4645 | // Pedestrian number 408 |
||
4646 | 5 // Ref num |
||
4647 | 5 // Number of instructions |
||
4648 | 2 // Initial instruction |
||
4649 | point |
||
4650 | 124.594,-5.177,54.523 |
||
4651 | point |
||
4652 | 121.834,-5.177,52.278 |
||
4653 | point |
||
4654 | 119.878,-5.177,50.157 |
||
4655 | point |
||
4656 | 116.797,-5.177,49.450 |
||
4657 | reverse |
||
4658 | // Pedestrian number 409 |
||
4659 | 7 // Ref num |
||
4660 | 6 // Number of instructions |
||
4661 | 3 // Initial instruction |
||
4662 | point |
||
4663 | 116.789,-5.177,49.654 |
||
4664 | point |
||
4665 | 119.364,-5.177,54.216 |
||
4666 | point |
||
4667 | 119.622,-5.177,59.461 |
||
4668 | point |
||
4669 | 119.660,-5.177,64.244 |
||
4670 | point |
||
4671 | 121.328,-5.177,67.723 |
||
4672 | reverse |
||
4673 | // Pedestrian number 410 |
||
4674 | 5 // Ref num |
||
4675 | 4 // Number of instructions |
||
4676 | 2 // Initial instruction |
||
4677 | point |
||
4678 | 120.990,-5.177,67.662 |
||
4679 | point |
||
4680 | 119.392,-5.177,66.865 |
||
4681 | point |
||
4682 | 113.049,-5.177,63.759 |
||
4683 | reverse |
||
4684 | // Pedestrian number 411 |
||
4685 | 7 // Ref num |
||
4686 | 6 // Number of instructions |
||
4687 | 3 // Initial instruction |
||
4688 | point |
||
4689 | 113.050,-5.177,63.326 |
||
4690 | point |
||
4691 | 116.927,-5.177,59.303 |
||
4692 | point |
||
4693 | 118.436,-5.177,58.768 |
||
4694 | point |
||
4695 | 124.096,-5.177,55.925 |
||
4696 | point |
||
4697 | 124.643,-5.177,53.504 |
||
4698 | reverse |
||
4699 | // Pedestrian number 412 |
||
4700 | 10 // Ref num |
||
4701 | 4 // Number of instructions |
||
4702 | 2 // Initial instruction |
||
4703 | point |
||
4704 | 124.603,-5.177,52.925 |
||
4705 | point |
||
4706 | 124.779,-5.177,46.682 |
||
4707 | point |
||
4708 | 126.336,-5.177,33.082 |
||
4709 | reverse |
||
4710 | // Pedestrian number 413 |
||
4711 | 5 // Ref num |
||
4712 | 4 // Number of instructions |
||
4713 | 2 // Initial instruction |
||
4714 | point |
||
4715 | 126.802,-5.177,33.095 |
||
4716 | point |
||
4717 | 128.380,-5.177,40.111 |
||
4718 | point |
||
4719 | 130.171,-5.177,46.118 |
||
4720 | reverse |
||
4721 | // Pedestrian number 414 |
||
4722 | 4 // Ref num |
||
4723 | 5 // Number of instructions |
||
4724 | 2 // Initial instruction |
||
4725 | point |
||
4726 | 132.796,-5.177,43.612 |
||
4727 | point |
||
4728 | 129.322,-5.177,45.109 |
||
4729 | point |
||
4730 | 127.477,-5.177,46.128 |
||
4731 | point |
||
4732 | 126.540,-5.177,48.309 |
||
4733 | reverse |
||
4734 | // Pedestrian number 415 |
||
4735 | 7 // Ref num |
||
4736 | 5 // Number of instructions |
||
4737 | 2 // Initial instruction |
||
4738 | point |
||
4739 | 126.909,-5.177,48.675 |
||
4740 | point |
||
4741 | 129.124,-5.177,45.342 |
||
4742 | point |
||
4743 | 129.881,-5.177,42.916 |
||
4744 | point |
||
4745 | 132.716,-5.177,41.710 |
||
4746 | reverse |
||
4747 | // Pedestrian number 416 |
||
4748 | 3 // Ref num |
||
4749 | 4 // Number of instructions |
||
4750 | 2 // Initial instruction |
||
4751 | point |
||
4752 | 132.794,-5.177,42.358 |
||
4753 | point |
||
4754 | 128.071,-5.177,45.477 |
||
4755 | point |
||
4756 | 125.467,-5.177,48.639 |
||
4757 | reverse |
||
4758 | // Pedestrian number 417 |
||
4759 | 7 // Ref num |
||
4760 | 5 // Number of instructions |
||
4761 | 3 // Initial instruction |
||
4762 | point |
||
4763 | 125.989,-5.177,48.555 |
||
4764 | point |
||
4765 | 126.350,-5.177,46.540 |
||
4766 | point |
||
4767 | 128.420,-5.177,45.097 |
||
4768 | point |
||
4769 | 132.444,-5.177,33.108 |
||
4770 | reverse |
||
4771 | // Pedestrian number 418 |
||
4772 | 10 // Ref num |
||
4773 | 4 // Number of instructions |
||
4774 | 2 // Initial instruction |
||
4775 | point |
||
4776 | 133.026,-5.177,33.007 |
||
4777 | point |
||
4778 | 135.259,-5.177,34.811 |
||
4779 | point |
||
4780 | 138.250,-5.177,37.423 |
||
4781 | reverse |
||
4782 | // Pedestrian number 419 |
||
4783 | 10 // Ref num |
||
4784 | 5 // Number of instructions |
||
4785 | 2 // Initial instruction |
||
4786 | point |
||
4787 | 138.442,-5.177,37.408 |
||
4788 | point |
||
4789 | 140.966,-5.177,35.647 |
||
4790 | point |
||
4791 | 144.020,-5.177,33.370 |
||
4792 | point |
||
4793 | 148.904,-5.177,32.945 |
||
4794 | reverse |
||
4795 | // Pedestrian number 420 |
||
4796 | 9 // Ref num |
||
4797 | 5 // Number of instructions |
||
4798 | 3 // Initial instruction |
||
4799 | point |
||
4800 | 148.886,-5.177,32.121 |
||
4801 | point |
||
4802 | 144.425,-5.177,34.089 |
||
4803 | point |
||
4804 | 140.790,-5.177,35.353 |
||
4805 | point |
||
4806 | 139.749,-5.177,37.323 |
||
4807 | reverse |
||
4808 | // Pedestrian number 421 |
||
4809 | 9 // Ref num |
||
4810 | 5 // Number of instructions |
||
4811 | 3 // Initial instruction |
||
4812 | point |
||
4813 | 139.196,-5.177,37.434 |
||
4814 | point |
||
4815 | 136.282,-5.177,37.009 |
||
4816 | point |
||
4817 | 135.103,-5.177,34.858 |
||
4818 | point |
||
4819 | 134.642,-5.177,32.981 |
||
4820 | reverse |
||
4821 | // Pedestrian number 422 |
||
4822 | 9 // Ref num |
||
4823 | 4 // Number of instructions |
||
4824 | 2 // Initial instruction |
||
4825 | point |
||
4826 | 133.407,-5.177,32.996 |
||
4827 | point |
||
4828 | 129.337,-5.177,35.619 |
||
4829 | point |
||
4830 | 125.023,-5.177,36.887 |
||
4831 | reverse |
||
4832 | // Pedestrian number 423 |
||
4833 | 9 // Ref num |
||
4834 | 4 // Number of instructions |
||
4835 | 2 // Initial instruction |
||
4836 | point |
||
4837 | 124.575,-5.177,36.774 |
||
4838 | point |
||
4839 | 117.241,-5.177,35.143 |
||
4840 | point |
||
4841 | 115.622,-5.177,34.698 |
||
4842 | reverse |
||
4843 | // Pedestrian number 424 |
||
4844 | 9 // Ref num |
||
4845 | 5 // Number of instructions |
||
4846 | 2 // Initial instruction |
||
4847 | point |
||
4848 | 115.637,-5.177,35.244 |
||
4849 | point |
||
4850 | 117.494,-5.177,35.344 |
||
4851 | point |
||
4852 | 119.783,-5.177,35.520 |
||
4853 | point |
||
4854 | 121.652,-5.177,36.803 |
||
4855 | reverse |
||
4856 | // Pedestrian number 425 |
||
4857 | 9 // Ref num |
||
4858 | 4 // Number of instructions |
||
4859 | 2 // Initial instruction |
||
4860 | point |
||
4861 | 120.757,-5.177,37.709 |
||
4862 | point |
||
4863 | 119.164,-5.177,42.529 |
||
4864 | point |
||
4865 | 116.230,-5.177,48.941 |
||
4866 | reverse |
||
4867 | // Pedestrian number 426 |
||
4868 | 9 // Ref num |
||
4869 | 5 // Number of instructions |
||
4870 | 2 // Initial instruction |
||
4871 | point |
||
4872 | 115.553,-5.177,48.884 |
||
4873 | point |
||
4874 | 109.700,-5.177,45.343 |
||
4875 | point |
||
4876 | 106.652,-5.177,43.338 |
||
4877 | point |
||
4878 | 105.278,-5.177,41.290 |
||
4879 | reverse |
||
4880 | // Pedestrian number 427 |
||
4881 | 9 // Ref num |
||
4882 | 4 // Number of instructions |
||
4883 | 2 // Initial instruction |
||
4884 | point |
||
4885 | 105.218,-5.177,40.846 |
||
4886 | point |
||
4887 | 108.831,-5.177,37.101 |
||
4888 | point |
||
4889 | 114.774,-5.177,25.081 |
||
4890 | reverse |
||
4891 | // Pedestrian number 428 |
||
4892 | 9 // Ref num |
||
4893 | 5 // Number of instructions |
||
4894 | 2 // Initial instruction |
||
4895 | point |
||
4896 | 115.278,-5.177,25.026 |
||
4897 | point |
||
4898 | 118.308,-5.177,29.305 |
||
4899 | point |
||
4900 | 119.602,-5.177,34.972 |
||
4901 | point |
||
4902 | 120.042,-5.177,35.535 |
||
4903 | reverse |
||
4904 | // Pedestrian number 429 |
||
4905 | 10 // Ref num |
||
4906 | 4 // Number of instructions |
||
4907 | 2 // Initial instruction |
||
4908 | point |
||
4909 | 114.510,-5.177,31.869 |
||
4910 | point |
||
4911 | 110.375,-5.177,30.584 |
||
4912 | point |
||
4913 | 100.321,-5.177,32.105 |
||
4914 | reverse |
||
4915 | // Pedestrian number 430 |
||
4916 | 10 // Ref num |
||
4917 | 4 // Number of instructions |
||
4918 | 2 // Initial instruction |
||
4919 | point |
||
4920 | 99.700,-5.177,31.613 |
||
4921 | point |
||
4922 | 97.618,-5.177,29.046 |
||
4923 | point |
||
4924 | 96.401,-5.177,26.432 |
||
4925 | reverse |
||
4926 | // Pedestrian number 431 |
||
4927 | 5 // Ref num |
||
4928 | 5 // Number of instructions |
||
4929 | 3 // Initial instruction |
||
4930 | point |
||
4931 | 98.225,-5.177,26.425 |
||
4932 | point |
||
4933 | 104.866,-5.177,31.480 |
||
4934 | point |
||
4935 | 111.038,-5.177,33.685 |
||
4936 | point |
||
4937 | 113.802,-5.177,34.675 |
||
4938 | reverse |
||
4939 | // Pedestrian number 432 |
||
4940 | 5 // Ref num |
||
4941 | 4 // Number of instructions |
||
4942 | 2 // Initial instruction |
||
4943 | point |
||
4944 | 113.778,-5.177,33.529 |
||
4945 | point |
||
4946 | 104.174,-5.177,30.136 |
||
4947 | point |
||
4948 | 97.710,-5.177,29.499 |
||
4949 | reverse |
||
4950 | // Pedestrian number 433 |
||
4951 | 5 // Ref num |
||
4952 | 4 // Number of instructions |
||
4953 | 2 // Initial instruction |
||
4954 | point |
||
4955 | 96.331,-5.177,28.469 |
||
4956 | point |
||
4957 | 91.894,-5.177,27.539 |
||
4958 | point |
||
4959 | 88.289,-5.305,26.105 |
||
4960 | reverse |
||
4961 | // Pedestrian number 434 |
||
4962 | 5 // Ref num |
||
4963 | 4 // Number of instructions |
||
4964 | 2 // Initial instruction |
||
4965 | point |
||
4966 | 91.889,-5.181,25.111 |
||
4967 | point |
||
4968 | 91.881,-5.181,26.911 |
||
4969 | point |
||
4970 | 92.194,-5.177,29.321 |
||
4971 | reverse |
||
4972 | // Pedestrian number 435 |
||
4973 | 10 // Ref num |
||
4974 | 4 // Number of instructions |
||
4975 | 2 // Initial instruction |
||
4976 | point |
||
4977 | 93.488,-5.177,28.486 |
||
4978 | point |
||
4979 | 91.119,-5.208,26.442 |
||
4980 | point |
||
4981 | 88.335,-5.298,23.645 |
||
4982 | reverse |
||
4983 | // Pedestrian number 436 |
||
4984 | 9 // Ref num |
||
4985 | 4 // Number of instructions |
||
4986 | 2 // Initial instruction |
||
4987 | point |
||
4988 | 88.271,-5.301,22.773 |
||
4989 | point |
||
4990 | 88.874,-5.269,19.423 |
||
4991 | point |
||
4992 | 90.493,-5.184,16.455 |
||
4993 | reverse |
||
4994 | // Pedestrian number 437 |
||
4995 | 10 // Ref num |
||
4996 | 4 // Number of instructions |
||
4997 | 2 // Initial instruction |
||
4998 | point |
||
4999 | 90.491,-5.184,16.201 |
||
5000 | point |
||
5001 | 88.950,-5.265,14.440 |
||
5002 | point |
||
5003 | 88.159,-5.307,11.542 |
||
5004 | reverse |
||
5005 | // Pedestrian number 438 |
||
5006 | 10 // Ref num |
||
5007 | 4 // Number of instructions |
||
5008 | 2 // Initial instruction |
||
5009 | point |
||
5010 | 88.190,-5.305,10.201 |
||
5011 | point |
||
5012 | 89.590,-5.247,8.314 |
||
5013 | point |
||
5014 | 91.736,-5.177,6.191 |
||
5015 | reverse |
||
5016 | // Pedestrian number 439 |
||
5017 | 10 // Ref num |
||
5018 | 5 // Number of instructions |
||
5019 | 2 // Initial instruction |
||
5020 | point |
||
5021 | 91.785,-5.177,5.928 |
||
5022 | point |
||
5023 | 91.146,-5.177,3.782 |
||
5024 | point |
||
5025 | 90.628,-5.225,0.707 |
||
5026 | point |
||
5027 | 90.780,-5.219,-0.874 |
||
5028 | reverse |
||
5029 | // Pedestrian number 440 |
||
5030 | 10 // Ref num |
||
5031 | 4 // Number of instructions |
||
5032 | 2 // Initial instruction |
||
5033 | point |
||
5034 | 88.270,-5.306,3.176 |
||
5035 | point |
||
5036 | 91.234,-5.204,3.507 |
||
5037 | point |
||
5038 | 95.647,-5.177,4.427 |
||
5039 | reverse |
||
5040 | // Pedestrian number 441 |
||
5041 | 4 // Ref num |
||
5042 | 4 // Number of instructions |
||
5043 | 2 // Initial instruction |
||
5044 | point |
||
5045 | 96.191,-5.177,3.289 |
||
5046 | point |
||
5047 | 99.038,-5.177,-0.467 |
||
5048 | point |
||
5049 | 100.883,-5.177,-2.932 |
||
5050 | reverse |
||
5051 | // Pedestrian number 442 |
||
5052 | 11 // Ref num |
||
5053 | 4 // Number of instructions |
||
5054 | 2 // Initial instruction |
||
5055 | point |
||
5056 | 101.324,-5.177,-2.827 |
||
5057 | point |
||
5058 | 99.117,-5.177,-1.112 |
||
5059 | point |
||
5060 | 98.113,-5.177,-0.748 |
||
5061 | reverse |
||
5062 | // Pedestrian number 443 |
||
5063 | 10 // Ref num |
||
5064 | 4 // Number of instructions |
||
5065 | 2 // Initial instruction |
||
5066 | point |
||
5067 | 97.923,-5.177,-0.332 |
||
5068 | point |
||
5069 | 98.826,-5.177,-1.334 |
||
5070 | point |
||
5071 | 99.038,-5.177,-1.986 |
||
5072 | reverse |
||
5073 | // Pedestrian number 444 |
||
5074 | 10 // Ref num |
||
5075 | 4 // Number of instructions |
||
5076 | 2 // Initial instruction |
||
5077 | point |
||
5078 | 99.196,-5.177,-1.933 |
||
5079 | point |
||
5080 | 98.266,-5.177,-1.284 |
||
5081 | point |
||
5082 | 95.290,-5.177,-0.356 |
||
5083 | reverse |
||
5084 | // Pedestrian number 445 |
||
5085 | 10 // Ref num |
||
5086 | 5 // Number of instructions |
||
5087 | 3 // Initial instruction |
||
5088 | point |
||
5089 | 95.211,-5.177,-0.929 |
||
5090 | point |
||
5091 | 97.339,-5.177,-1.690 |
||
5092 | point |
||
5093 | 98.611,-5.177,-1.310 |
||
5094 | point |
||
5095 | 104.297,-5.177,3.304 |
||
5096 | reverse |
||
5097 | // Pedestrian number 446 |
||
5098 | 10 // Ref num |
||
5099 | 5 // Number of instructions |
||
5100 | 3 // Initial instruction |
||
5101 | point |
||
5102 | 104.495,-5.177,3.605 |
||
5103 | point |
||
5104 | 104.011,-5.177,2.243 |
||
5105 | point |
||
5106 | 100.430,-5.177,0.909 |
||
5107 | point |
||
5108 | 95.205,-5.177,0.293 |
||
5109 | reverse |
||
5110 | // Pedestrian number 447 |
||
5111 | 9 // Ref num |
||
5112 | 4 // Number of instructions |
||
5113 | 2 // Initial instruction |
||
5114 | point |
||
5115 | 95.262,-5.177,-0.008 |
||
5116 | point |
||
5117 | 96.970,-5.177,1.138 |
||
5118 | point |
||
5119 | 100.828,-5.177,3.211 |
||
5120 | reverse |
||
5121 | // Pedestrian number 448 |
||
5122 | 9 // Ref num |
||
5123 | 4 // Number of instructions |
||
5124 | 2 // Initial instruction |
||
5125 | point |
||
5126 | 101.269,-5.177,3.256 |
||
5127 | point |
||
5128 | 102.263,-5.177,2.304 |
||
5129 | point |
||
5130 | 104.825,-5.177,0.117 |
||
5131 | reverse |
||
5132 | // Pedestrian number 449 |
||
5133 | 9 // Ref num |
||
5134 | 4 // Number of instructions |
||
5135 | 2 // Initial instruction |
||
5136 | point |
||
5137 | 104.835,-5.177,-0.073 |
||
5138 | point |
||
5139 | 103.367,-5.177,-1.492 |
||
5140 | point |
||
5141 | 101.853,-5.177,-2.944 |
||
5142 | reverse |
||
5143 | // Pedestrian number 450 |
||
5144 | 9 // Ref num |
||
5145 | 4 // Number of instructions |
||
5146 | 2 // Initial instruction |
||
5147 | point |
||
5148 | 100.466,-5.177,-3.017 |
||
5149 | point |
||
5150 | 97.355,-5.177,-2.389 |
||
5151 | point |
||
5152 | 93.940,-5.177,-1.429 |
||
5153 | reverse |
||
5154 | // Pedestrian number 451 |
||
5155 | 9 // Ref num |
||
5156 | 6 // Number of instructions |
||
5157 | 3 // Initial instruction |
||
5158 | point |
||
5159 | 95.434,-5.177,-1.195 |
||
5160 | point |
||
5161 | 94.866,-5.177,-1.794 |
||
5162 | point |
||
5163 | 93.330,-5.177,-2.465 |
||
5164 | point |
||
5165 | 90.776,-5.219,-2.855 |
||
5166 | point |
||
5167 | 88.374,-5.302,-2.805 |
||
5168 | reverse |
||
5169 | // Pedestrian number 452 |
||
5170 | 9 // Ref num |
||
5171 | 5 // Number of instructions |
||
5172 | 2 // Initial instruction |
||
5173 | point |
||
5174 | 88.470,-5.299,-2.447 |
||
5175 | point |
||
5176 | 89.930,-5.249,1.353 |
||
5177 | point |
||
5178 | 92.016,-5.177,3.487 |
||
5179 | point |
||
5180 | 95.547,-5.177,3.995 |
||
5181 | reverse |
||
5182 | // Pedestrian number 453 |
||
5183 | 9 // Ref num |
||
5184 | 4 // Number of instructions |
||
5185 | 2 // Initial instruction |
||
5186 | point |
||
5187 | 95.622,-5.177,3.452 |
||
5188 | point |
||
5189 | 95.740,-5.177,2.139 |
||
5190 | point |
||
5191 | 96.646,-5.177,-2.880 |
||
5192 | reverse |
||
5193 | // Pedestrian number 454 |
||
5194 | 9 // Ref num |
||
5195 | 4 // Number of instructions |
||
5196 | 2 // Initial instruction |
||
5197 | point |
||
5198 | 95.657,-5.177,-2.889 |
||
5199 | point |
||
5200 | 96.564,-5.177,0.337 |
||
5201 | point |
||
5202 | 98.895,-5.177,3.152 |
||
5203 | reverse |
||
5204 | // Pedestrian number 455 |
||
5205 | 9 // Ref num |
||
5206 | 4 // Number of instructions |
||
5207 | 2 // Initial instruction |
||
5208 | point |
||
5209 | 99.473,-5.177,3.159 |
||
5210 | point |
||
5211 | 106.426,-5.177,1.595 |
||
5212 | point |
||
5213 | 113.444,-5.177,1.623 |
||
5214 | reverse |
||
5215 | // Pedestrian number 456 |
||
5216 | 9 // Ref num |
||
5217 | 5 // Number of instructions |
||
5218 | 3 // Initial instruction |
||
5219 | point |
||
5220 | 112.663,-5.177,-2.990 |
||
5221 | point |
||
5222 | 116.499,-5.177,-1.991 |
||
5223 | point |
||
5224 | 120.222,-5.177,0.668 |
||
5225 | point |
||
5226 | 123.508,-5.177,0.697 |
||
5227 | reverse |
||
5228 | // Pedestrian number 457 |
||
5229 | 9 // Ref num |
||
5230 | 4 // Number of instructions |
||
5231 | 2 // Initial instruction |
||
5232 | point |
||
5233 | 123.932,-5.177,0.657 |
||
5234 | point |
||
5235 | 127.901,-5.177,-0.560 |
||
5236 | point |
||
5237 | 128.598,-5.177,-3.031 |
||
5238 | reverse |
||
5239 | // Pedestrian number 458 |
||
5240 | 9 // Ref num |
||
5241 | 4 // Number of instructions |
||
5242 | 2 // Initial instruction |
||
5243 | point |
||
5244 | 127.114,-5.177,-2.981 |
||
5245 | point |
||
5246 | 121.359,-5.177,-1.267 |
||
5247 | point |
||
5248 | 114.716,-5.177,0.060 |
||
5249 | reverse |
||
5250 | // Pedestrian number 459 |
||
5251 | 9 // Ref num |
||
5252 | 5 // Number of instructions |
||
5253 | 2 // Initial instruction |
||
5254 | point |
||
5255 | 113.875,-5.177,-0.674 |
||
5256 | point |
||
5257 | 118.842,-5.177,-1.958 |
||
5258 | point |
||
5259 | 123.318,-5.177,-2.060 |
||
5260 | point |
||
5261 | 123.624,-5.177,-3.007 |
||
5262 | reverse |
||
5263 | // Pedestrian number 460 |
||
5264 | 9 // Ref num |
||
5265 | 4 // Number of instructions |
||
5266 | 2 // Initial instruction |
||
5267 | point |
||
5268 | 125.415,-5.177,0.688 |
||
5269 | point |
||
5270 | 131.371,-5.177,-1.040 |
||
5271 | point |
||
5272 | 133.536,-5.177,-2.977 |
||
5273 | reverse |
||
5274 | // Pedestrian number 461 |
||
5275 | 9 // Ref num |
||
5276 | 4 // Number of instructions |
||
5277 | 2 // Initial instruction |
||
5278 | point |
||
5279 | 136.006,-5.177,-2.958 |
||
5280 | point |
||
5281 | 139.890,-5.177,-2.421 |
||
5282 | point |
||
5283 | 143.822,-5.177,-1.511 |
||
5284 | reverse |
||
5285 | // Pedestrian number 462 |
||
5286 | 10 // Ref num |
||
5287 | 4 // Number of instructions |
||
5288 | 2 // Initial instruction |
||
5289 | point |
||
5290 | 144.626,-5.177,-0.939 |
||
5291 | point |
||
5292 | 146.203,-5.177,2.221 |
||
5293 | point |
||
5294 | 149.682,-5.177,6.517 |
||
5295 | reverse |
||
5296 | // Pedestrian number 463 |
||
5297 | 10 // Ref num |
||
5298 | 4 // Number of instructions |
||
5299 | 2 // Initial instruction |
||
5300 | point |
||
5301 | 149.291,-5.177,7.946 |
||
5302 | point |
||
5303 | 146.081,-5.177,15.219 |
||
5304 | point |
||
5305 | 144.135,-5.177,20.686 |
||
5306 | reverse |
||
5307 | // Pedestrian number 464 |
||
5308 | 5 // Ref num |
||
5309 | 4 // Number of instructions |
||
5310 | 2 // Initial instruction |
||
5311 | point |
||
5312 | 144.103,-5.177,21.168 |
||
5313 | point |
||
5314 | 146.215,-5.177,23.754 |
||
5315 | point |
||
5316 | 148.965,-5.177,26.510 |
||
5317 | reverse |
||
5318 | // Pedestrian number 465 |
||
5319 | 5 // Ref num |
||
5320 | 4 // Number of instructions |
||
5321 | 2 // Initial instruction |
||
5322 | point |
||
5323 | 149.004,-5.177,26.785 |
||
5324 | point |
||
5325 | 146.819,-5.177,29.011 |
||
5326 | point |
||
5327 | 144.215,-5.177,31.903 |
||
5328 | reverse |
||
5329 | // Pedestrian number 466 |
||
5330 | 10 // Ref num |
||
5331 | 4 // Number of instructions |
||
5332 | 2 // Initial instruction |
||
5333 | point |
||
5334 | 144.155,-5.177,32.241 |
||
5335 | point |
||
5336 | 147.179,-5.177,33.984 |
||
5337 | point |
||
5338 | 148.963,-5.177,34.964 |
||
5339 | reverse |
||
5340 | // Pedestrian number 467 |
||
5341 | 7 // Ref num |
||
5342 | 6 // Number of instructions |
||
5343 | 4 // Initial instruction |
||
5344 | point |
||
5345 | 147.590,-5.177,36.840 |
||
5346 | point |
||
5347 | 147.772,-5.177,35.175 |
||
5348 | point |
||
5349 | 148.596,-5.177,34.239 |
||
5350 | point |
||
5351 | 147.799,-5.177,31.507 |
||
5352 | point |
||
5353 | 144.217,-5.177,26.034 |
||
5354 | reverse |
||
5355 | // Pedestrian number 468 |
||
5356 | 7 // Ref num |
||
5357 | 5 // Number of instructions |
||
5358 | 3 // Initial instruction |
||
5359 | point |
||
5360 | 144.149,-5.177,27.227 |
||
5361 | point |
||
5362 | 144.709,-5.177,24.182 |
||
5363 | point |
||
5364 | 146.015,-5.177,21.796 |
||
5365 | point |
||
5366 | 148.997,-5.177,18.008 |
||
5367 | reverse |
||
5368 | // Pedestrian number 469 |
||
5369 | 3 // Ref num |
||
5370 | 4 // Number of instructions |
||
5371 | 2 // Initial instruction |
||
5372 | point |
||
5373 | 149.017,-5.177,17.464 |
||
5374 | point |
||
5375 | 147.128,-5.177,14.298 |
||
5376 | point |
||
5377 | 144.208,-5.177,9.635 |
||
5378 | reverse |
||
5379 | // Pedestrian number 470 |
||
5380 | 4 // Ref num |
||
5381 | 4 // Number of instructions |
||
5382 | 2 // Initial instruction |
||
5383 | point |
||
5384 | 144.110,-5.177,10.351 |
||
5385 | point |
||
5386 | 146.126,-5.177,8.035 |
||
5387 | point |
||
5388 | 150.445,-5.177,4.560 |
||
5389 | reverse |
||
5390 | // Pedestrian number 471 |
||
5391 | 10 // Ref num |
||
5392 | 4 // Number of instructions |
||
5393 | 2 // Initial instruction |
||
5394 | point |
||
5395 | 150.580,-5.177,4.263 |
||
5396 | point |
||
5397 | 151.035,-5.177,0.490 |
||
5398 | point |
||
5399 | 150.632,-5.177,-3.024 |
||
5400 | reverse |
||
5401 | // Pedestrian number 472 |
||
5402 | 10 // Ref num |
||
5403 | 4 // Number of instructions |
||
5404 | 2 // Initial instruction |
||
5405 | point |
||
5406 | 151.558,-5.177,-3.062 |
||
5407 | point |
||
5408 | 149.513,-5.177,-2.273 |
||
5409 | point |
||
5410 | 147.352,-5.177,-1.488 |
||
5411 | reverse |
||
5412 | // Pedestrian number 473 |
||
5413 | 10 // Ref num |
||
5414 | 4 // Number of instructions |
||
5415 | 2 // Initial instruction |
||
5416 | point |
||
5417 | 148.306,-5.177,-2.961 |
||
5418 | point |
||
5419 | 149.163,-5.177,-1.715 |
||
5420 | point |
||
5421 | 149.676,-5.177,0.475 |
||
5422 | reverse |
||
5423 | // Pedestrian number 474 |
||
5424 | 10 // Ref num |
||
5425 | 4 // Number of instructions |
||
5426 | 2 // Initial instruction |
||
5427 | point |
||
5428 | 149.230,-5.177,0.413 |
||
5429 | point |
||
5430 | 148.025,-5.177,-0.670 |
||
5431 | point |
||
5432 | 147.322,-5.177,-1.174 |
||
5433 | reverse |
||
5434 | // Pedestrian number 475 |
||
5435 | 9 // Ref num |
||
5436 | 4 // Number of instructions |
||
5437 | 2 // Initial instruction |
||
5438 | point |
||
5439 | 146.904,-5.177,-0.955 |
||
5440 | point |
||
5441 | 145.080,-5.177,1.111 |
||
5442 | point |
||
5443 | 144.155,-5.177,2.626 |
||
5444 | reverse |
||
5445 | // Pedestrian number 476 |
||
5446 | 10 // Ref num |
||
5447 | 5 // Number of instructions |
||
5448 | 3 // Initial instruction |
||
5449 | point |
||
5450 | 144.169,-5.177,4.432 |
||
5451 | point |
||
5452 | 145.127,-5.177,2.203 |
||
5453 | point |
||
5454 | 147.957,-5.177,0.029 |
||
5455 | point |
||
5456 | 149.720,-5.177,-0.744 |
||
5457 | reverse |
||
5458 | // Pedestrian number 477 |
||
5459 | 139 // Ref num |
||
5460 | 2 // Number of instructions |
||
5461 | 1 // Initial instruction |
||
5462 | point |
||
5463 | 151.138,-5.177,-2.096 |
||
5464 | reverse |
||
5465 | // Pedestrian number 478 |
||
5466 | 139 // Ref num |
||
5467 | 4 // Number of instructions |
||
5468 | 2 // Initial instruction |
||
5469 | point |
||
5470 | 151.700,-5.177,0.870 |
||
5471 | point |
||
5472 | 149.297,-5.177,2.710 |
||
5473 | point |
||
5474 | 144.317,-5.177,6.125 |
||
5475 | reverse |
||
5476 | // Pedestrian number 479 |
||
5477 | 5 // Ref num |
||
5478 | 4 // Number of instructions |
||
5479 | 2 // Initial instruction |
||
5480 | point |
||
5481 | 144.303,-5.177,6.860 |
||
5482 | point |
||
5483 | 146.305,-5.177,11.158 |
||
5484 | point |
||
5485 | 148.992,-5.177,13.546 |
||
5486 | reverse |
||
5487 | // Pedestrian number 480 |
||
5488 | 5 // Ref num |
||
5489 | 4 // Number of instructions |
||
5490 | 2 // Initial instruction |
||
5491 | point |
||
5492 | 148.984,-5.177,10.400 |
||
5493 | point |
||
5494 | 146.588,-5.177,6.253 |
||
5495 | point |
||
5496 | 145.087,-5.177,-0.810 |
||
5497 | reverse |
||
5498 | // Pedestrian number 481 |
||
5499 | 10 // Ref num |
||
5500 | 4 // Number of instructions |
||
5501 | 2 // Initial instruction |
||
5502 | point |
||
5503 | 145.657,-5.177,-0.636 |
||
5504 | point |
||
5505 | 149.189,-5.177,-0.179 |
||
5506 | point |
||
5507 | 151.814,-5.177,0.140 |
||
5508 | reverse |
||
5509 | // Pedestrian number 482 |
||
5510 | 122 // Ref num |
||
5511 | 2 // Number of instructions |
||
5512 | 1 // Initial instruction |
||
5513 | point |
||
5514 | 116.798,-2.557,14.898 |
||
5515 | reverse |
||
5516 | // Pedestrian number 483 |
||
5517 | 135 // Ref num |
||
5518 | 2 // Number of instructions |
||
5519 | 1 // Initial instruction |
||
5520 | point |
||
5521 | 120.264,-2.560,14.908 |
||
5522 | reverse |
||
5523 | // Pedestrian number 484 |
||
5524 | 132 // Ref num |
||
5525 | 2 // Number of instructions |
||
5526 | 1 // Initial instruction |
||
5527 | point |
||
5528 | 114.619,-2.555,14.929 |
||
5529 | reverse |
||
5530 | // Pedestrian number 485 |
||
5531 | 139 // Ref num |
||
5532 | 2 // Number of instructions |
||
5533 | 1 // Initial instruction |
||
5534 | point |
||
5535 | 114.645,-2.555,15.933 |
||
5536 | reverse |
||
5537 | // Pedestrian number 486 |
||
5538 | 127 // Ref num |
||
5539 | 2 // Number of instructions |
||
5540 | 1 // Initial instruction |
||
5541 | point |
||
5542 | 114.578,-2.555,13.850 |
||
5543 | reverse |
||
5544 | // Pedestrian number 487 |
||
5545 | 10 // Ref num |
||
5546 | 4 // Number of instructions |
||
5547 | 2 // Initial instruction |
||
5548 | point |
||
5549 | 121.727,-2.584,12.933 |
||
5550 | point |
||
5551 | 125.109,-2.821,15.085 |
||
5552 | point |
||
5553 | 127.207,-2.968,17.454 |
||
5554 | reverse |
||
5555 | // Pedestrian number 488 |
||
5556 | 9 // Ref num |
||
5557 | 4 // Number of instructions |
||
5558 | 2 // Initial instruction |
||
5559 | point |
||
5560 | 127.605,-2.996,17.535 |
||
5561 | point |
||
5562 | 131.847,-3.293,15.809 |
||
5563 | point |
||
5564 | 134.524,-3.482,14.201 |
||
5565 | reverse |
||
5566 | // Pedestrian number 489 |
||
5567 | 10 // Ref num |
||
5568 | 4 // Number of instructions |
||
5569 | 2 // Initial instruction |
||
5570 | point |
||
5571 | 136.188,-3.598,14.312 |
||
5572 | point |
||
5573 | 137.099,-3.662,15.996 |
||
5574 | point |
||
5575 | 138.361,-3.750,18.492 |
||
5576 | reverse |
||
5577 | // Pedestrian number 490 |
||
5578 | 9 // Ref num |
||
5579 | 4 // Number of instructions |
||
5580 | 2 // Initial instruction |
||
5581 | point |
||
5582 | 137.775,-3.709,18.508 |
||
5583 | point |
||
5584 | 131.709,-3.284,15.990 |
||
5585 | point |
||
5586 | 128.917,-3.089,13.648 |
||
5587 | reverse |
||
5588 | // Pedestrian number 491 |
||
5589 | 10 // Ref num |
||
5590 | 4 // Number of instructions |
||
5591 | 2 // Initial instruction |
||
5592 | point |
||
5593 | 128.567,-3.064,13.630 |
||
5594 | point |
||
5595 | 125.106,-2.821,15.344 |
||
5596 | point |
||
5597 | 122.511,-2.637,16.971 |
||
5598 | reverse |
||
5599 | // Pedestrian number 492 |
||
5600 | 13 // Ref num |
||
5601 | 4 // Number of instructions |
||
5602 | 2 // Initial instruction |
||
5603 | point |
||
5604 | 121.261,-2.561,16.830 |
||
5605 | point |
||
5606 | 117.709,-2.558,14.894 |
||
5607 | point |
||
5608 | 116.277,-2.556,13.596 |
||
5609 | reverse |
||
5610 | // Pedestrian number 493 |
||
5611 | 13 // Ref num |
||
5612 | 4 // Number of instructions |
||
5613 | 2 // Initial instruction |
||
5614 | point |
||
5615 | 114.997,997.845,12.850 |
||
5616 | point |
||
5617 | 116.040,997.844,14.599 |
||
5618 | point |
||
5619 | 117.337,997.843,17.016 |
||
5620 | reverse |
||
5621 | // Pedestrian number 494 |
||
5622 | 13 // Ref num |
||
5623 | 4 // Number of instructions |
||
5624 | 2 // Initial instruction |
||
5625 | point |
||
5626 | 115.502,997.844,12.667 |
||
5627 | point |
||
5628 | 115.799,997.844,14.621 |
||
5629 | point |
||
5630 | 116.221,997.844,17.392 |
||
5631 | reverse |
||
5632 | // Pedestrian number 495 |
||
5633 | 13 // Ref num |
||
5634 | 4 // Number of instructions |
||
5635 | 2 // Initial instruction |
||
5636 | point |
||
5637 | 118.931,997.841,17.290 |
||
5638 | point |
||
5639 | 117.093,997.843,15.228 |
||
5640 | point |
||
5641 | 115.979,997.844,12.973 |
||
5642 | reverse |
||
5643 | // Pedestrian number 496 |
||
5644 | 13 // Ref num |
||
5645 | 4 // Number of instructions |
||
5646 | 1 // Initial instruction |
||
5647 | point |
||
5648 | 119.724,997.840,12.546 |
||
5649 | point |
||
5650 | 116.316,997.844,14.968 |
||
5651 | point |
||
5652 | 112.773,997.847,17.590 |
||
5653 | reverse |
||
5654 | // Pedestrian number 497 |
||
5655 | 13 // Ref num |
||
5656 | 5 // Number of instructions |
||
5657 | 2 // Initial instruction |
||
5658 | point |
||
5659 | 106.867,-5.177,52.116 |
||
5660 | point |
||
5661 | 108.135,-5.177,58.858 |
||
5662 | point |
||
5663 | 109.749,-5.177,63.364 |
||
5664 | point |
||
5665 | 109.634,-5.177,72.416 |
||
5666 | reverse |
||
5667 | // Pedestrian number 498 |
||
5668 | 13 // Ref num |
||
5669 | 5 // Number of instructions |
||
5670 | 3 // Initial instruction |
||
5671 | point |
||
5672 | 107.252,-5.177,69.921 |
||
5673 | point |
||
5674 | 106.530,-5.177,61.717 |
||
5675 | point |
||
5676 | 108.194,-5.177,57.920 |
||
5677 | point |
||
5678 | 109.625,-5.177,49.821 |
||
5679 | reverse |
||
5680 | // Pedestrian number 499 |
||
5681 | 13 // Ref num |
||
5682 | 5 // Number of instructions |
||
5683 | 2 // Initial instruction |
||
5684 | point |
||
5685 | 107.807,-5.177,51.310 |
||
5686 | point |
||
5687 | 107.625,-5.177,58.178 |
||
5688 | point |
||
5689 | 107.937,-5.177,64.455 |
||
5690 | point |
||
5691 | 109.664,-5.177,65.717 |
||
5692 | reverse |
||
5693 | // Pedestrian number 500 |
||
5694 | 13 // Ref num |
||
5695 | 5 // Number of instructions |
||
5696 | 3 // Initial instruction |
||
5697 | point |
||
5698 | 106.020,-5.177,67.189 |
||
5699 | point |
||
5700 | 106.327,-5.177,62.183 |
||
5701 | point |
||
5702 | 108.810,-5.177,58.355 |
||
5703 | point |
||
5704 | 109.743,-5.177,55.360 |
||
5705 | reverse |
||
5706 | // Pedestrian number 501 |
||
5707 | 13 // Ref num |
||
5708 | 4 // Number of instructions |
||
5709 | 2 // Initial instruction |
||
5710 | point |
||
5711 | 109.694,-5.177,53.892 |
||
5712 | point |
||
5713 | 107.899,-5.177,58.961 |
||
5714 | point |
||
5715 | 106.107,-5.177,61.617 |
||
5716 | reverse |
||
5717 | // Pedestrian number 502 |
||
5718 | 13 // Ref num |
||
5719 | 4 // Number of instructions |
||
5720 | 2 // Initial instruction |
||
5721 | point |
||
5722 | 106.097,-5.177,62.507 |
||
5723 | point |
||
5724 | 108.347,-5.177,59.840 |
||
5725 | point |
||
5726 | 109.760,-5.177,58.860 |
||
5727 | reverse |
||
5728 | // Pedestrian number 503 |
||
5729 | 138 // Ref num |
||
5730 | 2 // Number of instructions |
||
5731 | 1 // Initial instruction |
||
5732 | point |
||
5733 | 139.405,-3.738,74.004 |
||
5734 | reverse |
||
5735 | // Pedestrian number 504 |
||
5736 | 101 // Ref num |
||
5737 | 2 // Number of instructions |
||
5738 | 1 // Initial instruction |
||
5739 | point |
||
5740 | 138.443,-3.732,74.321 |
||
5741 | reverse |
||
5742 | // Pedestrian number 505 |
||
5743 | 101 // Ref num |
||
5744 | 2 // Number of instructions |
||
5745 | 1 // Initial instruction |
||
5746 | point |
||
5747 | 138.961,-3.735,74.436 |
||
5748 | reverse |
||
5749 | // Pedestrian number 506 |
||
5750 | 101 // Ref num |
||
5751 | 2 // Number of instructions |
||
5752 | 1 // Initial instruction |
||
5753 | point |
||
5754 | 139.620,-3.740,74.762 |
||
5755 | reverse |
||
5756 | // Pedestrian number 507 |
||
5757 | 139 // Ref num |
||
5758 | 2 // Number of instructions |
||
5759 | 1 // Initial instruction |
||
5760 | point |
||
5761 | 138.487,-3.732,73.809 |
||
5762 | reverse |
||
5763 | // Pedestrian number 508 |
||
5764 | 137 // Ref num |
||
5765 | 2 // Number of instructions |
||
5766 | 1 // Initial instruction |
||
5767 | point |
||
5768 | 137.320,-3.724,73.800 |
||
5769 | reverse |
||
5770 | // Pedestrian number 509 |
||
5771 | 132 // Ref num |
||
5772 | 2 // Number of instructions |
||
5773 | 1 // Initial instruction |
||
5774 | point |
||
5775 | 137.267,-3.724,74.710 |
||
5776 | reverse |
||
5777 | // Pedestrian number 510 |
||
5778 | 136 // Ref num |
||
5779 | 2 // Number of instructions |
||
5780 | 1 // Initial instruction |
||
5781 | point |
||
5782 | 138.423,-3.732,74.754 |
||
5783 | reverse |
||
5784 | // Pedestrian number 511 |
||
5785 | 101 // Ref num |
||
5786 | 2 // Number of instructions |
||
5787 | 1 // Initial instruction |
||
5788 | point |
||
5789 | 144.523,-3.725,72.730 |
||
5790 | reverse |
||
5791 | // Pedestrian number 512 |
||
5792 | 101 // Ref num |
||
5793 | 2 // Number of instructions |
||
5794 | 1 // Initial instruction |
||
5795 | point |
||
5796 | 145.231,-3.730,72.753 |
||
5797 | reverse |
||
5798 | // Pedestrian number 513 |
||
5799 | 101 // Ref num |
||
5800 | 2 // Number of instructions |
||
5801 | 1 // Initial instruction |
||
5802 | point |
||
5803 | 146.407,-3.736,72.792 |
||
5804 | reverse |
||
5805 | // Pedestrian number 514 |
||
5806 | 101 // Ref num |
||
5807 | 2 // Number of instructions |
||
5808 | 1 // Initial instruction |
||
5809 | point |
||
5810 | 146.903,-3.739,72.808 |
||
5811 | reverse |
||
5812 | // Pedestrian number 515 |
||
5813 | 132 // Ref num |
||
5814 | 2 // Number of instructions |
||
5815 | 1 // Initial instruction |
||
5816 | point |
||
5817 | 145.184,-3.729,73.413 |
||
5818 | reverse |
||
5819 | // Pedestrian number 516 |
||
5820 | 139 // Ref num |
||
5821 | 2 // Number of instructions |
||
5822 | 1 // Initial instruction |
||
5823 | point |
||
5824 | 146.434,-3.737,73.387 |
||
5825 | reverse |
||
5826 | // Pedestrian number 517 |
||
5827 | 101 // Ref num |
||
5828 | 2 // Number of instructions |
||
5829 | 1 // Initial instruction |
||
5830 | point |
||
5831 | 137.926,-3.732,79.037 |
||
5832 | reverse |
||
5833 | // Pedestrian number 518 |
||
5834 | 101 // Ref num |
||
5835 | 2 // Number of instructions |
||
5836 | 1 // Initial instruction |
||
5837 | point |
||
5838 | 138.536,-3.732,79.060 |
||
5839 | reverse |
||
5840 | // Pedestrian number 519 |
||
5841 | 101 // Ref num |
||
5842 | 2 // Number of instructions |
||
5843 | 1 // Initial instruction |
||
5844 | point |
||
5845 | 139.116,-3.732,79.035 |
||
5846 | reverse |
||
5847 | // Pedestrian number 520 |
||
5848 | 101 // Ref num |
||
5849 | 2 // Number of instructions |
||
5850 | 1 // Initial instruction |
||
5851 | point |
||
5852 | 140.024,-3.732,79.044 |
||
5853 | reverse |
||
5854 | // Pedestrian number 521 |
||
5855 | 101 // Ref num |
||
5856 | 2 // Number of instructions |
||
5857 | 1 // Initial instruction |
||
5858 | point |
||
5859 | 140.405,-3.732,79.047 |
||
5860 | reverse |
||
5861 | // Pedestrian number 522 |
||
5862 | 139 // Ref num |
||
5863 | 2 // Number of instructions |
||
5864 | 1 // Initial instruction |
||
5865 | point |
||
5866 | 139.175,-3.732,79.588 |
||
5867 | reverse |
||
5868 | // Pedestrian number 523 |
||
5869 | 139 // Ref num |
||
5870 | 2 // Number of instructions |
||
5871 | 1 // Initial instruction |
||
5872 | point |
||
5873 | 138.297,-3.732,79.583 |
||
5874 | reverse |
||
5875 | // Pedestrian number 524 |
||
5876 | 132 // Ref num |
||
5877 | 2 // Number of instructions |
||
5878 | 1 // Initial instruction |
||
5879 | point |
||
5880 | 135.893,-3.732,81.874 |
||
5881 | reverse |
||
5882 | // Pedestrian number 525 |
||
5883 | 101 // Ref num |
||
5884 | 2 // Number of instructions |
||
5885 | 1 // Initial instruction |
||
5886 | point |
||
5887 | 135.835,-3.732,82.335 |
||
5888 | reverse |
||
5889 | // Pedestrian number 526 |
||
5890 | 101 // Ref num |
||
5891 | 2 // Number of instructions |
||
5892 | 1 // Initial instruction |
||
5893 | point |
||
5894 | 135.824,-3.732,82.929 |
||
5895 | reverse |
||
5896 | // Pedestrian number 527 |
||
5897 | 139 // Ref num |
||
5898 | 2 // Number of instructions |
||
5899 | 1 // Initial instruction |
||
5900 | point |
||
5901 | 135.812,-3.732,84.041 |
||
5902 | reverse |
||
5903 | // Pedestrian number 528 |
||
5904 | 4 // Ref num |
||
5905 | 4 // Number of instructions |
||
5906 | 2 // Initial instruction |
||
5907 | point |
||
5908 | 111.578,-5.177,94.025 |
||
5909 | point |
||
5910 | 108.976,-5.177,94.807 |
||
5911 | point |
||
5912 | 104.881,-5.177,95.406 |
||
5913 | reverse |
||
5914 | // Pedestrian number 529 |
||
5915 | 9 // Ref num |
||
5916 | 4 // Number of instructions |
||
5917 | 2 // Initial instruction |
||
5918 | point |
||
5919 | 104.265,-5.177,95.323 |
||
5920 | point |
||
5921 | 103.035,-5.177,94.497 |
||
5922 | point |
||
5923 | 101.922,-5.177,93.603 |
||
5924 | reverse |
||
5925 | // Pedestrian number 530 |
||
5926 | 9 // Ref num |
||
5927 | 4 // Number of instructions |
||
5928 | 2 // Initial instruction |
||
5929 | point |
||
5930 | 101.610,-5.177,93.552 |
||
5931 | point |
||
5932 | 98.580,-5.177,94.492 |
||
5933 | point |
||
5934 | 95.422,-5.177,94.794 |
||
5935 | reverse |
||
5936 | // Pedestrian number 531 |
||
5937 | 10 // Ref num |
||
5938 | 4 // Number of instructions |
||
5939 | 2 // Initial instruction |
||
5940 | point |
||
5941 | 95.017,-5.177,94.734 |
||
5942 | point |
||
5943 | 94.063,-5.177,93.764 |
||
5944 | point |
||
5945 | 93.298,-5.177,92.692 |
||
5946 | reverse |
||
5947 | // Pedestrian number 532 |
||
5948 | 10 // Ref num |
||
5949 | 4 // Number of instructions |
||
5950 | 2 // Initial instruction |
||
5951 | point |
||
5952 | 93.036,-5.177,92.506 |
||
5953 | point |
||
5954 | 91.925,-5.177,92.414 |
||
5955 | point |
||
5956 | 90.707,-5.177,92.884 |
||
5957 | reverse |
||
5958 | // Pedestrian number 533 |
||
5959 | 9 // Ref num |
||
5960 | 4 // Number of instructions |
||
5961 | 2 // Initial instruction |
||
5962 | point |
||
5963 | 91.508,-5.177,93.541 |
||
5964 | point |
||
5965 | 94.748,-5.177,93.594 |
||
5966 | point |
||
5967 | 98.879,-5.177,93.339 |
||
5968 | reverse |
||
5969 | // Pedestrian number 534 |
||
5970 | 9 // Ref num |
||
5971 | 4 // Number of instructions |
||
5972 | 2 // Initial instruction |
||
5973 | point |
||
5974 | 99.520,-5.177,93.372 |
||
5975 | point |
||
5976 | 100.777,-5.177,94.203 |
||
5977 | point |
||
5978 | 102.459,-5.177,95.316 |
||
5979 | reverse |
||
5980 | // Pedestrian number 535 |
||
5981 | 4 // Ref num |
||
5982 | 4 // Number of instructions |
||
5983 | 2 // Initial instruction |
||
5984 | point |
||
5985 | 103.162,-5.177,95.313 |
||
5986 | point |
||
5987 | 100.788,-5.177,93.983 |
||
5988 | point |
||
5989 | 95.702,-5.177,93.054 |
||
5990 | reverse |
||
5991 | // Pedestrian number 536 |
||
5992 | 3 // Ref num |
||
5993 | 5 // Number of instructions |
||
5994 | 2 // Initial instruction |
||
5995 | point |
||
5996 | 94.560,-5.177,92.957 |
||
5997 | point |
||
5998 | 90.735,-5.177,92.345 |
||
5999 | point |
||
6000 | 89.619,-5.177,88.615 |
||
6001 | point |
||
6002 | 90.313,-5.177,86.698 |
||
6003 | reverse |
||
6004 | // Pedestrian number 537 |
||
6005 | 5 // Ref num |
||
6006 | 4 // Number of instructions |
||
6007 | 2 // Initial instruction |
||
6008 | point |
||
6009 | 90.159,-5.177,85.911 |
||
6010 | point |
||
6011 | 89.263,-5.177,84.460 |
||
6012 | point |
||
6013 | 87.248,-5.177,81.280 |
||
6014 | reverse |
||
6015 | // Pedestrian number 538 |
||
6016 | 5 // Ref num |
||
6017 | 4 // Number of instructions |
||
6018 | 2 // Initial instruction |
||
6019 | point |
||
6020 | 87.167,-5.177,81.018 |
||
6021 | point |
||
6022 | 86.946,-5.177,79.519 |
||
6023 | point |
||
6024 | 86.481,-5.177,78.025 |
||
6025 | reverse |
||
6026 | // Pedestrian number 539 |
||
6027 | 9 // Ref num |
||
6028 | 4 // Number of instructions |
||
6029 | 2 // Initial instruction |
||
6030 | point |
||
6031 | 86.088,-5.177,77.752 |
||
6032 | point |
||
6033 | 85.223,-5.177,78.372 |
||
6034 | point |
||
6035 | 83.806,-5.177,79.053 |
||
6036 | reverse |
||
6037 | // Pedestrian number 540 |
||
6038 | 9 // Ref num |
||
6039 | 4 // Number of instructions |
||
6040 | 2 // Initial instruction |
||
6041 | point |
||
6042 | 82.576,-5.177,79.077 |
||
6043 | point |
||
6044 | 79.978,-5.177,77.819 |
||
6045 | point |
||
6046 | 77.882,-5.177,77.489 |
||
6047 | reverse |
||
6048 | // Pedestrian number 541 |
||
6049 | 9 // Ref num |
||
6050 | 7 // Number of instructions |
||
6051 | 3 // Initial instruction |
||
6052 | point |
||
6053 | 76.896,-5.177,77.663 |
||
6054 | point |
||
6055 | 73.597,-5.177,78.260 |
||
6056 | point |
||
6057 | 72.767,-5.177,78.892 |
||
6058 | point |
||
6059 | 71.117,-5.177,79.509 |
||
6060 | point |
||
6061 | 67.135,-5.177,78.377 |
||
6062 | point |
||
6063 | 67.050,-5.177,77.914 |
||
6064 | reverse |
||
6065 | // Pedestrian number 542 |
||
6066 | 13 // Ref num |
||
6067 | 4 // Number of instructions |
||
6068 | 2 // Initial instruction |
||
6069 | point |
||
6070 | 65.244,-5.177,77.952 |
||
6071 | point |
||
6072 | 66.394,-5.177,78.903 |
||
6073 | point |
||
6074 | 67.840,-5.177,80.180 |
||
6075 | reverse |
||
6076 | // Pedestrian number 543 |
||
6077 | 13 // Ref num |
||
6078 | 4 // Number of instructions |
||
6079 | 2 // Initial instruction |
||
6080 | point |
||
6081 | 69.087,-5.177,79.621 |
||
6082 | point |
||
6083 | 72.163,-5.177,78.433 |
||
6084 | point |
||
6085 | 75.436,-5.177,77.607 |
||
6086 | reverse |
||
6087 | // Pedestrian number 544 |
||
6088 | 13 // Ref num |
||
6089 | 4 // Number of instructions |
||
6090 | 2 // Initial instruction |
||
6091 | point |
||
6092 | 76.706,-5.177,77.549 |
||
6093 | point |
||
6094 | 78.068,-5.177,78.285 |
||
6095 | point |
||
6096 | 80.326,-5.177,79.196 |
||
6097 | reverse |
||
6098 | // Pedestrian number 545 |
||
6099 | 13 // Ref num |
||
6100 | 4 // Number of instructions |
||
6101 | 2 // Initial instruction |
||
6102 | point |
||
6103 | 80.772,-5.177,79.197 |
||
6104 | point |
||
6105 | 84.587,-5.177,78.394 |
||
6106 | point |
||
6107 | 88.207,-5.177,79.539 |
||
6108 | reverse |
||
6109 | // Pedestrian number 546 |
||
6110 | 13 // Ref num |
||
6111 | 4 // Number of instructions |
||
6112 | 2 // Initial instruction |
||
6113 | point |
||
6114 | 65.476,-5.177,81.437 |
||
6115 | point |
||
6116 | 65.111,-5.177,84.015 |
||
6117 | point |
||
6118 | 64.994,-5.197,86.685 |
||
6119 | reverse |
||
6120 | // Pedestrian number 547 |
||
6121 | 101 // Ref num |
||
6122 | 2 // Number of instructions |
||
6123 | 1 // Initial instruction |
||
6124 | point |
||
6125 | 64.715,-3.759,89.627 |
||
6126 | reverse |
||
6127 | // Pedestrian number 548 |
||
6128 | 101 // Ref num |
||
6129 | 2 // Number of instructions |
||
6130 | 1 // Initial instruction |
||
6131 | point |
||
6132 | 64.723,-3.757,88.768 |
||
6133 | reverse |
||
6134 | // Pedestrian number 549 |
||
6135 | 101 // Ref num |
||
6136 | 2 // Number of instructions |
||
6137 | 1 // Initial instruction |
||
6138 | point |
||
6139 | 64.731,-3.755,87.957 |
||
6140 | reverse |
||
6141 | // Pedestrian number 550 |
||
6142 | 101 // Ref num |
||
6143 | 2 // Number of instructions |
||
6144 | 1 // Initial instruction |
||
6145 | point |
||
6146 | 64.736,-3.754,87.396 |
||
6147 | reverse |
||
6148 | // Pedestrian number 551 |
||
6149 | 101 // Ref num |
||
6150 | 2 // Number of instructions |
||
6151 | 1 // Initial instruction |
||
6152 | point |
||
6153 | 64.640,-3.765,91.952 |
||
6154 | reverse |
||
6155 | // Pedestrian number 552 |
||
6156 | 101 // Ref num |
||
6157 | 2 // Number of instructions |
||
6158 | 1 // Initial instruction |
||
6159 | point |
||
6160 | 64.668,-3.767,92.626 |
||
6161 | reverse |
||
6162 | // Pedestrian number 553 |
||
6163 | 101 // Ref num |
||
6164 | 2 // Number of instructions |
||
6165 | 1 // Initial instruction |
||
6166 | point |
||
6167 | 64.603,-3.769,93.611 |
||
6168 | reverse |
||
6169 | // Pedestrian number 554 |
||
6170 | 101 // Ref num |
||
6171 | 2 // Number of instructions |
||
6172 | 1 // Initial instruction |
||
6173 | point |
||
6174 | 64.648,-3.771,94.431 |
||
6175 | reverse |
||
6176 | // Pedestrian number 555 |
||
6177 | 9 // Ref num |
||
6178 | 4 // Number of instructions |
||
6179 | 2 // Initial instruction |
||
6180 | point |
||
6181 | 64.342,-5.213,98.883 |
||
6182 | point |
||
6183 | 60.833,-5.213,103.416 |
||
6184 | point |
||
6185 | 57.010,-5.213,109.632 |
||
6186 | reverse |
||
6187 | // Pedestrian number 556 |
||
6188 | 9 // Ref num |
||
6189 | 4 // Number of instructions |
||
6190 | 2 // Initial instruction |
||
6191 | point |
||
6192 | 57.080,-5.213,110.653 |
||
6193 | point |
||
6194 | 59.426,-5.213,107.105 |
||
6195 | point |
||
6196 | 65.207,-5.213,94.814 |
||
6197 | reverse |
||
6198 | // Pedestrian number 557 |
||
6199 | 9 // Ref num |
||
6200 | 4 // Number of instructions |
||
6201 | 2 // Initial instruction |
||
6202 | point |
||
6203 | 64.660,-5.213,94.812 |
||
6204 | point |
||
6205 | 60.227,-5.213,95.876 |
||
6206 | point |
||
6207 | 53.513,-5.213,97.675 |
||
6208 | reverse |
||
6209 | // Pedestrian number 558 |
||
6210 | 9 // Ref num |
||
6211 | 4 // Number of instructions |
||
6212 | 2 // Initial instruction |
||
6213 | point |
||
6214 | 53.484,-5.213,98.270 |
||
6215 | point |
||
6216 | 60.959,-5.213,103.746 |
||
6217 | point |
||
6218 | 64.986,-5.213,106.518 |
||
6219 | reverse |
||
6220 | // Pedestrian number 559 |
||
6221 | 9 // Ref num |
||
6222 | 4 // Number of instructions |
||
6223 | 2 // Initial instruction |
||
6224 | point |
||
6225 | 65.805,-5.213,103.803 |
||
6226 | point |
||
6227 | 60.988,-5.213,98.260 |
||
6228 | point |
||
6229 | 53.462,-5.213,86.567 |
||
6230 | reverse |
||
6231 | // Pedestrian number 560 |
||
6232 | 9 // Ref num |
||
6233 | 4 // Number of instructions |
||
6234 | 2 // Initial instruction |
||
6235 | point |
||
6236 | 53.388,-5.213,91.665 |
||
6237 | point |
||
6238 | 59.599,-5.213,103.363 |
||
6239 | point |
||
6240 | 61.408,-5.213,109.456 |
||
6241 | reverse |
||
6242 | // Pedestrian number 561 |
||
6243 | 9 // Ref num |
||
6244 | 5 // Number of instructions |
||
6245 | 2 // Initial instruction |
||
6246 | point |
||
6247 | 59.433,-5.213,113.662 |
||
6248 | point |
||
6249 | 60.056,-5.213,107.099 |
||
6250 | point |
||
6251 | 59.800,-5.213,93.323 |
||
6252 | point |
||
6253 | 63.898,-5.213,88.869 |
||
6254 | reverse |
||
6255 | // Pedestrian number 562 |
||
6256 | 132 // Ref num |
||
6257 | 2 // Number of instructions |
||
6258 | 1 // Initial instruction |
||
6259 | point |
||
6260 | 52.864,1.519,114.884 |
||
6261 | reverse |
||
6262 | // Pedestrian number 563 |
||
6263 | 139 // Ref num |
||
6264 | 2 // Number of instructions |
||
6265 | 1 // Initial instruction |
||
6266 | point |
||
6267 | 52.192,1.519,114.706 |
||
6268 | reverse |
||
6269 | // Pedestrian number 564 |
||
6270 | 132 // Ref num |
||
6271 | 2 // Number of instructions |
||
6272 | 1 // Initial instruction |
||
6273 | point |
||
6274 | 65.458,1.451,118.211 |
||
6275 | reverse |
||
6276 | // Pedestrian number 565 |
||
6277 | 101 // Ref num |
||
6278 | 2 // Number of instructions |
||
6279 | 1 // Initial instruction |
||
6280 | point |
||
6281 | 65.966,1.451,118.235 |
||
6282 | reverse |
||
6283 | // Pedestrian number 566 |
||
6284 | 101 // Ref num |
||
6285 | 2 // Number of instructions |
||
6286 | 1 // Initial instruction |
||
6287 | point |
||
6288 | 66.744,1.451,118.283 |
||
6289 | reverse |
||
6290 | // Pedestrian number 567 |
||
6291 | 101 // Ref num |
||
6292 | 2 // Number of instructions |
||
6293 | 1 // Initial instruction |
||
6294 | point |
||
6295 | 68.230,1.451,118.376 |
||
6296 | reverse |
||
6297 | // Pedestrian number 568 |
||
6298 | 101 // Ref num |
||
6299 | 2 // Number of instructions |
||
6300 | 1 // Initial instruction |
||
6301 | point |
||
6302 | 69.284,1.451,118.441 |
||
6303 | reverse |
||
6304 | // Pedestrian number 569 |
||
6305 | 101 // Ref num |
||
6306 | 2 // Number of instructions |
||
6307 | 1 // Initial instruction |
||
6308 | point |
||
6309 | 70.456,1.451,118.501 |
||
6310 | reverse |
||
6311 | // Pedestrian number 570 |
||
6312 | 101 // Ref num |
||
6313 | 2 // Number of instructions |
||
6314 | 1 // Initial instruction |
||
6315 | point |
||
6316 | 71.666,1.451,118.539 |
||
6317 | reverse |
||
6318 | // Pedestrian number 571 |
||
6319 | 101 // Ref num |
||
6320 | 2 // Number of instructions |
||
6321 | 1 // Initial instruction |
||
6322 | point |
||
6323 | 72.816,1.451,118.567 |
||
6324 | reverse |
||
6325 | // Pedestrian number 572 |
||
6326 | 138 // Ref num |
||
6327 | 2 // Number of instructions |
||
6328 | 1 // Initial instruction |
||
6329 | point |
||
6330 | 65.906,1.451,117.551 |
||
6331 | reverse |
||
6332 | // Pedestrian number 573 |
||
6333 | 138 // Ref num |
||
6334 | 2 // Number of instructions |
||
6335 | 1 // Initial instruction |
||
6336 | point |
||
6337 | 66.138,1.451,113.492 |
||
6338 | reverse |
||
6339 | // Pedestrian number 574 |
||
6340 | 138 // Ref num |
||
6341 | 2 // Number of instructions |
||
6342 | 1 // Initial instruction |
||
6343 | point |
||
6344 | 66.251,1.506,109.866 |
||
6345 | reverse |
||
6346 | // Pedestrian number 575 |
||
6347 | 120 // Ref num |
||
6348 | 2 // Number of instructions |
||
6349 | 1 // Initial instruction |
||
6350 | point |
||
6351 | 52.249,1.526,124.943 |
||
6352 | reverse |
||
6353 | // Pedestrian number 576 |
||
6354 | 120 // Ref num |
||
6355 | 2 // Number of instructions |
||
6356 | 1 // Initial instruction |
||
6357 | point |
||
6358 | 52.243,1.523,120.341 |
||
6359 | reverse |
||
6360 | // Pedestrian number 577 |
||
6361 | 9 // Ref num |
||
6362 | 4 // Number of instructions |
||
6363 | 2 // Initial instruction |
||
6364 | point |
||
6365 | 60.315,-1.850,115.343 |
||
6366 | point |
||
6367 | 59.554,998.550,112.384 |
||
6368 | point |
||
6369 | 57.075,998.550,108.057 |
||
6370 | reverse |
||
6371 | // Pedestrian number 578 |
||
6372 | 9 // Ref num |
||
6373 | 4 // Number of instructions |
||
6374 | 3 // Initial instruction |
||
6375 | point |
||
6376 | 56.776,998.550,108.369 |
||
6377 | point |
||
6378 | 58.891,998.550,105.743 |
||
6379 | point |
||
6380 | 61.265,998.550,98.303 |
||
6381 | reverse |
||
6382 | // Pedestrian number 579 |
||
6383 | 9 // Ref num |
||
6384 | 4 // Number of instructions |
||
6385 | 2 // Initial instruction |
||
6386 | point |
||
6387 | 61.163,998.550,98.203 |
||
6388 | point |
||
6389 | 60.003,998.550,97.060 |
||
6390 | point |
||
6391 | 57.155,998.550,94.252 |
||
6392 | reverse |
||
6393 | // Pedestrian number 580 |
||
6394 | 9 // Ref num |
||
6395 | 4 // Number of instructions |
||
6396 | 2 // Initial instruction |
||
6397 | point |
||
6398 | 57.151,998.550,94.249 |
||
6399 | point |
||
6400 | 58.885,998.550,98.408 |
||
6401 | point |
||
6402 | 61.509,998.550,104.700 |
||
6403 | reverse |
||
6404 | // Pedestrian number 581 |
||
6405 | 10 // Ref num |
||
6406 | 4 // Number of instructions |
||
6407 | 2 // Initial instruction |
||
6408 | point |
||
6409 | 61.486,998.550,105.279 |
||
6410 | point |
||
6411 | 59.429,998.550,110.025 |
||
6412 | point |
||
6413 | 56.698,998.550,112.429 |
||
6414 | reverse |
||
6415 | // Pedestrian number 582 |
||
6416 | 10 // Ref num |
||
6417 | 4 // Number of instructions |
||
6418 | 2 // Initial instruction |
||
6419 | point |
||
6420 | 57.268,998.550,111.349 |
||
6421 | point |
||
6422 | 58.802,998.550,109.675 |
||
6423 | point |
||
6424 | 61.088,998.550,102.584 |
||
6425 | reverse |
||
6426 | // Pedestrian number 583 |
||
6427 | 4 // Ref num |
||
6428 | 4 // Number of instructions |
||
6429 | 2 // Initial instruction |
||
6430 | point |
||
6431 | 61.088,998.550,102.584 |
||
6432 | point |
||
6433 | 59.172,998.550,97.381 |
||
6434 | point |
||
6435 | 56.333,998.550,93.270 |
||
6436 | reverse |
||
6437 | // Pedestrian number 584 |
||
6438 | 9 // Ref num |
||
6439 | 5 // Number of instructions |
||
6440 | 2 // Initial instruction |
||
6441 | point |
||
6442 | 53.703,-1.338,116.979 |
||
6443 | point |
||
6444 | 57.912,-1.338,121.370 |
||
6445 | point |
||
6446 | 60.955,-1.338,125.614 |
||
6447 | point |
||
6448 | 62.150,-1.338,129.870 |
||
6449 | reverse |
||
6450 | // Pedestrian number 585 |
||
6451 | 9 // Ref num |
||
6452 | 5 // Number of instructions |
||
6453 | 2 // Initial instruction |
||
6454 | point |
||
6455 | 61.122,-1.338,129.953 |
||
6456 | point |
||
6457 | 60.323,-1.338,127.108 |
||
6458 | point |
||
6459 | 59.525,-1.338,125.696 |
||
6460 | point |
||
6461 | 56.352,-1.338,123.766 |
||
6462 | reverse |
||
6463 | // Pedestrian number 586 |
||
6464 | 9 // Ref num |
||
6465 | 5 // Number of instructions |
||
6466 | 2 // Initial instruction |
||
6467 | point |
||
6468 | 55.679,-1.338,124.153 |
||
6469 | point |
||
6470 | 56.262,-1.338,125.424 |
||
6471 | point |
||
6472 | 57.291,-1.338,128.729 |
||
6473 | point |
||
6474 | 58.681,-1.338,130.073 |
||
6475 | reverse |
||
6476 | // Pedestrian number 587 |
||
6477 | 9 // Ref num |
||
6478 | 4 // Number of instructions |
||
6479 | 2 // Initial instruction |
||
6480 | point |
||
6481 | 59.167,-1.338,130.064 |
||
6482 | point |
||
6483 | 59.832,-1.338,127.412 |
||
6484 | point |
||
6485 | 60.492,-1.338,125.888 |
||
6486 | reverse |
||
6487 | // Pedestrian number 588 |
||
6488 | 9 // Ref num |
||
6489 | 4 // Number of instructions |
||
6490 | 2 // Initial instruction |
||
6491 | point |
||
6492 | 61.932,-1.338,125.324 |
||
6493 | point |
||
6494 | 59.314,-1.338,126.243 |
||
6495 | point |
||
6496 | 55.602,-1.338,128.283 |
||
6497 | reverse |
||
6498 | // Pedestrian number 589 |
||
6499 | 9 // Ref num |
||
6500 | 5 // Number of instructions |
||
6501 | 2 // Initial instruction |
||
6502 | point |
||
6503 | 54.285,-1.338,128.242 |
||
6504 | point |
||
6505 | 58.606,-1.338,126.318 |
||
6506 | point |
||
6507 | 61.954,-1.338,126.945 |
||
6508 | point |
||
6509 | 64.996,-1.338,126.736 |
||
6510 | reverse |
||
6511 | // Pedestrian number 590 |
||
6512 | 9 // Ref num |
||
6513 | 5 // Number of instructions |
||
6514 | 2 // Initial instruction |
||
6515 | point |
||
6516 | 65.027,-1.338,126.291 |
||
6517 | point |
||
6518 | 61.558,-1.338,123.047 |
||
6519 | point |
||
6520 | 57.501,-1.338,120.747 |
||
6521 | point |
||
6522 | 53.670,-1.338,119.955 |
||
6523 | reverse |
||
6524 | // Pedestrian number 591 |
||
6525 | 9 // Ref num |
||
6526 | 5 // Number of instructions |
||
6527 | 2 // Initial instruction |
||
6528 | point |
||
6529 | 53.558,-1.338,121.100 |
||
6530 | point |
||
6531 | 58.484,-1.338,124.501 |
||
6532 | point |
||
6533 | 60.021,-1.338,125.407 |
||
6534 | point |
||
6535 | 63.547,-1.338,129.163 |
||
6536 | reverse |
||
6537 | // Pedestrian number 592 |
||
6538 | 9 // Ref num |
||
6539 | 5 // Number of instructions |
||
6540 | 3 // Initial instruction |
||
6541 | point |
||
6542 | 53.503,-1.338,118.475 |
||
6543 | point |
||
6544 | 57.687,-1.338,121.637 |
||
6545 | point |
||
6546 | 60.321,-1.338,124.921 |
||
6547 | point |
||
6548 | 64.112,-1.338,128.767 |
||
6549 | reverse |
||
6550 | // Pedestrian number 593 |
||
6551 | 9 // Ref num |
||
6552 | 6 // Number of instructions |
||
6553 | 2 // Initial instruction |
||
6554 | point |
||
6555 | 63.177,-1.338,125.405 |
||
6556 | point |
||
6557 | 61.787,-1.338,125.692 |
||
6558 | point |
||
6559 | 61.216,-1.338,125.027 |
||
6560 | point |
||
6561 | 54.946,-1.338,125.453 |
||
6562 | point |
||
6563 | 52.243,-1.338,127.700 |
||
6564 | reverse |
||
6565 | // Pedestrian number 594 |
||
6566 | 9 // Ref num |
||
6567 | 4 // Number of instructions |
||
6568 | 2 // Initial instruction |
||
6569 | point |
||
6570 | 53.128,-1.338,127.464 |
||
6571 | point |
||
6572 | 50.470,-1.338,126.594 |
||
6573 | point |
||
6574 | 48.495,-1.338,125.567 |
||
6575 | reverse |
||
6576 | // Pedestrian number 595 |
||
6577 | 9 // Ref num |
||
6578 | 4 // Number of instructions |
||
6579 | 2 // Initial instruction |
||
6580 | point |
||
6581 | 48.032,-1.338,125.573 |
||
6582 | point |
||
6583 | 43.634,-1.338,127.044 |
||
6584 | point |
||
6585 | 38.305,-1.338,129.277 |
||
6586 | reverse |
||
6587 | // Pedestrian number 596 |
||
6588 | 9 // Ref num |
||
6589 | 4 // Number of instructions |
||
6590 | 2 // Initial instruction |
||
6591 | point |
||
6592 | 37.658,-1.338,129.024 |
||
6593 | point |
||
6594 | 35.507,-1.338,125.389 |
||
6595 | point |
||
6596 | 34.230,-1.338,120.876 |
||
6597 | reverse |
||
6598 | // Pedestrian number 597 |
||
6599 | 5 // Ref num |
||
6600 | 4 // Number of instructions |
||
6601 | 2 // Initial instruction |
||
6602 | point |
||
6603 | 33.751,-1.338,120.097 |
||
6604 | point |
||
6605 | 29.700,-1.338,114.536 |
||
6606 | point |
||
6607 | 28.269,-1.338,113.575 |
||
6608 | reverse |
||
6609 | // Pedestrian number 598 |
||
6610 | 5 // Ref num |
||
6611 | 4 // Number of instructions |
||
6612 | 2 // Initial instruction |
||
6613 | point |
||
6614 | 27.712,-1.338,114.581 |
||
6615 | point |
||
6616 | 28.739,-1.338,113.610 |
||
6617 | point |
||
6618 | 30.008,-1.343,113.439 |
||
6619 | reverse |
||
6620 | // Pedestrian number 599 |
||
6621 | 5 // Ref num |
||
6622 | 4 // Number of instructions |
||
6623 | 2 // Initial instruction |
||
6624 | point |
||
6625 | 30.182,-1.338,114.233 |
||
6626 | point |
||
6627 | 29.076,-1.342,113.520 |
||
6628 | point |
||
6629 | 27.455,-1.343,113.462 |
||
6630 | reverse |
||
6631 | // Pedestrian number 600 |
||
6632 | 9 // Ref num |
||
6633 | 5 // Number of instructions |
||
6634 | 3 // Initial instruction |
||
6635 | point |
||
6636 | 33.913,-1.338,120.589 |
||
6637 | point |
||
6638 | 34.240,-1.338,123.360 |
||
6639 | point |
||
6640 | 34.187,-1.338,125.778 |
||
6641 | point |
||
6642 | 35.996,-1.338,128.019 |
||
6643 | reverse |
||
6644 | // Pedestrian number 601 |
||
6645 | 9 // Ref num |
||
6646 | 5 // Number of instructions |
||
6647 | 2 // Initial instruction |
||
6648 | point |
||
6649 | 36.456,-1.338,128.314 |
||
6650 | point |
||
6651 | 42.193,-1.338,126.695 |
||
6652 | point |
||
6653 | 47.354,-1.338,126.079 |
||
6654 | point |
||
6655 | 49.366,-1.338,127.822 |
||
6656 | reverse |
||
6657 | // Pedestrian number 602 |
||
6658 | 9 // Ref num |
||
6659 | 4 // Number of instructions |
||
6660 | 2 // Initial instruction |
||
6661 | point |
||
6662 | 50.338,-1.338,125.440 |
||
6663 | point |
||
6664 | 43.438,-1.338,127.505 |
||
6665 | point |
||
6666 | 42.221,-1.338,128.878 |
||
6667 | reverse |
||
6668 | // Pedestrian number 603 |
||
6669 | 9 // Ref num |
||
6670 | 4 // Number of instructions |
||
6671 | 2 // Initial instruction |
||
6672 | point |
||
6673 | 41.033,-1.338,129.135 |
||
6674 | point |
||
6675 | 37.436,-1.338,126.785 |
||
6676 | point |
||
6677 | 35.956,-1.338,123.708 |
||
6678 | reverse |
||
6679 | // Pedestrian number 604 |
||
6680 | 9 // Ref num |
||
6681 | 4 // Number of instructions |
||
6682 | 2 // Initial instruction |
||
6683 | point |
||
6684 | 32.229,-1.338,122.170 |
||
6685 | point |
||
6686 | 31.438,-1.338,118.187 |
||
6687 | point |
||
6688 | 31.266,-1.338,116.119 |
||
6689 | reverse |
||
6690 | // Pedestrian number 605 |
||
6691 | 9 // Ref num |
||
6692 | 4 // Number of instructions |
||
6693 | 2 // Initial instruction |
||
6694 | point |
||
6695 | 8.998,-4.071,40.844 |
||
6696 | point |
||
6697 | 9.944,-4.071,36.906 |
||
6698 | point |
||
6699 | 10.204,-4.071,33.162 |
||
6700 | reverse |
||
6701 | // Pedestrian number 606 |
||
6702 | 9 // Ref num |
||
6703 | 4 // Number of instructions |
||
6704 | 2 // Initial instruction |
||
6705 | point |
||
6706 | 9.555,-4.071,30.360 |
||
6707 | point |
||
6708 | 10.282,-4.071,31.975 |
||
6709 | point |
||
6710 | 9.347,-4.071,40.758 |
||
6711 | reverse |
||
6712 | // Pedestrian number 607 |
||
6713 | 9 // Ref num |
||
6714 | 4 // Number of instructions |
||
6715 | 2 // Initial instruction |
||
6716 | point |
||
6717 | 10.233,-4.071,39.772 |
||
6718 | point |
||
6719 | 10.112,-4.071,36.340 |
||
6720 | point |
||
6721 | 9.463,-4.071,30.010 |
||
6722 | reverse |
||
6723 | // Pedestrian number 608 |
||
6724 | 9 // Ref num |
||
6725 | 5 // Number of instructions |
||
6726 | 2 // Initial instruction |
||
6727 | point |
||
6728 | 9.553,-4.071,28.782 |
||
6729 | point |
||
6730 | 10.151,-4.071,30.861 |
||
6731 | point |
||
6732 | 9.841,-4.071,35.142 |
||
6733 | point |
||
6734 | 6.641,-4.071,36.795 |
||
6735 | reverse |
||
6736 | // Pedestrian number 609 |
||
6737 | 9 // Ref num |
||
6738 | 4 // Number of instructions |
||
6739 | 2 // Initial instruction |
||
6740 | point |
||
6741 | 9.821,-4.071,40.105 |
||
6742 | point |
||
6743 | 9.534,-4.071,34.545 |
||
6744 | point |
||
6745 | 8.641,-4.071,30.233 |
||
6746 | reverse |
||
6747 | // Pedestrian number 610 |
||
6748 | 9 // Ref num |
||
6749 | 4 // Number of instructions |
||
6750 | 2 // Initial instruction |
||
6751 | point |
||
6752 | 8.961,-4.071,30.000 |
||
6753 | point |
||
6754 | 9.783,-4.071,32.694 |
||
6755 | point |
||
6756 | 9.990,-4.071,39.882 |
||
6757 | reverse |
||
6758 | // Pedestrian number 611 |
||
6759 | 9 // Ref num |
||
6760 | 4 // Number of instructions |
||
6761 | 2 // Initial instruction |
||
6762 | point |
||
6763 | 10.342,-4.071,35.181 |
||
6764 | point |
||
6765 | 9.679,-4.071,35.585 |
||
6766 | point |
||
6767 | 6.345,-4.071,37.613 |
||
6768 | reverse |
||
6769 | // Pedestrian number 612 |
||
6770 | 9 // Ref num |
||
6771 | 4 // Number of instructions |
||
6772 | 2 // Initial instruction |
||
6773 | point |
||
6774 | 6.514,-4.071,35.814 |
||
6775 | point |
||
6776 | 9.532,-4.071,34.060 |
||
6777 | point |
||
6778 | 10.090,-4.071,33.373 |
||
6779 | reverse |
||
6780 | // Pedestrian number 613 |
||
6781 | 9 // Ref num |
||
6782 | 4 // Number of instructions |
||
6783 | 2 // Initial instruction |
||
6784 | point |
||
6785 | 10.050,-4.071,33.219 |
||
6786 | point |
||
6787 | 9.583,-4.071,33.163 |
||
6788 | point |
||
6789 | 6.458,-4.071,32.786 |
||
6790 | reverse |
||
6791 | // Pedestrian number 614 |
||
6792 | 9 // Ref num |
||
6793 | 4 // Number of instructions |
||
6794 | 2 // Initial instruction |
||
6795 | point |
||
6796 | 6.513,-4.071,33.823 |
||
6797 | point |
||
6798 | 9.054,-4.071,33.753 |
||
6799 | point |
||
6800 | 10.023,-4.071,33.758 |
||
6801 | reverse |
||
6802 | // Pedestrian number 615 |
||
6803 | 9 // Ref num |
||
6804 | 4 // Number of instructions |
||
6805 | 2 // Initial instruction |
||
6806 | point |
||
6807 | 10.338,-4.071,32.907 |
||
6808 | point |
||
6809 | 9.635,-4.071,32.172 |
||
6810 | point |
||
6811 | 6.265,-4.071,28.655 |
||
6812 | reverse |
||
6813 | // Pedestrian number 616 |
||
6814 | 9 // Ref num |
||
6815 | 4 // Number of instructions |
||
6816 | 2 // Initial instruction |
||
6817 | point |
||
6818 | 7.373,-4.071,27.411 |
||
6819 | point |
||
6820 | 8.212,-4.071,30.480 |
||
6821 | point |
||
6822 | 10.201,-4.071,31.380 |
||
6823 | reverse |
||
6824 | // Pedestrian number 617 |
||
6825 | 9 // Ref num |
||
6826 | 4 // Number of instructions |
||
6827 | 2 // Initial instruction |
||
6828 | point |
||
6829 | 10.254,-4.071,30.411 |
||
6830 | point |
||
6831 | 9.046,-4.071,30.766 |
||
6832 | point |
||
6833 | 6.487,-4.071,32.095 |
||
6834 | reverse |
||
6835 | // Pedestrian number 618 |
||
6836 | 9 // Ref num |
||
6837 | 4 // Number of instructions |
||
6838 | 2 // Initial instruction |
||
6839 | point |
||
6840 | 6.514,-4.071,30.870 |
||
6841 | point |
||
6842 | 8.454,-4.071,37.311 |
||
6843 | point |
||
6844 | 10.038,-4.071,39.192 |
||
6845 | reverse |
||
6846 | // Pedestrian number 619 |
||
6847 | 132 // Ref num |
||
6848 | 2 // Number of instructions |
||
6849 | 1 // Initial instruction |
||
6850 | point |
||
6851 | 11.354,-4.454,87.801 |
||
6852 | reverse |
||
6853 | // Pedestrian number 620 |
||
6854 | 139 // Ref num |
||
6855 | 2 // Number of instructions |
||
6856 | 1 // Initial instruction |
||
6857 | point |
||
6858 | 12.120,-4.454,87.788 |
||
6859 | reverse |
||
6860 | // Pedestrian number 621 |
||
6861 | 112 // Ref num |
||
6862 | 2 // Number of instructions |
||
6863 | 1 // Initial instruction |
||
6864 | point |
||
6865 | 13.991,-5.177,78.553 |
||
6866 | reverse |
||
6867 | // Pedestrian number 622 |
||
6868 | 112 // Ref num |
||
6869 | 2 // Number of instructions |
||
6870 | 1 // Initial instruction |
||
6871 | point |
||
6872 | 14.000,-5.177,76.191 |
||
6873 | reverse |
||
6874 | // Pedestrian number 623 |
||
6875 | 112 // Ref num |
||
6876 | 2 // Number of instructions |
||
6877 | 1 // Initial instruction |
||
6878 | point |
||
6879 | 13.993,-5.177,71.706 |
||
6880 | reverse |
||
6881 | // Pedestrian number 624 |
||
6882 | 112 // Ref num |
||
6883 | 2 // Number of instructions |
||
6884 | 1 // Initial instruction |
||
6885 | point |
||
6886 | 13.986,-5.177,67.161 |
||
6887 | reverse |
||
6888 | // Pedestrian number 625 |
||
6889 | 112 // Ref num |
||
6890 | 2 // Number of instructions |
||
6891 | 1 // Initial instruction |
||
6892 | point |
||
6893 | 13.977,-5.177,61.582 |
||
6894 | reverse |
||
6895 | // Pedestrian number 626 |
||
6896 | 112 // Ref num |
||
6897 | 2 // Number of instructions |
||
6898 | 1 // Initial instruction |
||
6899 | point |
||
6900 | 13.970,-5.177,57.055 |
||
6901 | reverse |
||
6902 | // Pedestrian number 627 |
||
6903 | 112 // Ref num |
||
6904 | 2 // Number of instructions |
||
6905 | 1 // Initial instruction |
||
6906 | point |
||
6907 | 13.949,-5.177,58.371 |
||
6908 | reverse |
||
6909 | // Pedestrian number 628 |
||
6910 | 112 // Ref num |
||
6911 | 2 // Number of instructions |
||
6912 | 1 // Initial instruction |
||
6913 | point |
||
6914 | 13.942,-5.177,63.248 |
||
6915 | reverse |
||
6916 | // Pedestrian number 629 |
||
6917 | 112 // Ref num |
||
6918 | 2 // Number of instructions |
||
6919 | 1 // Initial instruction |
||
6920 | point |
||
6921 | 13.933,-5.177,69.590 |
||
6922 | reverse |
||
6923 | // Pedestrian number 630 |
||
6924 | 112 // Ref num |
||
6925 | 2 // Number of instructions |
||
6926 | 1 // Initial instruction |
||
6927 | point |
||
6928 | 13.930,-5.177,74.086 |
||
6929 | reverse |
||
6930 | START OF OPPONENT PATHS |
||
6931 | 142 // Number of path nodes |
||
6932 | 151.200, -5.100, -1.300 // Node #0 |
||
6933 | 118.800, -5.100, -1.200 // Node #1 |
||
6934 | 119.212, -5.200, 34.438 // Node #2 |
||
6935 | 118.910, -5.177, 80.406 // Node #3 |
||
6936 | 117.648, -6.382, 93.850 // Node #4 |
||
6937 | 112.097, -5.207, 94.852 // Node #5 |
||
6938 | 93.485, -5.177, 93.619 // Node #6 |
||
6939 | 90.347, -5.177, 91.290 // Node #7 |
||
6940 | 88.176, -5.177, 81.143 // Node #8 |
||
6941 | 85.525, -5.176, 78.332 // Node #9 |
||
6942 | 64.638, -5.213, 79.702 // Node #10 |
||
6943 | 59.285, -5.213, 92.354 // Node #11 |
||
6944 | 45.156, -2.830, 86.313 // Node #12 |
||
6945 | 35.903, -4.104, 86.874 // Node #13 |
||
6946 | 26.451, -5.007, 87.372 // Node #14 |
||
6947 | 21.950, -5.177, 86.983 // Node #15 |
||
6948 | 21.984, -5.179, 49.019 // Node #16 |
||
6949 | 22.042, -5.179, 35.833 // Node #17 |
||
6950 | 45.541, -3.255, 34.032 // Node #18 |
||
6951 | 98.919, -0.253, 14.679 // Node #19 |
||
6952 | 146.857, -5.178, 34.401 // Node #20 |
||
6953 | 147.320, -5.178, -1.338 // Node #21 |
||
6954 | 148.616, -5.178, 36.256 // Node #22 |
||
6955 | 148.503, -5.177, 51.045 // Node #23 |
||
6956 | 143.492, -5.179, 34.955 // Node #24 |
||
6957 | 143.656, -5.179, 44.377 // Node #25 |
||
6958 | 139.598, -5.177, 48.484 // Node #26 |
||
6959 | 136.115, -5.179, 48.411 // Node #27 |
||
6960 | 128.495, -5.174, 40.410 // Node #28 |
||
6961 | 119.064, -5.177, 47.360 // Node #29 |
||
6962 | 127.917, -5.177, 34.918 // Node #30 |
||
6963 | 118.914, -5.191, 72.923 // Node #31 |
||
6964 | 130.037, -5.179, 67.903 // Node #32 |
||
6965 | 130.128, -5.171, 54.448 // Node #33 |
||
6966 | 107.733, -5.179, 69.194 // Node #34 |
||
6967 | 107.980, -5.181, 53.390 // Node #35 |
||
6968 | 101.765, -5.182, 48.495 // Node #36 |
||
6969 | 97.932, -5.189, 48.562 // Node #37 |
||
6970 | 94.151, -5.180, 44.730 // Node #38 |
||
6971 | 88.570, -5.300, 36.127 // Node #39 |
||
6972 | 89.526, -5.265, -0.057 // Node #40 |
||
6973 | 105.526, -5.179, 1.808 // Node #41 |
||
6974 | 89.006, -5.283, 26.003 // Node #42 |
||
6975 | 99.471, -5.179, 28.311 // Node #43 |
||
6976 | 115.168, -5.177, 26.276 // Node #44 |
||
6977 | 113.386, -6.188, 14.612 // Node #45 |
||
6978 | 94.486, -8.264, 14.629 // Node #46 |
||
6979 | 14.378, -5.177, 89.461 // Node #47 |
||
6980 | 11.915, -5.178, 58.629 // Node #48 |
||
6981 | 30.862, -5.177, 81.200 // Node #49 |
||
6982 | 30.938, -5.181, 64.558 // Node #50 |
||
6983 | 32.963, -5.178, 59.300 // Node #51 |
||
6984 | 30.376, -5.179, 34.814 // Node #52 |
||
6985 | 30.520, -5.180, 26.909 // Node #53 |
||
6986 | 14.038, -5.181, 26.732 // Node #54 |
||
6987 | 12.474, -5.180, 33.042 // Node #55 |
||
6988 | 94.201, -5.177, 40.212 // Node #56 |
||
6989 | 10.790, -5.179, 68.625 // Node #57 |
||
6990 | 27.032, -8.722, 68.953 // Node #58 |
||
6991 | 26.992, -8.671, 78.314 // Node #59 |
||
6992 | 22.014, -8.633, 80.283 // Node #60 |
||
6993 | 16.997, -8.720, 78.143 // Node #61 |
||
6994 | 17.044, -8.560, 68.490 // Node #62 |
||
6995 | 17.122, -8.720, 58.949 // Node #63 |
||
6996 | 21.821, -8.760, 57.272 // Node #64 |
||
6997 | 26.928, -8.778, 58.968 // Node #65 |
||
6998 | 22.014, -3.067, 69.154 // Node #66 |
||
6999 | 23.021, -5.177, 89.369 // Node #67 |
||
7000 | 31.514, -5.180, 92.633 // Node #68 |
||
7001 | 118.918, -5.178, 14.505 // Node #69 |
||
7002 | 110.278, -5.178, 39.295 // Node #70 |
||
7003 | 135.113, -5.171, 34.903 // Node #71 |
||
7004 | 147.530, -5.179, 102.714 // Node #72 |
||
7005 | 140.099, -5.181, 103.156 // Node #73 |
||
7006 | 141.804, -5.177, 82.817 // Node #74 |
||
7007 | 142.439, -5.173, 54.806 // Node #75 |
||
7008 | 142.141, -5.176, 77.376 // Node #76 |
||
7009 | 147.865, -5.171, 50.884 // Node #77 |
||
7010 | 148.601, -5.169, 45.123 // Node #78 |
||
7011 | 133.329, -5.172, 36.313 // Node #79 |
||
7012 | 130.550, -5.184, 103.892 // Node #80 |
||
7013 | 131.412, -5.179, 98.511 // Node #81 |
||
7014 | 134.475, -5.177, 99.108 // Node #82 |
||
7015 | 134.265, -5.177, 103.832 // Node #83 |
||
7016 | 140.357, -5.177, 100.321 // Node #84 |
||
7017 | 141.217, -5.177, 90.091 // Node #85 |
||
7018 | 133.726, -5.177, 84.785 // Node #86 |
||
7019 | 129.049, -5.180, 80.180 // Node #87 |
||
7020 | 129.172, -5.177, 74.453 // Node #88 |
||
7021 | 135.897, -5.177, 73.805 // Node #89 |
||
7022 | 147.899, -5.177, 90.025 // Node #90 |
||
7023 | 120.386, -5.199, 34.785 // Node #91 |
||
7024 | 120.145, -5.198, 40.249 // Node #92 |
||
7025 | 118.744, -5.175, 60.886 // Node #93 |
||
7026 | 15.356, -5.180, 30.887 // Node #94 |
||
7027 | 143.441, -5.177, 35.627 // Node #95 |
||
7028 | 64.367, 0.369, 25.085 // Node #96 |
||
7029 | 84.313, -0.319, 14.843 // Node #97 |
||
7030 | 106.964, -0.246, 14.787 // Node #98 |
||
7031 | 115.998, -2.595, 14.972 // Node #99 |
||
7032 | 140.718, -4.018, 16.688 // Node #100 |
||
7033 | 147.122, -5.178, 16.715 // Node #101 |
||
7034 | 136.768, -5.179, 93.459 // Node #102 |
||
7035 | 131.206, -5.176, 94.788 // Node #103 |
||
7036 | 63.365, -5.213, 106.332 // Node #104 |
||
7037 | 63.033, -1.333, 116.456 // Node #105 |
||
7038 | 56.313, -1.337, 125.560 // Node #106 |
||
7039 | 40.304, -1.337, 127.866 // Node #107 |
||
7040 | 35.937, -1.337, 125.673 // Node #108 |
||
7041 | 28.271, -1.338, 112.535 // Node #109 |
||
7042 | 25.611, -2.927, 105.832 // Node #110 |
||
7043 | 22.926, -3.804, 100.321 // Node #111 |
||
7044 | 58.334, -1.338, 125.627 // Node #112 |
||
7045 | 59.152, -1.338, 128.119 // Node #113 |
||
7046 | 56.697, -1.338, 129.652 // Node #114 |
||
7047 | 54.805, -1.338, 129.664 // Node #115 |
||
7048 | 54.441, -1.338, 126.005 // Node #116 |
||
7049 | 54.922, -5.213, 106.295 // Node #117 |
||
7050 | 56.951, -1.850, 88.859 // Node #118 |
||
7051 | 55.007, -1.850, 87.510 // Node #119 |
||
7052 | 52.586, -1.815, 86.989 // Node #120 |
||
7053 | 59.919, -1.338, 121.752 // Node #121 |
||
7054 | 54.721, -1.338, 123.485 // Node #122 |
||
7055 | 53.867, -1.338, 119.216 // Node #123 |
||
7056 | 24.202, -5.219, 108.796 // Node #124 |
||
7057 | 12.994, -5.216, 107.754 // Node #125 |
||
7058 | 22.886, -3.510, 113.097 // Node #126 |
||
7059 | 42.367, -3.614, 112.805 // Node #127 |
||
7060 | 46.498, -5.220, 108.875 // Node #128 |
||
7061 | 54.978, -4.450, 109.295 // Node #129 |
||
7062 | 52.962, -3.769, 112.712 // Node #130 |
||
7063 | 29.968, -5.222, 109.012 // Node #131 |
||
7064 | 58.801, -1.850, 114.698 // Node #132 |
||
7065 | 54.737, -1.333, 116.308 // Node #133 |
||
7066 | 59.119, -1.850, 92.324 // Node #134 |
||
7067 | 59.139, -5.213, 82.956 // Node #135 |
||
7068 | 56.425, -5.213, 80.499 // Node #136 |
||
7069 | 59.583, -5.213, 106.364 // Node #137 |
||
7070 | 60.105, -5.213, 113.030 // Node #138 |
||
7071 | 58.169, -5.213, 113.369 // Node #139 |
||
7072 | 66.750, -5.213, 90.669 // Node #140 |
||
7073 | 65.488, -5.213, 100.006 // Node #141 |
||
7074 | 170 // Number of path sections |
||
7075 | 0, 21, 0, 255, 0, 255, 1.0, 1000 // Section #0 |
||
7076 | 1, 69, 0, 255, 0, 255, 0.7, 1 // Section #1 |
||
7077 | 3, 4, 0, 255, 0, 255, 1.1, 0 // Section #2 |
||
7078 | 4, 5, 0, 255, 0, 255, 0.5, 1 // Section #3 |
||
7079 | 5, 6, 0, 255, 0, 255, 0.5, 1 // Section #4 |
||
7080 | 6, 7, 0, 255, 0, 255, 0.5, 1 // Section #5 |
||
7081 | 7, 8, 0, 255, 0, 255, 0.5, 1 // Section #6 |
||
7082 | 8, 9, 0, 255, 0, 255, 0.5, 1 // Section #7 |
||
7083 | 9, 10, 0, 255, 0, 255, 0.5, 1 // Section #8 |
||
7084 | 10, 11, 0, 255, 0, 255, 0.5, 1 // Section #9 |
||
7085 | 12, 13, 0, 255, 0, 255, 0.5, 0 // Section #10 |
||
7086 | 13, 14, 0, 255, 0, 255, 0.5, 0 // Section #11 |
||
7087 | 14, 67, 0, 255, 0, 255, 0.5, 0 // Section #12 |
||
7088 | 15, 66, 0, 255, 0, 255, 0.5, 1 // Section #13 |
||
7089 | 16, 17, 0, 255, 0, 255, 0.5, 1 // Section #14 |
||
7090 | 17, 52, 0, 255, 0, 255, 1.2, 1 // Section #15 |
||
7091 | 24, 20, 0, 255, 0, 255, 1.5, 1 // Section #16 |
||
7092 | 101, 21, 0, 255, 0, 255, 1.7, 1 // Section #17 |
||
7093 | 21, 1, 0, 255, 0, 255, 1.0, 1 // Section #18 |
||
7094 | 20, 22, 0, 255, 0, 255, 0.3, 1 // Section #19 |
||
7095 | 71, 24, 0, 255, 0, 255, 1.2, 1 // Section #20 |
||
7096 | 26, 25, 0, 255, 0, 255, 0.4, 0 // Section #21 |
||
7097 | 26, 27, 0, 255, 0, 255, 0.4, 0 // Section #22 |
||
7098 | 27, 28, 0, 255, 0, 255, 0.4, 0 // Section #23 |
||
7099 | 28, 29, 0, 255, 0, 255, 2.0, 0 // Section #24 |
||
7100 | 29, 93, 0, 255, 0, 255, 1.5, 0 // Section #25 |
||
7101 | 28, 30, 0, 255, 0, 255, 1.0, 0 // Section #26 |
||
7102 | 2, 91, 0, 255, 0, 255, 0.5, 1 // Section #27 |
||
7103 | 32, 31, 0, 255, 0, 255, 1.0, 0 // Section #28 |
||
7104 | 31, 3, 0, 255, 0, 35, 1.8, 0 // Section #29 |
||
7105 | 33, 32, 0, 255, 0, 255, 1.6, 1000 // Section #30 |
||
7106 | 34, 31, 0, 255, 0, 255, 1.6, 0 // Section #31 |
||
7107 | 35, 34, 0, 255, 0, 255, 1.3, 1000 // Section #32 |
||
7108 | 36, 70, 0, 255, 0, 255, 0.5, 0 // Section #33 |
||
7109 | 37, 36, 0, 255, 0, 255, 0.4, 0 // Section #34 |
||
7110 | 38, 37, 0, 255, 0, 255, 0.4, 0 // Section #35 |
||
7111 | 39, 56, 0, 255, 0, 255, 0.4, 0 // Section #36 |
||
7112 | 40, 41, 0, 255, 0, 255, 1.0, 0 // Section #37 |
||
7113 | 41, 1, 0, 255, 0, 255, 1.0, 0 // Section #38 |
||
7114 | 42, 43, 0, 255, 0, 255, 0.5, 0 // Section #39 |
||
7115 | 40, 42, 0, 255, 0, 255, 0.7, 0 // Section #40 |
||
7116 | 44, 2, 0, 255, 0, 255, 0.3, 0 // Section #41 |
||
7117 | 45, 69, 0, 255, 0, 255, 0.2, 1000 // Section #42 |
||
7118 | 46, 45, 0, 255, 0, 255, 4.0, 1000 // Section #43 |
||
7119 | 48, 57, 0, 255, 0, 255, 1.0, 1000 // Section #44 |
||
7120 | 49, 14, 0, 255, 0, 255, 0.5, 1000 // Section #45 |
||
7121 | 50, 49, 0, 255, 0, 255, 0.5, 1000 // Section #46 |
||
7122 | 51, 16, 0, 15, 0, 15, 0.3, 1000 // Section #47 |
||
7123 | 53, 52, 0, 255, 0, 255, 1.2, 0 // Section #48 |
||
7124 | 52, 18, 0, 255, 0, 255, 1.0, 1 // Section #49 |
||
7125 | 54, 53, 0, 255, 0, 255, 1.0, 0 // Section #50 |
||
7126 | 56, 38, 0, 255, 0, 255, 0.3, 0 // Section #51 |
||
7127 | 39, 42, 0, 255, 0, 255, 0.5, 0 // Section #52 |
||
7128 | 58, 57, 0, 255, 25, 255, 0.9, 1000 // Section #53 |
||
7129 | 57, 47, 0, 255, 0, 255, 1.0, 0 // Section #54 |
||
7130 | 59, 58, 0, 255, 0, 255, 0.2, 1000 // Section #55 |
||
7131 | 60, 59, 0, 255, 0, 255, 0.5, 1000 // Section #56 |
||
7132 | 60, 61, 0, 255, 0, 255, 0.4, 0 // Section #57 |
||
7133 | 61, 62, 0, 255, 0, 255, 0.2, 1000 // Section #58 |
||
7134 | 63, 62, 0, 255, 0, 255, 0.2, 1000 // Section #59 |
||
7135 | 64, 63, 0, 255, 0, 255, 0.4, 1000 // Section #60 |
||
7136 | 64, 65, 0, 255, 0, 255, 0.4, 1000 // Section #61 |
||
7137 | 65, 58, 0, 255, 0, 255, 0.2, 1000 // Section #62 |
||
7138 | 62, 58, 0, 255, 0, 255, 0.8, 1000 // Section #63 |
||
7139 | 66, 16, 0, 255, 0, 255, 0.5, 1 // Section #64 |
||
7140 | 67, 15, 0, 255, 0, 255, 0.5, 1 // Section #65 |
||
7141 | 47, 67, 0, 255, 0, 255, 0.6, 0 // Section #66 |
||
7142 | 68, 67, 0, 255, 0, 255, 0.5, 1000 // Section #67 |
||
7143 | 69, 2, 0, 255, 0, 255, 0.7, 1 // Section #68 |
||
7144 | 43, 44, 0, 255, 0, 255, 0.3, 0 // Section #69 |
||
7145 | 70, 2, 0, 255, 0, 255, 0.5, 0 // Section #70 |
||
7146 | 43, 70, 0, 255, 0, 255, 1.2, 0 // Section #71 |
||
7147 | 70, 29, 0, 255, 0, 255, 1.2, 0 // Section #72 |
||
7148 | 71, 79, 0, 255, 0, 255, 1.3, 0 // Section #73 |
||
7149 | 30, 71, 0, 255, 0, 255, 1.2, 1 // Section #74 |
||
7150 | 90, 23, 0, 255, 0, 255, 0.9, 0 // Section #75 |
||
7151 | 72, 73, 0, 255, 0, 255, 0.3, 0 // Section #76 |
||
7152 | 73, 84, 0, 255, 0, 255, 1.0, 1 // Section #77 |
||
7153 | 76, 74, 0, 255, 0, 255, 0.4, 1 // Section #78 |
||
7154 | 77, 75, 0, 255, 0, 255, 0.9, 1 // Section #79 |
||
7155 | 75, 76, 0, 255, 0, 255, 1.1, 1 // Section #80 |
||
7156 | 78, 77, 0, 255, 0, 255, 0.6, 1 // Section #81 |
||
7157 | 23, 77, 0, 255, 0, 255, 0.9, 0 // Section #82 |
||
7158 | 79, 28, 0, 255, 0, 255, 1.3, 0 // Section #83 |
||
7159 | 83, 73, 0, 255, 0, 255, 0.3, 0 // Section #84 |
||
7160 | 81, 80, 0, 255, 0, 255, 0.3, 0 // Section #85 |
||
7161 | 81, 82, 0, 255, 0, 255, 0.3, 0 // Section #86 |
||
7162 | 82, 83, 0, 255, 0, 255, 0.3, 0 // Section #87 |
||
7163 | 80, 83, 0, 255, 0, 255, 0.3, 0 // Section #88 |
||
7164 | 82, 84, 0, 255, 0, 255, 0.3, 0 // Section #89 |
||
7165 | 84, 85, 0, 255, 0, 255, 1.0, 0 // Section #90 |
||
7166 | 86, 102, 0, 255, 0, 255, 1.1, 0 // Section #91 |
||
7167 | 74, 85, 0, 255, 0, 255, 1.0, 1 // Section #92 |
||
7168 | 87, 86, 0, 255, 0, 255, 1.0, 0 // Section #93 |
||
7169 | 87, 88, 0, 255, 0, 255, 1.0, 0 // Section #94 |
||
7170 | 88, 89, 0, 255, 0, 255, 1.1, 0 // Section #95 |
||
7171 | 89, 76, 0, 255, 0, 255, 1.2, 0 // Section #96 |
||
7172 | 89, 75, 0, 255, 0, 255, 1.2, 0 // Section #97 |
||
7173 | 86, 89, 0, 255, 0, 255, 1.0, 0 // Section #98 |
||
7174 | 90, 85, 0, 255, 0, 255, 0.9, 0 // Section #99 |
||
7175 | 90, 72, 0, 255, 0, 255, 0.9, 0 // Section #100 |
||
7176 | 91, 92, 0, 255, 0, 255, 0.5, 0 // Section #101 |
||
7177 | 91, 30, 0, 255, 0, 255, 0.4, 1 // Section #102 |
||
7178 | 92, 29, 0, 255, 0, 255, 1.2, 0 // Section #103 |
||
7179 | 93, 31, 0, 255, 0, 45, 0.4, 0 // Section #104 |
||
7180 | 55, 16, 0, 255, 0, 255, 0.7, 0 // Section #105 |
||
7181 | 55, 94, 0, 255, 0, 255, 1.2, 0 // Section #106 |
||
7182 | 94, 52, 0, 255, 0, 255, 0.5, 0 // Section #107 |
||
7183 | 54, 94, 0, 255, 0, 255, 1.0, 0 // Section #108 |
||
7184 | 25, 95, 0, 255, 0, 255, 0.4, 0 // Section #109 |
||
7185 | 24, 95, 0, 255, 0, 255, 0.4, 0 // Section #110 |
||
7186 | 18, 96, 0, 255, 0, 255, 0.6, 1 // Section #111 |
||
7187 | 96, 97, 0, 255, 0, 255, 0.9, 1 // Section #112 |
||
7188 | 97, 19, 0, 255, 0, 255, 1.2, 1 // Section #113 |
||
7189 | 19, 98, 0, 255, 0, 255, 1.2, 1 // Section #114 |
||
7190 | 98, 99, 0, 255, 0, 255, 1.2, 1001 // Section #115 |
||
7191 | 99, 100, 0, 255, 0, 255, 1.2, 1 // Section #116 |
||
7192 | 100, 101, 0, 255, 0, 255, 1.2, 1 // Section #117 |
||
7193 | 20, 101, 0, 255, 0, 255, 1.7, 0 // Section #118 |
||
7194 | 102, 103, 0, 255, 0, 255, 0.6, 1 // Section #119 |
||
7195 | 85, 102, 0, 255, 0, 255, 1.1, 1 // Section #120 |
||
7196 | 103, 4, 0, 255, 0, 255, 0.9, 1 // Section #121 |
||
7197 | 22, 78, 0, 255, 0, 255, 0.5, 1 // Section #122 |
||
7198 | 11, 104, 0, 255, 0, 255, 0.5, 1 // Section #123 |
||
7199 | 104, 105, 0, 255, 0, 40, 0.5, 1 // Section #124 |
||
7200 | 105, 121, 0, 255, 0, 255, 0.5, 1 // Section #125 |
||
7201 | 106, 116, 0, 255, 0, 255, 0.5, 1 // Section #126 |
||
7202 | 107, 108, 0, 255, 0, 255, 0.5, 1 // Section #127 |
||
7203 | 108, 109, 0, 255, 40, 50, 0.5, 1 // Section #128 |
||
7204 | 109, 110, 0, 255, 0, 255, 0.5, 1 // Section #129 |
||
7205 | 110, 111, 0, 255, 0, 255, 0.5, 1 // Section #130 |
||
7206 | 111, 67, 0, 255, 0, 255, 0.5, 1 // Section #131 |
||
7207 | 112, 106, 0, 255, 0, 255, 0.5, 0 // Section #132 |
||
7208 | 113, 112, 0, 255, 0, 255, 0.5, 0 // Section #133 |
||
7209 | 114, 113, 0, 255, 0, 255, 0.5, 0 // Section #134 |
||
7210 | 115, 114, 0, 255, 0, 255, 0.5, 0 // Section #135 |
||
7211 | 115, 116, 0, 255, 0, 255, 0.3, 0 // Section #136 |
||
7212 | 116, 107, 0, 255, 0, 255, 0.5, 1 // Section #137 |
||
7213 | 117, 129, 0, 255, 0, 255, 0.5, 1 // Section #138 |
||
7214 | 118, 119, 0, 255, 0, 255, 0.5, 0 // Section #139 |
||
7215 | 119, 120, 0, 255, 0, 255, 0.5, 0 // Section #140 |
||
7216 | 120, 12, 0, 255, 0, 255, 0.5, 0 // Section #141 |
||
7217 | 123, 122, 0, 255, 0, 255, 0.5, 0 // Section #142 |
||
7218 | 121, 106, 0, 255, 0, 255, 0.5, 1 // Section #143 |
||
7219 | 122, 116, 0, 255, 0, 255, 0.2, 0 // Section #144 |
||
7220 | 123, 121, 0, 255, 0, 255, 0.5, 0 // Section #145 |
||
7221 | 125, 124, 0, 255, 0, 255, 0.5, 1000 // Section #146 |
||
7222 | 124, 126, 0, 255, 0, 255, 0.5, 0 // Section #147 |
||
7223 | 126, 127, 0, 255, 0, 255, 0.5, 0 // Section #148 |
||
7224 | 127, 128, 0, 255, 0, 255, 0.5, 0 // Section #149 |
||
7225 | 128, 129, 0, 255, 0, 255, 0.5, 1000 // Section #150 |
||
7226 | 129, 133, 0, 255, 0, 30, 0.5, 1 // Section #151 |
||
7227 | 124, 131, 0, 255, 0, 255, 0.5, 1000 // Section #152 |
||
7228 | 130, 128, 0, 255, 0, 255, 0.5, 1000 // Section #153 |
||
7229 | 127, 131, 0, 255, 0, 255, 0.5, 0 // Section #154 |
||
7230 | 131, 128, 0, 255, 0, 255, 0.5, 1000 // Section #155 |
||
7231 | 133, 106, 0, 255, 0, 255, 0.5, 1 // Section #156 |
||
7232 | 11, 117, 0, 255, 0, 255, 0.5, 1 // Section #157 |
||
7233 | 118, 134, 0, 255, 0, 255, 0.5, 0 // Section #158 |
||
7234 | 134, 132, 0, 255, 0, 255, 0.5, 0 // Section #159 |
||
7235 | 132, 121, 0, 255, 0, 255, 0.5, 0 // Section #160 |
||
7236 | 135, 11, 0, 255, 0, 255, 0.5, 0 // Section #161 |
||
7237 | 136, 135, 0, 255, 0, 255, 0.5, 1000 // Section #162 |
||
7238 | 104, 137, 0, 255, 0, 255, 0.5, 0 // Section #163 |
||
7239 | 138, 137, 0, 255, 0, 255, 0.5, 1000 // Section #164 |
||
7240 | 137, 117, 0, 255, 0, 255, 0.5, 0 // Section #165 |
||
7241 | 139, 137, 0, 255, 0, 255, 0.5, 1000 // Section #166 |
||
7242 | 11, 140, 0, 255, 0, 255, 0.5, 0 // Section #167 |
||
7243 | 140, 141, 0, 255, 0, 255, 0.5, 0 // Section #168 |
||
7244 | 141, 104, 0, 255, 0, 255, 0.5, 0 // Section #169 |
||
7245 | |||
7246 | END OF OPPONENT PATHS |
||
7247 | 2 // number of material modifiers |
||
7248 | // default materias |
||
7249 | 1.0 // car wall friction |
||
7250 | 1.0 // tyre road friction |
||
7251 | 1.0 // down force |
||
7252 | 0.0 // bumpiness |
||
7253 | |||
7254 | |||
7255 | |||
7256 | 1.0 // sparkiness |
||
7257 | 1 // room for expansion |
||
7258 | SKIDMARK.MAT // skid mark material |
||
7259 | //Ab|;_ya|k2T |
||
7260 | 1.0 // car wall friction |
||
7261 | 1.0 // tyre road friction |
||
7262 | |||
7263 | 0.0 // bumpiness |
||
7264 | -1 // tyre sound index |
||
7265 | |||
7266 | |||
7267 | 0.0 // sparkiness |
||
7268 | 1 // room for expansion |
||
7269 | none // room for expansion |
||
7270 | // Non CarObjects |
||
7271 | 2 // number of non car objects |
||
7272 | BARRIER.TXT |
||
7273 | WRECK.TXT |
||
7274 | |||
7275 | 8 // Number of network start points |
||
7276 | 129.75,-5.17,-1.22 //1 |
||
7277 | 270 |
||
7278 | 146.57,-5.17,10.49 //2 |
||
7279 | 180 |
||
7280 | 117.75,-5.17,44.13 //3 |
||
7281 | 180 |
||
7282 | 93.29,-5.17,1.23 //4 |
||
7283 | 270 |
||
7284 | 107.79,-5.17,32.17 //5 |
||
7285 | 225 |
||
7286 | 107.78,-5.17,55.58 //6 |
||
7287 | 180 |
||
7288 | 120.88,-6.38,95.1 //7 |
||
7289 | 270 |
||
7290 | 141.89,-5.17,59.36 //8 |
||
7291 | 310 |
||
7292 | 1 // number of splash files |
||
7293 | SPLSHYEL.PIX // name of pixelmapfile for splashes |
||
7294 | 1 |
||
7295 | NETINDA.TXT |