@sbb-esta/lyne-elements-experimental 3.0.1 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/custom-elements.json +908 -567
  2. package/development/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
  3. package/development/seat-reservation/common/mapper/icon-mapper.js +1 -3
  4. package/development/seat-reservation/common/mapper/mapper.d.ts +4 -3
  5. package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  6. package/development/seat-reservation/common/mapper/mapper.js +6 -4
  7. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  8. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +4989 -4
  9. package/development/seat-reservation/common/svgs.d.ts +0 -1
  10. package/development/seat-reservation/common/svgs.d.ts.map +1 -1
  11. package/development/seat-reservation/common/svgs.js +1 -3
  12. package/development/seat-reservation/common/translations/i18n.js +194 -194
  13. package/development/seat-reservation/common/types.d.ts +10 -0
  14. package/development/seat-reservation/common/types.d.ts.map +1 -1
  15. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +38 -12
  16. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  17. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +252 -122
  18. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +28 -13
  19. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  20. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +481 -262
  21. package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +17 -10
  22. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -1
  23. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +1 -6
  24. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +36 -18
  25. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +3 -1
  26. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  27. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +26 -4
  28. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
  29. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +86 -54
  30. package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +1 -16
  31. package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -1
  32. package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +10 -164
  33. package/package.json +3 -3
  34. package/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
  35. package/seat-reservation/common/mapper/icon-mapper.js +0 -2
  36. package/seat-reservation/common/mapper/mapper.d.ts +4 -3
  37. package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  38. package/seat-reservation/common/mapper/mapper.js +16 -14
  39. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  40. package/seat-reservation/common/mapper/seat-reservation-sample-data.js +4988 -3
  41. package/seat-reservation/common/svgs.d.ts +0 -1
  42. package/seat-reservation/common/svgs.d.ts.map +1 -1
  43. package/seat-reservation/common/svgs.js +4 -11
  44. package/seat-reservation/common/translations/i18n.js +197 -197
  45. package/seat-reservation/common/types.d.ts +10 -0
  46. package/seat-reservation/common/types.d.ts.map +1 -1
  47. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +38 -12
  48. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  49. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +208 -134
  50. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts +28 -13
  51. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  52. package/seat-reservation/seat-reservation/seat-reservation.component.js +290 -298
  53. package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +22 -22
  54. package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -1
  55. package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +0 -5
  56. package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +37 -37
  57. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +3 -1
  58. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  59. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +69 -58
  60. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
  61. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +28 -27
  62. package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +1 -16
  63. package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -1
  64. package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +14 -101
@@ -71,7 +71,7 @@ const e = [
71
71
  orientation: 0,
72
72
  placeLocations: ["BICYCLE_LOW"],
73
73
  placeProperties: [],
74
- state: "FREE"
74
+ state: "SELECTED"
75
75
  }
76
76
  ]
77
77
  },
@@ -3006,7 +3006,4992 @@ const e = [
3006
3006
  orientation: 0,
3007
3007
  placeLocations: ["BICYCLE_LOW"],
3008
3008
  placeProperties: [],
3009
- state: "SELECTED"
3009
+ state: "FREE"
3010
+ }
3011
+ ]
3012
+ },
3013
+ {
3014
+ travelClass: "FIRST",
3015
+ accommodationSubType: "PRAM",
3016
+ places: [
3017
+ {
3018
+ number: "48",
3019
+ rectangle: {
3020
+ position: {
3021
+ x: 20,
3022
+ y: 6,
3023
+ z: 0
3024
+ },
3025
+ dimension: {
3026
+ width: 2,
3027
+ height: 2,
3028
+ borderRadius: null
3029
+ }
3030
+ },
3031
+ orientation: 180,
3032
+ placeLocations: ["AISLE"],
3033
+ placeProperties: [],
3034
+ state: "FREE"
3035
+ },
3036
+ {
3037
+ number: "42",
3038
+ rectangle: {
3039
+ position: {
3040
+ x: 20,
3041
+ y: 8,
3042
+ z: 0
3043
+ },
3044
+ dimension: {
3045
+ width: 2,
3046
+ height: 2,
3047
+ borderRadius: null
3048
+ }
3049
+ },
3050
+ orientation: 180,
3051
+ placeLocations: ["WINDOW"],
3052
+ placeProperties: [],
3053
+ state: "FREE"
3054
+ }
3055
+ ]
3056
+ },
3057
+ {
3058
+ travelClass: "FIRST",
3059
+ accommodationSubType: "ANY_SEAT",
3060
+ places: [
3061
+ {
3062
+ number: "35",
3063
+ rectangle: {
3064
+ position: {
3065
+ x: 13,
3066
+ y: 0,
3067
+ z: 0
3068
+ },
3069
+ dimension: {
3070
+ width: 2,
3071
+ height: 2,
3072
+ borderRadius: null
3073
+ }
3074
+ },
3075
+ orientation: 0,
3076
+ placeLocations: ["WINDOW"],
3077
+ placeProperties: [],
3078
+ state: "FREE"
3079
+ },
3080
+ {
3081
+ number: "37",
3082
+ rectangle: {
3083
+ position: {
3084
+ x: 13,
3085
+ y: 2,
3086
+ z: 0
3087
+ },
3088
+ dimension: {
3089
+ width: 2,
3090
+ height: 2,
3091
+ borderRadius: null
3092
+ }
3093
+ },
3094
+ orientation: 0,
3095
+ placeLocations: ["AISLE"],
3096
+ placeProperties: [],
3097
+ state: "FREE"
3098
+ },
3099
+ {
3100
+ number: "36",
3101
+ rectangle: {
3102
+ position: {
3103
+ x: 17,
3104
+ y: 0,
3105
+ z: 0
3106
+ },
3107
+ dimension: {
3108
+ width: 2,
3109
+ height: 2,
3110
+ borderRadius: null
3111
+ }
3112
+ },
3113
+ orientation: 180,
3114
+ placeLocations: ["WINDOW"],
3115
+ placeProperties: [],
3116
+ state: "FREE"
3117
+ },
3118
+ {
3119
+ number: "34",
3120
+ rectangle: {
3121
+ position: {
3122
+ x: 17,
3123
+ y: 2,
3124
+ z: 0
3125
+ },
3126
+ dimension: {
3127
+ width: 2,
3128
+ height: 2,
3129
+ borderRadius: null
3130
+ }
3131
+ },
3132
+ orientation: 180,
3133
+ placeLocations: ["AISLE"],
3134
+ placeProperties: [],
3135
+ state: "FREE"
3136
+ }
3137
+ ]
3138
+ },
3139
+ {
3140
+ travelClass: "SECOND",
3141
+ accommodationSubType: "ANY_SEAT",
3142
+ places: [
3143
+ {
3144
+ number: "51",
3145
+ rectangle: {
3146
+ position: {
3147
+ x: 38,
3148
+ y: 8,
3149
+ z: 0
3150
+ },
3151
+ dimension: {
3152
+ width: 2,
3153
+ height: 2,
3154
+ borderRadius: null
3155
+ }
3156
+ },
3157
+ orientation: 0,
3158
+ placeLocations: ["WINDOW"],
3159
+ placeProperties: [],
3160
+ state: "FREE"
3161
+ },
3162
+ {
3163
+ number: "53",
3164
+ rectangle: {
3165
+ position: {
3166
+ x: 38,
3167
+ y: 6,
3168
+ z: 0
3169
+ },
3170
+ dimension: {
3171
+ width: 2,
3172
+ height: 2,
3173
+ borderRadius: null
3174
+ }
3175
+ },
3176
+ orientation: 0,
3177
+ placeLocations: ["AISLE"],
3178
+ placeProperties: [],
3179
+ state: "FREE"
3180
+ },
3181
+ {
3182
+ number: "52",
3183
+ rectangle: {
3184
+ position: {
3185
+ x: 43,
3186
+ y: 8,
3187
+ z: 0
3188
+ },
3189
+ dimension: {
3190
+ width: 2,
3191
+ height: 2,
3192
+ borderRadius: null
3193
+ }
3194
+ },
3195
+ orientation: 180,
3196
+ placeLocations: ["WINDOW"],
3197
+ placeProperties: [],
3198
+ state: "FREE"
3199
+ },
3200
+ {
3201
+ number: "58",
3202
+ rectangle: {
3203
+ position: {
3204
+ x: 43,
3205
+ y: 6,
3206
+ z: 0
3207
+ },
3208
+ dimension: {
3209
+ width: 2,
3210
+ height: 2,
3211
+ borderRadius: null
3212
+ }
3213
+ },
3214
+ orientation: 180,
3215
+ placeLocations: ["AISLE"],
3216
+ placeProperties: [],
3217
+ state: "FREE"
3218
+ }
3219
+ ]
3220
+ },
3221
+ {
3222
+ travelClass: "SECOND",
3223
+ accommodationSubType: "ANY_SEAT",
3224
+ places: [
3225
+ {
3226
+ number: "31",
3227
+ rectangle: {
3228
+ position: {
3229
+ x: 13,
3230
+ y: 8,
3231
+ z: 0
3232
+ },
3233
+ dimension: {
3234
+ width: 2,
3235
+ height: 2,
3236
+ borderRadius: null
3237
+ }
3238
+ },
3239
+ orientation: 0,
3240
+ placeLocations: ["WINDOW"],
3241
+ placeProperties: [],
3242
+ state: "FREE"
3243
+ },
3244
+ {
3245
+ number: "33",
3246
+ rectangle: {
3247
+ position: {
3248
+ x: 13,
3249
+ y: 6,
3250
+ z: 0
3251
+ },
3252
+ dimension: {
3253
+ width: 2,
3254
+ height: 2,
3255
+ borderRadius: null
3256
+ }
3257
+ },
3258
+ orientation: 0,
3259
+ placeLocations: ["AISLE"],
3260
+ placeProperties: [],
3261
+ state: "FREE"
3262
+ },
3263
+ {
3264
+ number: "32",
3265
+ rectangle: {
3266
+ position: {
3267
+ x: 17,
3268
+ y: 8,
3269
+ z: 0
3270
+ },
3271
+ dimension: {
3272
+ width: 2,
3273
+ height: 2,
3274
+ borderRadius: null
3275
+ }
3276
+ },
3277
+ orientation: 180,
3278
+ placeLocations: ["WINDOW"],
3279
+ placeProperties: [],
3280
+ state: "FREE"
3281
+ },
3282
+ {
3283
+ number: "38",
3284
+ rectangle: {
3285
+ position: {
3286
+ x: 17,
3287
+ y: 6,
3288
+ z: 0
3289
+ },
3290
+ dimension: {
3291
+ width: 2,
3292
+ height: 2,
3293
+ borderRadius: null
3294
+ }
3295
+ },
3296
+ orientation: 180,
3297
+ placeLocations: ["AISLE"],
3298
+ placeProperties: [],
3299
+ state: "FREE"
3300
+ }
3301
+ ]
3302
+ },
3303
+ {
3304
+ travelClass: "SECOND",
3305
+ accommodationSubType: "ANY_SEAT",
3306
+ places: [
3307
+ {
3308
+ number: "55",
3309
+ rectangle: {
3310
+ position: {
3311
+ x: 38,
3312
+ y: 0,
3313
+ z: 0
3314
+ },
3315
+ dimension: {
3316
+ width: 2,
3317
+ height: 2,
3318
+ borderRadius: null
3319
+ }
3320
+ },
3321
+ orientation: 0,
3322
+ placeLocations: ["WINDOW"],
3323
+ placeProperties: [],
3324
+ state: "FREE"
3325
+ },
3326
+ {
3327
+ number: "57",
3328
+ rectangle: {
3329
+ position: {
3330
+ x: 38,
3331
+ y: 2,
3332
+ z: 0
3333
+ },
3334
+ dimension: {
3335
+ width: 2,
3336
+ height: 2,
3337
+ borderRadius: null
3338
+ }
3339
+ },
3340
+ orientation: 0,
3341
+ placeLocations: ["AISLE"],
3342
+ placeProperties: [],
3343
+ state: "FREE"
3344
+ },
3345
+ {
3346
+ number: "56",
3347
+ rectangle: {
3348
+ position: {
3349
+ x: 43,
3350
+ y: 0,
3351
+ z: 0
3352
+ },
3353
+ dimension: {
3354
+ width: 2,
3355
+ height: 2,
3356
+ borderRadius: null
3357
+ }
3358
+ },
3359
+ orientation: 180,
3360
+ placeLocations: ["WINDOW"],
3361
+ placeProperties: [],
3362
+ state: "FREE"
3363
+ },
3364
+ {
3365
+ number: "54",
3366
+ rectangle: {
3367
+ position: {
3368
+ x: 43,
3369
+ y: 2,
3370
+ z: 0
3371
+ },
3372
+ dimension: {
3373
+ width: 2,
3374
+ height: 2,
3375
+ borderRadius: null
3376
+ }
3377
+ },
3378
+ orientation: 180,
3379
+ placeLocations: ["AISLE"],
3380
+ placeProperties: [],
3381
+ state: "FREE"
3382
+ }
3383
+ ]
3384
+ },
3385
+ {
3386
+ travelClass: "SECOND",
3387
+ accommodationSubType: "ANY_SEAT",
3388
+ places: [
3389
+ {
3390
+ number: "45",
3391
+ rectangle: {
3392
+ position: {
3393
+ x: 19,
3394
+ y: 0,
3395
+ z: 0
3396
+ },
3397
+ dimension: {
3398
+ width: 2,
3399
+ height: 2,
3400
+ borderRadius: null
3401
+ }
3402
+ },
3403
+ orientation: 0,
3404
+ placeLocations: ["WINDOW"],
3405
+ placeProperties: [],
3406
+ state: "FREE"
3407
+ },
3408
+ {
3409
+ number: "47",
3410
+ rectangle: {
3411
+ position: {
3412
+ x: 19,
3413
+ y: 2,
3414
+ z: 0
3415
+ },
3416
+ dimension: {
3417
+ width: 2,
3418
+ height: 2,
3419
+ borderRadius: null
3420
+ }
3421
+ },
3422
+ orientation: 0,
3423
+ placeLocations: ["AISLE"],
3424
+ placeProperties: [],
3425
+ state: "FREE"
3426
+ },
3427
+ {
3428
+ number: "46",
3429
+ rectangle: {
3430
+ position: {
3431
+ x: 23,
3432
+ y: 0,
3433
+ z: 0
3434
+ },
3435
+ dimension: {
3436
+ width: 2,
3437
+ height: 2,
3438
+ borderRadius: null
3439
+ }
3440
+ },
3441
+ orientation: 180,
3442
+ placeLocations: ["WINDOW"],
3443
+ placeProperties: [],
3444
+ state: "FREE"
3445
+ },
3446
+ {
3447
+ number: "44",
3448
+ rectangle: {
3449
+ position: {
3450
+ x: 23,
3451
+ y: 2,
3452
+ z: 0
3453
+ },
3454
+ dimension: {
3455
+ width: 2,
3456
+ height: 2,
3457
+ borderRadius: null
3458
+ }
3459
+ },
3460
+ orientation: 180,
3461
+ placeLocations: ["AISLE"],
3462
+ placeProperties: [],
3463
+ state: "FREE"
3464
+ }
3465
+ ]
3466
+ }
3467
+ ],
3468
+ graphicElements: [
3469
+ {
3470
+ rectangle: {
3471
+ position: {
3472
+ x: 0,
3473
+ y: 0,
3474
+ z: 0
3475
+ },
3476
+ dimension: {
3477
+ width: 1,
3478
+ height: 10,
3479
+ borderRadius: null
3480
+ }
3481
+ },
3482
+ orientation: 0,
3483
+ type: "COACH_PASSAGE"
3484
+ },
3485
+ {
3486
+ rectangle: {
3487
+ position: {
3488
+ x: 33,
3489
+ y: 0,
3490
+ z: 0
3491
+ },
3492
+ dimension: {
3493
+ width: 4,
3494
+ height: 1,
3495
+ borderRadius: null
3496
+ }
3497
+ },
3498
+ orientation: 90,
3499
+ type: "ENTRY_EXIT"
3500
+ },
3501
+ {
3502
+ rectangle: {
3503
+ position: {
3504
+ x: 22,
3505
+ y: 8,
3506
+ z: 0
3507
+ },
3508
+ dimension: {
3509
+ width: 3,
3510
+ height: 2,
3511
+ borderRadius: null
3512
+ }
3513
+ },
3514
+ orientation: 0,
3515
+ type: "LUGGAGE_AREA"
3516
+ },
3517
+ {
3518
+ rectangle: {
3519
+ position: {
3520
+ x: 33,
3521
+ y: 9,
3522
+ z: 0
3523
+ },
3524
+ dimension: {
3525
+ width: 4,
3526
+ height: 1,
3527
+ borderRadius: null
3528
+ }
3529
+ },
3530
+ orientation: 90,
3531
+ type: "ENTRY_EXIT"
3532
+ },
3533
+ {
3534
+ rectangle: {
3535
+ position: {
3536
+ x: 31,
3537
+ y: 0,
3538
+ z: 0
3539
+ },
3540
+ dimension: {
3541
+ width: 1,
3542
+ height: 10,
3543
+ borderRadius: null
3544
+ }
3545
+ },
3546
+ orientation: 0,
3547
+ type: "COMPARTMENT_PASSAGE"
3548
+ },
3549
+ {
3550
+ rectangle: {
3551
+ position: {
3552
+ x: 45,
3553
+ y: 0,
3554
+ z: 0
3555
+ },
3556
+ dimension: {
3557
+ width: 1,
3558
+ height: 10,
3559
+ borderRadius: null
3560
+ }
3561
+ },
3562
+ orientation: 180,
3563
+ type: "COACH_WALL_NO_PASSAGE"
3564
+ }
3565
+ ],
3566
+ serviceIcons: [
3567
+ {
3568
+ rectangle: {
3569
+ position: {
3570
+ x: 40,
3571
+ y: 6,
3572
+ z: 0
3573
+ },
3574
+ dimension: {
3575
+ width: 2,
3576
+ height: 2,
3577
+ borderRadius: null
3578
+ }
3579
+ },
3580
+ type: "WHEELCHAIR_ICON"
3581
+ },
3582
+ {
3583
+ rectangle: {
3584
+ position: {
3585
+ x: 28,
3586
+ y: 7,
3587
+ z: 0
3588
+ },
3589
+ dimension: {
3590
+ width: 2,
3591
+ height: 2,
3592
+ borderRadius: null
3593
+ }
3594
+ },
3595
+ type: "BICYCLE_LOW_ICON"
3596
+ },
3597
+ {
3598
+ rectangle: {
3599
+ position: {
3600
+ x: 40,
3601
+ y: 2,
3602
+ z: 0
3603
+ },
3604
+ dimension: {
3605
+ width: 2,
3606
+ height: 2,
3607
+ borderRadius: null
3608
+ }
3609
+ },
3610
+ type: "WHEELCHAIR_ICON"
3611
+ },
3612
+ {
3613
+ rectangle: {
3614
+ position: {
3615
+ x: 28,
3616
+ y: 1,
3617
+ z: 0
3618
+ },
3619
+ dimension: {
3620
+ width: 2,
3621
+ height: 2,
3622
+ borderRadius: null
3623
+ }
3624
+ },
3625
+ type: "BICYCLE_LOW_ICON"
3626
+ }
3627
+ ]
3628
+ }
3629
+ },
3630
+ // CoachDeckLayout einer DRIVER_AREA mitten im Zug
3631
+ {
3632
+ warnings: null,
3633
+ coachDeckLayout: {
3634
+ id: "86",
3635
+ name: "B10(501) - not touch",
3636
+ dimension: {
3637
+ width: 32,
3638
+ height: 10,
3639
+ borderRadius: null
3640
+ },
3641
+ lowFloorEntry: !1,
3642
+ deckLevel: "LOWER_DECK",
3643
+ placeGroups: [],
3644
+ graphicElements: [
3645
+ {
3646
+ rectangle: {
3647
+ position: {
3648
+ x: 0,
3649
+ y: 0,
3650
+ z: 0
3651
+ },
3652
+ dimension: {
3653
+ width: 1,
3654
+ height: 10,
3655
+ borderRadius: null
3656
+ }
3657
+ },
3658
+ orientation: 0,
3659
+ type: "COACH_WALL_NO_PASSAGE"
3660
+ },
3661
+ {
3662
+ rectangle: {
3663
+ position: {
3664
+ x: 31,
3665
+ y: 0,
3666
+ z: 0
3667
+ },
3668
+ dimension: {
3669
+ width: 1,
3670
+ height: 10,
3671
+ borderRadius: null
3672
+ }
3673
+ },
3674
+ orientation: 180,
3675
+ type: "COACH_WALL_NO_PASSAGE"
3676
+ }
3677
+ ],
3678
+ serviceIcons: []
3679
+ }
3680
+ },
3681
+ {
3682
+ warnings: null,
3683
+ coachDeckLayout: {
3684
+ id: "84",
3685
+ name: "B10(501) - not touch",
3686
+ dimension: {
3687
+ width: 46,
3688
+ height: 10,
3689
+ borderRadius: null
3690
+ },
3691
+ lowFloorEntry: !1,
3692
+ deckLevel: "LOWER_DECK",
3693
+ placeGroups: [
3694
+ {
3695
+ travelClass: "SECOND",
3696
+ accommodationSubType: "ANY_SEAT",
3697
+ places: [
3698
+ {
3699
+ number: "15",
3700
+ rectangle: {
3701
+ position: {
3702
+ x: 1,
3703
+ y: 0,
3704
+ z: 0
3705
+ },
3706
+ dimension: {
3707
+ width: 2,
3708
+ height: 2,
3709
+ borderRadius: null
3710
+ }
3711
+ },
3712
+ orientation: 0,
3713
+ placeLocations: ["WINDOW"],
3714
+ placeProperties: [],
3715
+ state: "FREE"
3716
+ },
3717
+ {
3718
+ number: "17",
3719
+ rectangle: {
3720
+ position: {
3721
+ x: 1,
3722
+ y: 2,
3723
+ z: 0
3724
+ },
3725
+ dimension: {
3726
+ width: 2,
3727
+ height: 2,
3728
+ borderRadius: null
3729
+ }
3730
+ },
3731
+ orientation: 0,
3732
+ placeLocations: ["AISLE"],
3733
+ placeProperties: [],
3734
+ state: "FREE"
3735
+ },
3736
+ {
3737
+ number: "16",
3738
+ rectangle: {
3739
+ position: {
3740
+ x: 5,
3741
+ y: 0,
3742
+ z: 0
3743
+ },
3744
+ dimension: {
3745
+ width: 2,
3746
+ height: 2,
3747
+ borderRadius: null
3748
+ }
3749
+ },
3750
+ orientation: 180,
3751
+ placeLocations: ["WINDOW"],
3752
+ placeProperties: [],
3753
+ state: "FREE"
3754
+ },
3755
+ {
3756
+ number: "14",
3757
+ rectangle: {
3758
+ position: {
3759
+ x: 5,
3760
+ y: 2,
3761
+ z: 0
3762
+ },
3763
+ dimension: {
3764
+ width: 2,
3765
+ height: 2,
3766
+ borderRadius: null
3767
+ }
3768
+ },
3769
+ orientation: 180,
3770
+ placeLocations: ["AISLE"],
3771
+ placeProperties: [],
3772
+ state: "FREE"
3773
+ }
3774
+ ]
3775
+ },
3776
+ {
3777
+ travelClass: "SECOND",
3778
+ accommodationSubType: "ANY_SEAT",
3779
+ places: [
3780
+ {
3781
+ number: "11",
3782
+ rectangle: {
3783
+ position: {
3784
+ x: 1,
3785
+ y: 8,
3786
+ z: 0
3787
+ },
3788
+ dimension: {
3789
+ width: 2,
3790
+ height: 2,
3791
+ borderRadius: null
3792
+ }
3793
+ },
3794
+ orientation: 0,
3795
+ placeLocations: ["WINDOW"],
3796
+ placeProperties: [],
3797
+ state: "FREE"
3798
+ },
3799
+ {
3800
+ number: "13",
3801
+ rectangle: {
3802
+ position: {
3803
+ x: 1,
3804
+ y: 6,
3805
+ z: 0
3806
+ },
3807
+ dimension: {
3808
+ width: 2,
3809
+ height: 2,
3810
+ borderRadius: null
3811
+ }
3812
+ },
3813
+ orientation: 0,
3814
+ placeLocations: ["AISLE"],
3815
+ placeProperties: [],
3816
+ state: "FREE"
3817
+ },
3818
+ {
3819
+ number: "12",
3820
+ rectangle: {
3821
+ position: {
3822
+ x: 5,
3823
+ y: 8,
3824
+ z: 0
3825
+ },
3826
+ dimension: {
3827
+ width: 2,
3828
+ height: 2,
3829
+ borderRadius: null
3830
+ }
3831
+ },
3832
+ orientation: 180,
3833
+ placeLocations: ["WINDOW"],
3834
+ placeProperties: [],
3835
+ state: "FREE"
3836
+ },
3837
+ {
3838
+ number: "18",
3839
+ rectangle: {
3840
+ position: {
3841
+ x: 5,
3842
+ y: 6,
3843
+ z: 0
3844
+ },
3845
+ dimension: {
3846
+ width: 2,
3847
+ height: 2,
3848
+ borderRadius: null
3849
+ }
3850
+ },
3851
+ orientation: 180,
3852
+ placeLocations: ["AISLE"],
3853
+ placeProperties: [],
3854
+ state: "FREE"
3855
+ }
3856
+ ]
3857
+ },
3858
+ {
3859
+ travelClass: "SECOND",
3860
+ accommodationSubType: "ANY_SEAT",
3861
+ places: [
3862
+ {
3863
+ number: "25",
3864
+ rectangle: {
3865
+ position: {
3866
+ x: 7,
3867
+ y: 0,
3868
+ z: 0
3869
+ },
3870
+ dimension: {
3871
+ width: 2,
3872
+ height: 2,
3873
+ borderRadius: null
3874
+ }
3875
+ },
3876
+ orientation: 0,
3877
+ placeLocations: ["WINDOW"],
3878
+ placeProperties: [],
3879
+ state: "FREE"
3880
+ },
3881
+ {
3882
+ number: "27",
3883
+ rectangle: {
3884
+ position: {
3885
+ x: 7,
3886
+ y: 2,
3887
+ z: 0
3888
+ },
3889
+ dimension: {
3890
+ width: 2,
3891
+ height: 2,
3892
+ borderRadius: null
3893
+ }
3894
+ },
3895
+ orientation: 0,
3896
+ placeLocations: ["AISLE"],
3897
+ placeProperties: [],
3898
+ state: "FREE"
3899
+ },
3900
+ {
3901
+ number: "26",
3902
+ rectangle: {
3903
+ position: {
3904
+ x: 11,
3905
+ y: 0,
3906
+ z: 0
3907
+ },
3908
+ dimension: {
3909
+ width: 2,
3910
+ height: 2,
3911
+ borderRadius: null
3912
+ }
3913
+ },
3914
+ orientation: 0,
3915
+ placeLocations: ["WINDOW"],
3916
+ placeProperties: [],
3917
+ state: "FREE"
3918
+ },
3919
+ {
3920
+ number: "24",
3921
+ rectangle: {
3922
+ position: {
3923
+ x: 11,
3924
+ y: 2,
3925
+ z: 0
3926
+ },
3927
+ dimension: {
3928
+ width: 2,
3929
+ height: 2,
3930
+ borderRadius: null
3931
+ }
3932
+ },
3933
+ orientation: 0,
3934
+ placeLocations: ["AISLE"],
3935
+ placeProperties: [],
3936
+ state: "FREE"
3937
+ }
3938
+ ]
3939
+ },
3940
+ {
3941
+ travelClass: "SECOND",
3942
+ accommodationSubType: "ANY_SEAT",
3943
+ places: [
3944
+ {
3945
+ number: "21",
3946
+ rectangle: {
3947
+ position: {
3948
+ x: 7,
3949
+ y: 8,
3950
+ z: 0
3951
+ },
3952
+ dimension: {
3953
+ width: 2,
3954
+ height: 2,
3955
+ borderRadius: null
3956
+ }
3957
+ },
3958
+ orientation: 0,
3959
+ placeLocations: ["WINDOW"],
3960
+ placeProperties: [],
3961
+ state: "FREE"
3962
+ },
3963
+ {
3964
+ number: "23",
3965
+ rectangle: {
3966
+ position: {
3967
+ x: 7,
3968
+ y: 6,
3969
+ z: 0
3970
+ },
3971
+ dimension: {
3972
+ width: 2,
3973
+ height: 2,
3974
+ borderRadius: null
3975
+ }
3976
+ },
3977
+ orientation: 0,
3978
+ placeLocations: ["AISLE"],
3979
+ placeProperties: [],
3980
+ state: "FREE"
3981
+ },
3982
+ {
3983
+ number: "22",
3984
+ rectangle: {
3985
+ position: {
3986
+ x: 11,
3987
+ y: 8,
3988
+ z: 0
3989
+ },
3990
+ dimension: {
3991
+ width: 2,
3992
+ height: 2,
3993
+ borderRadius: null
3994
+ }
3995
+ },
3996
+ orientation: 180,
3997
+ placeLocations: ["WINDOW"],
3998
+ placeProperties: [],
3999
+ state: "FREE"
4000
+ },
4001
+ {
4002
+ number: "28",
4003
+ rectangle: {
4004
+ position: {
4005
+ x: 11,
4006
+ y: 6,
4007
+ z: 0
4008
+ },
4009
+ dimension: {
4010
+ width: 2,
4011
+ height: 2,
4012
+ borderRadius: null
4013
+ }
4014
+ },
4015
+ orientation: 180,
4016
+ placeLocations: ["AISLE"],
4017
+ placeProperties: [],
4018
+ state: "FREE"
4019
+ }
4020
+ ]
4021
+ },
4022
+ {
4023
+ travelClass: "SECOND",
4024
+ accommodationSubType: "BICYCLE_ICON",
4025
+ places: [
4026
+ {
4027
+ number: "153",
4028
+ rectangle: {
4029
+ position: {
4030
+ x: 26,
4031
+ y: 2,
4032
+ z: 0
4033
+ },
4034
+ dimension: {
4035
+ width: 2,
4036
+ height: 2,
4037
+ borderRadius: null
4038
+ }
4039
+ },
4040
+ orientation: 0,
4041
+ placeLocations: ["BICYCLE_LOW"],
4042
+ placeProperties: [],
4043
+ state: "FREE"
4044
+ },
4045
+ {
4046
+ number: "151",
4047
+ rectangle: {
4048
+ position: {
4049
+ x: 26,
4050
+ y: 8,
4051
+ z: 0
4052
+ },
4053
+ dimension: {
4054
+ width: 2,
4055
+ height: 2,
4056
+ borderRadius: null
4057
+ }
4058
+ },
4059
+ orientation: 0,
4060
+ placeLocations: ["BICYCLE_LOW"],
4061
+ placeProperties: ["BICYCLE_LOW"],
4062
+ state: "FREE"
4063
+ },
4064
+ {
4065
+ number: "154",
4066
+ rectangle: {
4067
+ position: {
4068
+ x: 26,
4069
+ y: 0,
4070
+ z: 0
4071
+ },
4072
+ dimension: {
4073
+ width: 2,
4074
+ height: 2,
4075
+ borderRadius: null
4076
+ }
4077
+ },
4078
+ orientation: 0,
4079
+ placeLocations: ["BICYCLE_LOW"],
4080
+ placeProperties: [],
4081
+ state: "FREE"
4082
+ }
4083
+ ]
4084
+ },
4085
+ {
4086
+ travelClass: "SECOND",
4087
+ accommodationSubType: "BICYCLE_ICON",
4088
+ places: [
4089
+ {
4090
+ number: "152",
4091
+ rectangle: {
4092
+ position: {
4093
+ x: 26,
4094
+ y: 6,
4095
+ z: 0
4096
+ },
4097
+ dimension: {
4098
+ width: 2,
4099
+ height: 2,
4100
+ borderRadius: null
4101
+ }
4102
+ },
4103
+ orientation: 0,
4104
+ placeLocations: ["BICYCLE_LOW"],
4105
+ placeProperties: [],
4106
+ state: "FREE"
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ travelClass: "FIRST",
4112
+ accommodationSubType: "PRAM",
4113
+ places: [
4114
+ {
4115
+ number: "48",
4116
+ rectangle: {
4117
+ position: {
4118
+ x: 20,
4119
+ y: 6,
4120
+ z: 0
4121
+ },
4122
+ dimension: {
4123
+ width: 2,
4124
+ height: 2,
4125
+ borderRadius: null
4126
+ }
4127
+ },
4128
+ orientation: 180,
4129
+ placeLocations: ["AISLE"],
4130
+ placeProperties: [],
4131
+ state: "FREE"
4132
+ },
4133
+ {
4134
+ number: "42",
4135
+ rectangle: {
4136
+ position: {
4137
+ x: 20,
4138
+ y: 8,
4139
+ z: 0
4140
+ },
4141
+ dimension: {
4142
+ width: 2,
4143
+ height: 2,
4144
+ borderRadius: null
4145
+ }
4146
+ },
4147
+ orientation: 180,
4148
+ placeLocations: ["WINDOW"],
4149
+ placeProperties: [],
4150
+ state: "FREE"
4151
+ }
4152
+ ]
4153
+ },
4154
+ {
4155
+ travelClass: "FIRST",
4156
+ accommodationSubType: "ANY_SEAT",
4157
+ places: [
4158
+ {
4159
+ number: "35",
4160
+ rectangle: {
4161
+ position: {
4162
+ x: 13,
4163
+ y: 0,
4164
+ z: 0
4165
+ },
4166
+ dimension: {
4167
+ width: 2,
4168
+ height: 2,
4169
+ borderRadius: null
4170
+ }
4171
+ },
4172
+ orientation: 0,
4173
+ placeLocations: ["WINDOW"],
4174
+ placeProperties: [],
4175
+ state: "FREE"
4176
+ },
4177
+ {
4178
+ number: "37",
4179
+ rectangle: {
4180
+ position: {
4181
+ x: 13,
4182
+ y: 2,
4183
+ z: 0
4184
+ },
4185
+ dimension: {
4186
+ width: 2,
4187
+ height: 2,
4188
+ borderRadius: null
4189
+ }
4190
+ },
4191
+ orientation: 0,
4192
+ placeLocations: ["AISLE"],
4193
+ placeProperties: [],
4194
+ state: "FREE"
4195
+ },
4196
+ {
4197
+ number: "36",
4198
+ rectangle: {
4199
+ position: {
4200
+ x: 17,
4201
+ y: 0,
4202
+ z: 0
4203
+ },
4204
+ dimension: {
4205
+ width: 2,
4206
+ height: 2,
4207
+ borderRadius: null
4208
+ }
4209
+ },
4210
+ orientation: 180,
4211
+ placeLocations: ["WINDOW"],
4212
+ placeProperties: [],
4213
+ state: "FREE"
4214
+ },
4215
+ {
4216
+ number: "34",
4217
+ rectangle: {
4218
+ position: {
4219
+ x: 17,
4220
+ y: 2,
4221
+ z: 0
4222
+ },
4223
+ dimension: {
4224
+ width: 2,
4225
+ height: 2,
4226
+ borderRadius: null
4227
+ }
4228
+ },
4229
+ orientation: 180,
4230
+ placeLocations: ["AISLE"],
4231
+ placeProperties: [],
4232
+ state: "FREE"
4233
+ }
4234
+ ]
4235
+ },
4236
+ {
4237
+ travelClass: "SECOND",
4238
+ accommodationSubType: "ANY_SEAT",
4239
+ places: [
4240
+ {
4241
+ number: "51",
4242
+ rectangle: {
4243
+ position: {
4244
+ x: 38,
4245
+ y: 8,
4246
+ z: 0
4247
+ },
4248
+ dimension: {
4249
+ width: 2,
4250
+ height: 2,
4251
+ borderRadius: null
4252
+ }
4253
+ },
4254
+ orientation: 0,
4255
+ placeLocations: ["WINDOW"],
4256
+ placeProperties: [],
4257
+ state: "FREE"
4258
+ },
4259
+ {
4260
+ number: "53",
4261
+ rectangle: {
4262
+ position: {
4263
+ x: 38,
4264
+ y: 6,
4265
+ z: 0
4266
+ },
4267
+ dimension: {
4268
+ width: 2,
4269
+ height: 2,
4270
+ borderRadius: null
4271
+ }
4272
+ },
4273
+ orientation: 0,
4274
+ placeLocations: ["AISLE"],
4275
+ placeProperties: [],
4276
+ state: "FREE"
4277
+ },
4278
+ {
4279
+ number: "52",
4280
+ rectangle: {
4281
+ position: {
4282
+ x: 43,
4283
+ y: 8,
4284
+ z: 0
4285
+ },
4286
+ dimension: {
4287
+ width: 2,
4288
+ height: 2,
4289
+ borderRadius: null
4290
+ }
4291
+ },
4292
+ orientation: 180,
4293
+ placeLocations: ["WINDOW"],
4294
+ placeProperties: [],
4295
+ state: "FREE"
4296
+ },
4297
+ {
4298
+ number: "58",
4299
+ rectangle: {
4300
+ position: {
4301
+ x: 43,
4302
+ y: 6,
4303
+ z: 0
4304
+ },
4305
+ dimension: {
4306
+ width: 2,
4307
+ height: 2,
4308
+ borderRadius: null
4309
+ }
4310
+ },
4311
+ orientation: 180,
4312
+ placeLocations: ["AISLE"],
4313
+ placeProperties: [],
4314
+ state: "FREE"
4315
+ }
4316
+ ]
4317
+ },
4318
+ {
4319
+ travelClass: "SECOND",
4320
+ accommodationSubType: "ANY_SEAT",
4321
+ places: [
4322
+ {
4323
+ number: "31",
4324
+ rectangle: {
4325
+ position: {
4326
+ x: 13,
4327
+ y: 8,
4328
+ z: 0
4329
+ },
4330
+ dimension: {
4331
+ width: 2,
4332
+ height: 2,
4333
+ borderRadius: null
4334
+ }
4335
+ },
4336
+ orientation: 0,
4337
+ placeLocations: ["WINDOW"],
4338
+ placeProperties: [],
4339
+ state: "FREE"
4340
+ },
4341
+ {
4342
+ number: "33",
4343
+ rectangle: {
4344
+ position: {
4345
+ x: 13,
4346
+ y: 6,
4347
+ z: 0
4348
+ },
4349
+ dimension: {
4350
+ width: 2,
4351
+ height: 2,
4352
+ borderRadius: null
4353
+ }
4354
+ },
4355
+ orientation: 0,
4356
+ placeLocations: ["AISLE"],
4357
+ placeProperties: [],
4358
+ state: "FREE"
4359
+ },
4360
+ {
4361
+ number: "32",
4362
+ rectangle: {
4363
+ position: {
4364
+ x: 17,
4365
+ y: 8,
4366
+ z: 0
4367
+ },
4368
+ dimension: {
4369
+ width: 2,
4370
+ height: 2,
4371
+ borderRadius: null
4372
+ }
4373
+ },
4374
+ orientation: 180,
4375
+ placeLocations: ["WINDOW"],
4376
+ placeProperties: [],
4377
+ state: "FREE"
4378
+ },
4379
+ {
4380
+ number: "38",
4381
+ rectangle: {
4382
+ position: {
4383
+ x: 17,
4384
+ y: 6,
4385
+ z: 0
4386
+ },
4387
+ dimension: {
4388
+ width: 2,
4389
+ height: 2,
4390
+ borderRadius: null
4391
+ }
4392
+ },
4393
+ orientation: 180,
4394
+ placeLocations: ["AISLE"],
4395
+ placeProperties: [],
4396
+ state: "FREE"
4397
+ }
4398
+ ]
4399
+ },
4400
+ {
4401
+ travelClass: "SECOND",
4402
+ accommodationSubType: "ANY_SEAT",
4403
+ places: [
4404
+ {
4405
+ number: "55",
4406
+ rectangle: {
4407
+ position: {
4408
+ x: 38,
4409
+ y: 0,
4410
+ z: 0
4411
+ },
4412
+ dimension: {
4413
+ width: 2,
4414
+ height: 2,
4415
+ borderRadius: null
4416
+ }
4417
+ },
4418
+ orientation: 0,
4419
+ placeLocations: ["WINDOW"],
4420
+ placeProperties: [],
4421
+ state: "FREE"
4422
+ },
4423
+ {
4424
+ number: "57",
4425
+ rectangle: {
4426
+ position: {
4427
+ x: 38,
4428
+ y: 2,
4429
+ z: 0
4430
+ },
4431
+ dimension: {
4432
+ width: 2,
4433
+ height: 2,
4434
+ borderRadius: null
4435
+ }
4436
+ },
4437
+ orientation: 0,
4438
+ placeLocations: ["AISLE"],
4439
+ placeProperties: [],
4440
+ state: "FREE"
4441
+ },
4442
+ {
4443
+ number: "56",
4444
+ rectangle: {
4445
+ position: {
4446
+ x: 43,
4447
+ y: 0,
4448
+ z: 0
4449
+ },
4450
+ dimension: {
4451
+ width: 2,
4452
+ height: 2,
4453
+ borderRadius: null
4454
+ }
4455
+ },
4456
+ orientation: 180,
4457
+ placeLocations: ["WINDOW"],
4458
+ placeProperties: [],
4459
+ state: "FREE"
4460
+ },
4461
+ {
4462
+ number: "54",
4463
+ rectangle: {
4464
+ position: {
4465
+ x: 43,
4466
+ y: 2,
4467
+ z: 0
4468
+ },
4469
+ dimension: {
4470
+ width: 2,
4471
+ height: 2,
4472
+ borderRadius: null
4473
+ }
4474
+ },
4475
+ orientation: 180,
4476
+ placeLocations: ["AISLE"],
4477
+ placeProperties: [],
4478
+ state: "FREE"
4479
+ }
4480
+ ]
4481
+ },
4482
+ {
4483
+ travelClass: "SECOND",
4484
+ accommodationSubType: "ANY_SEAT",
4485
+ places: [
4486
+ {
4487
+ number: "45",
4488
+ rectangle: {
4489
+ position: {
4490
+ x: 19,
4491
+ y: 0,
4492
+ z: 0
4493
+ },
4494
+ dimension: {
4495
+ width: 2,
4496
+ height: 2,
4497
+ borderRadius: null
4498
+ }
4499
+ },
4500
+ orientation: 0,
4501
+ placeLocations: ["WINDOW"],
4502
+ placeProperties: [],
4503
+ state: "FREE"
4504
+ },
4505
+ {
4506
+ number: "47",
4507
+ rectangle: {
4508
+ position: {
4509
+ x: 19,
4510
+ y: 2,
4511
+ z: 0
4512
+ },
4513
+ dimension: {
4514
+ width: 2,
4515
+ height: 2,
4516
+ borderRadius: null
4517
+ }
4518
+ },
4519
+ orientation: 0,
4520
+ placeLocations: ["AISLE"],
4521
+ placeProperties: [],
4522
+ state: "FREE"
4523
+ },
4524
+ {
4525
+ number: "46",
4526
+ rectangle: {
4527
+ position: {
4528
+ x: 23,
4529
+ y: 0,
4530
+ z: 0
4531
+ },
4532
+ dimension: {
4533
+ width: 2,
4534
+ height: 2,
4535
+ borderRadius: null
4536
+ }
4537
+ },
4538
+ orientation: 180,
4539
+ placeLocations: ["WINDOW"],
4540
+ placeProperties: [],
4541
+ state: "FREE"
4542
+ },
4543
+ {
4544
+ number: "44",
4545
+ rectangle: {
4546
+ position: {
4547
+ x: 23,
4548
+ y: 2,
4549
+ z: 0
4550
+ },
4551
+ dimension: {
4552
+ width: 2,
4553
+ height: 2,
4554
+ borderRadius: null
4555
+ }
4556
+ },
4557
+ orientation: 180,
4558
+ placeLocations: ["AISLE"],
4559
+ placeProperties: [],
4560
+ state: "FREE"
4561
+ }
4562
+ ]
4563
+ }
4564
+ ],
4565
+ graphicElements: [
4566
+ {
4567
+ rectangle: {
4568
+ position: {
4569
+ x: 33,
4570
+ y: 0,
4571
+ z: 0
4572
+ },
4573
+ dimension: {
4574
+ width: 4,
4575
+ height: 1,
4576
+ borderRadius: null
4577
+ }
4578
+ },
4579
+ orientation: 90,
4580
+ type: "ENTRY_EXIT"
4581
+ },
4582
+ {
4583
+ rectangle: {
4584
+ position: {
4585
+ x: 22,
4586
+ y: 8,
4587
+ z: 0
4588
+ },
4589
+ dimension: {
4590
+ width: 3,
4591
+ height: 2,
4592
+ borderRadius: null
4593
+ }
4594
+ },
4595
+ orientation: 0,
4596
+ type: "LUGGAGE_AREA"
4597
+ },
4598
+ {
4599
+ rectangle: {
4600
+ position: {
4601
+ x: 33,
4602
+ y: 9,
4603
+ z: 0
4604
+ },
4605
+ dimension: {
4606
+ width: 4,
4607
+ height: 1,
4608
+ borderRadius: null
4609
+ }
4610
+ },
4611
+ orientation: 90,
4612
+ type: "ENTRY_EXIT"
4613
+ },
4614
+ {
4615
+ rectangle: {
4616
+ position: {
4617
+ x: 31,
4618
+ y: 0,
4619
+ z: 0
4620
+ },
4621
+ dimension: {
4622
+ width: 1,
4623
+ height: 10,
4624
+ borderRadius: null
4625
+ }
4626
+ },
4627
+ orientation: 0,
4628
+ type: "COMPARTMENT_PASSAGE"
4629
+ },
4630
+ {
4631
+ rectangle: {
4632
+ position: {
4633
+ x: 37,
4634
+ y: 0,
4635
+ z: 0
4636
+ },
4637
+ dimension: {
4638
+ width: 1,
4639
+ height: 10,
4640
+ borderRadius: null
4641
+ }
4642
+ },
4643
+ orientation: 0,
4644
+ type: "COMPARTMENT_PASSAGE"
4645
+ },
4646
+ {
4647
+ rectangle: {
4648
+ position: {
4649
+ x: 0,
4650
+ y: 0,
4651
+ z: 0
4652
+ },
4653
+ dimension: {
4654
+ width: 1,
4655
+ height: 10,
4656
+ borderRadius: null
4657
+ }
4658
+ },
4659
+ orientation: 0,
4660
+ type: "COACH_WALL_NO_PASSAGE"
4661
+ },
4662
+ {
4663
+ rectangle: {
4664
+ position: {
4665
+ x: 45,
4666
+ y: 0,
4667
+ z: 0
4668
+ },
4669
+ dimension: {
4670
+ width: 1,
4671
+ height: 10,
4672
+ borderRadius: null
4673
+ }
4674
+ },
4675
+ orientation: 180,
4676
+ type: "COACH_WALL_NO_PASSAGE"
4677
+ }
4678
+ ],
4679
+ serviceIcons: [
4680
+ {
4681
+ rectangle: {
4682
+ position: {
4683
+ x: 40,
4684
+ y: 6,
4685
+ z: 0
4686
+ },
4687
+ dimension: {
4688
+ width: 2,
4689
+ height: 2,
4690
+ borderRadius: null
4691
+ }
4692
+ },
4693
+ type: "WHEELCHAIR_ICON"
4694
+ },
4695
+ {
4696
+ rectangle: {
4697
+ position: {
4698
+ x: 28,
4699
+ y: 7,
4700
+ z: 0
4701
+ },
4702
+ dimension: {
4703
+ width: 2,
4704
+ height: 2,
4705
+ borderRadius: null
4706
+ }
4707
+ },
4708
+ type: "BICYCLE_LOW_ICON"
4709
+ },
4710
+ {
4711
+ rectangle: {
4712
+ position: {
4713
+ x: 40,
4714
+ y: 2,
4715
+ z: 0
4716
+ },
4717
+ dimension: {
4718
+ width: 2,
4719
+ height: 2,
4720
+ borderRadius: null
4721
+ }
4722
+ },
4723
+ type: "WHEELCHAIR_ICON"
4724
+ },
4725
+ {
4726
+ rectangle: {
4727
+ position: {
4728
+ x: 28,
4729
+ y: 1,
4730
+ z: 0
4731
+ },
4732
+ dimension: {
4733
+ width: 2,
4734
+ height: 2,
4735
+ borderRadius: null
4736
+ }
4737
+ },
4738
+ type: "BICYCLE_LOW_ICON"
4739
+ }
4740
+ ]
4741
+ }
4742
+ },
4743
+ {
4744
+ warnings: null,
4745
+ coachDeckLayout: {
4746
+ id: "85",
4747
+ name: "B10(501) - not touch",
4748
+ dimension: {
4749
+ width: 58,
4750
+ height: 10,
4751
+ borderRadius: null
4752
+ },
4753
+ lowFloorEntry: !1,
4754
+ deckLevel: "LOWER_DECK",
4755
+ placeGroups: [
4756
+ {
4757
+ travelClass: "SECOND",
4758
+ accommodationSubType: "BICYCLE_HIGH",
4759
+ places: [
4760
+ {
4761
+ number: "153",
4762
+ rectangle: {
4763
+ position: {
4764
+ x: 26,
4765
+ y: 2,
4766
+ z: 0
4767
+ },
4768
+ dimension: {
4769
+ width: 2,
4770
+ height: 2,
4771
+ borderRadius: null
4772
+ }
4773
+ },
4774
+ orientation: 0,
4775
+ placeLocations: ["BICYCLE_LOW"],
4776
+ placeProperties: [],
4777
+ state: "FREE"
4778
+ },
4779
+ {
4780
+ number: "151",
4781
+ rectangle: {
4782
+ position: {
4783
+ x: 26,
4784
+ y: 8,
4785
+ z: 0
4786
+ },
4787
+ dimension: {
4788
+ width: 2,
4789
+ height: 2,
4790
+ borderRadius: null
4791
+ }
4792
+ },
4793
+ orientation: 0,
4794
+ placeLocations: ["BICYCLE_LOW"],
4795
+ placeProperties: [],
4796
+ state: "FREE"
4797
+ },
4798
+ {
4799
+ number: "154",
4800
+ rectangle: {
4801
+ position: {
4802
+ x: 26,
4803
+ y: 0,
4804
+ z: 0
4805
+ },
4806
+ dimension: {
4807
+ width: 2,
4808
+ height: 2,
4809
+ borderRadius: null
4810
+ }
4811
+ },
4812
+ orientation: 0,
4813
+ placeLocations: ["BICYCLE_LOW"],
4814
+ placeProperties: [],
4815
+ state: "FREE"
4816
+ },
4817
+ {
4818
+ number: "152",
4819
+ rectangle: {
4820
+ position: {
4821
+ x: 26,
4822
+ y: 6,
4823
+ z: 0
4824
+ },
4825
+ dimension: {
4826
+ width: 2,
4827
+ height: 2,
4828
+ borderRadius: null
4829
+ }
4830
+ },
4831
+ orientation: 0,
4832
+ placeLocations: ["BICYCLE_LOW"],
4833
+ placeProperties: [],
4834
+ state: "FREE"
4835
+ }
4836
+ ]
4837
+ },
4838
+ {
4839
+ travelClass: "SECOND",
4840
+ accommodationSubType: "ANY_SEAT",
4841
+ places: [
4842
+ {
4843
+ number: "48",
4844
+ rectangle: {
4845
+ position: {
4846
+ x: 20,
4847
+ y: 6,
4848
+ z: 0
4849
+ },
4850
+ dimension: {
4851
+ width: 2,
4852
+ height: 2,
4853
+ borderRadius: null
4854
+ }
4855
+ },
4856
+ orientation: 180,
4857
+ placeLocations: ["AISLE"],
4858
+ placeProperties: [],
4859
+ state: "FREE"
4860
+ },
4861
+ {
4862
+ number: "42",
4863
+ rectangle: {
4864
+ position: {
4865
+ x: 20,
4866
+ y: 8,
4867
+ z: 0
4868
+ },
4869
+ dimension: {
4870
+ width: 2,
4871
+ height: 2,
4872
+ borderRadius: null
4873
+ }
4874
+ },
4875
+ orientation: 180,
4876
+ placeLocations: ["WINDOW"],
4877
+ placeProperties: [],
4878
+ state: "FREE"
4879
+ }
4880
+ ]
4881
+ },
4882
+ {
4883
+ travelClass: "SECOND",
4884
+ accommodationSubType: "ANY_SEAT",
4885
+ places: [
4886
+ {
4887
+ number: "15",
4888
+ rectangle: {
4889
+ position: {
4890
+ x: 1,
4891
+ y: 0,
4892
+ z: 0
4893
+ },
4894
+ dimension: {
4895
+ width: 2,
4896
+ height: 2,
4897
+ borderRadius: null
4898
+ }
4899
+ },
4900
+ orientation: 0,
4901
+ placeLocations: ["WINDOW"],
4902
+ placeProperties: [],
4903
+ state: "FREE"
4904
+ },
4905
+ {
4906
+ number: "17",
4907
+ rectangle: {
4908
+ position: {
4909
+ x: 1,
4910
+ y: 2,
4911
+ z: 0
4912
+ },
4913
+ dimension: {
4914
+ width: 2,
4915
+ height: 2,
4916
+ borderRadius: null
4917
+ }
4918
+ },
4919
+ orientation: 0,
4920
+ placeLocations: ["AISLE"],
4921
+ placeProperties: [],
4922
+ state: "FREE"
4923
+ },
4924
+ {
4925
+ number: "16",
4926
+ rectangle: {
4927
+ position: {
4928
+ x: 5,
4929
+ y: 0,
4930
+ z: 0
4931
+ },
4932
+ dimension: {
4933
+ width: 2,
4934
+ height: 2,
4935
+ borderRadius: null
4936
+ }
4937
+ },
4938
+ orientation: 180,
4939
+ placeLocations: ["WINDOW"],
4940
+ placeProperties: [],
4941
+ state: "FREE"
4942
+ },
4943
+ {
4944
+ number: "14",
4945
+ rectangle: {
4946
+ position: {
4947
+ x: 5,
4948
+ y: 2,
4949
+ z: 0
4950
+ },
4951
+ dimension: {
4952
+ width: 2,
4953
+ height: 2,
4954
+ borderRadius: null
4955
+ }
4956
+ },
4957
+ orientation: 180,
4958
+ placeLocations: ["AISLE"],
4959
+ placeProperties: [],
4960
+ state: "FREE"
4961
+ }
4962
+ ]
4963
+ },
4964
+ {
4965
+ travelClass: "SECOND",
4966
+ accommodationSubType: "ANY_SEAT",
4967
+ places: [
4968
+ {
4969
+ number: "11",
4970
+ rectangle: {
4971
+ position: {
4972
+ x: 1,
4973
+ y: 8,
4974
+ z: 0
4975
+ },
4976
+ dimension: {
4977
+ width: 2,
4978
+ height: 2,
4979
+ borderRadius: null
4980
+ }
4981
+ },
4982
+ orientation: 0,
4983
+ placeLocations: ["WINDOW"],
4984
+ placeProperties: [],
4985
+ state: "FREE"
4986
+ },
4987
+ {
4988
+ number: "13",
4989
+ rectangle: {
4990
+ position: {
4991
+ x: 1,
4992
+ y: 6,
4993
+ z: 0
4994
+ },
4995
+ dimension: {
4996
+ width: 2,
4997
+ height: 2,
4998
+ borderRadius: null
4999
+ }
5000
+ },
5001
+ orientation: 0,
5002
+ placeLocations: ["AISLE"],
5003
+ placeProperties: [],
5004
+ state: "FREE"
5005
+ },
5006
+ {
5007
+ number: "12",
5008
+ rectangle: {
5009
+ position: {
5010
+ x: 5,
5011
+ y: 8,
5012
+ z: 0
5013
+ },
5014
+ dimension: {
5015
+ width: 2,
5016
+ height: 2,
5017
+ borderRadius: null
5018
+ }
5019
+ },
5020
+ orientation: 180,
5021
+ placeLocations: ["WINDOW"],
5022
+ placeProperties: [],
5023
+ state: "FREE"
5024
+ },
5025
+ {
5026
+ number: "18",
5027
+ rectangle: {
5028
+ position: {
5029
+ x: 5,
5030
+ y: 6,
5031
+ z: 0
5032
+ },
5033
+ dimension: {
5034
+ width: 2,
5035
+ height: 2,
5036
+ borderRadius: null
5037
+ }
5038
+ },
5039
+ orientation: 180,
5040
+ placeLocations: ["AISLE"],
5041
+ placeProperties: [],
5042
+ state: "FREE"
5043
+ }
5044
+ ]
5045
+ },
5046
+ {
5047
+ travelClass: "SECOND",
5048
+ accommodationSubType: "ANY_SEAT",
5049
+ places: [
5050
+ {
5051
+ number: "25",
5052
+ rectangle: {
5053
+ position: {
5054
+ x: 7,
5055
+ y: 0,
5056
+ z: 0
5057
+ },
5058
+ dimension: {
5059
+ width: 2,
5060
+ height: 2,
5061
+ borderRadius: null
5062
+ }
5063
+ },
5064
+ orientation: 0,
5065
+ placeLocations: ["WINDOW"],
5066
+ placeProperties: [],
5067
+ state: "FREE"
5068
+ },
5069
+ {
5070
+ number: "27",
5071
+ rectangle: {
5072
+ position: {
5073
+ x: 7,
5074
+ y: 2,
5075
+ z: 0
5076
+ },
5077
+ dimension: {
5078
+ width: 2,
5079
+ height: 2,
5080
+ borderRadius: null
5081
+ }
5082
+ },
5083
+ orientation: 0,
5084
+ placeLocations: ["AISLE"],
5085
+ placeProperties: [],
5086
+ state: "FREE"
5087
+ },
5088
+ {
5089
+ number: "26",
5090
+ rectangle: {
5091
+ position: {
5092
+ x: 11,
5093
+ y: 0,
5094
+ z: 0
5095
+ },
5096
+ dimension: {
5097
+ width: 2,
5098
+ height: 2,
5099
+ borderRadius: null
5100
+ }
5101
+ },
5102
+ orientation: 0,
5103
+ placeLocations: ["WINDOW"],
5104
+ placeProperties: [],
5105
+ state: "FREE"
5106
+ },
5107
+ {
5108
+ number: "24",
5109
+ rectangle: {
5110
+ position: {
5111
+ x: 11,
5112
+ y: 2,
5113
+ z: 0
5114
+ },
5115
+ dimension: {
5116
+ width: 2,
5117
+ height: 2,
5118
+ borderRadius: null
5119
+ }
5120
+ },
5121
+ orientation: 0,
5122
+ placeLocations: ["AISLE"],
5123
+ placeProperties: [],
5124
+ state: "FREE"
5125
+ }
5126
+ ]
5127
+ },
5128
+ {
5129
+ travelClass: "SECOND",
5130
+ accommodationSubType: "ANY_SEAT",
5131
+ places: [
5132
+ {
5133
+ number: "21",
5134
+ rectangle: {
5135
+ position: {
5136
+ x: 7,
5137
+ y: 8,
5138
+ z: 0
5139
+ },
5140
+ dimension: {
5141
+ width: 2,
5142
+ height: 2,
5143
+ borderRadius: null
5144
+ }
5145
+ },
5146
+ orientation: 0,
5147
+ placeLocations: ["WINDOW"],
5148
+ placeProperties: [],
5149
+ state: "FREE"
5150
+ },
5151
+ {
5152
+ number: "23",
5153
+ rectangle: {
5154
+ position: {
5155
+ x: 7,
5156
+ y: 6,
5157
+ z: 0
5158
+ },
5159
+ dimension: {
5160
+ width: 2,
5161
+ height: 2,
5162
+ borderRadius: null
5163
+ }
5164
+ },
5165
+ orientation: 0,
5166
+ placeLocations: ["AISLE"],
5167
+ placeProperties: [],
5168
+ state: "FREE"
5169
+ },
5170
+ {
5171
+ number: "22",
5172
+ rectangle: {
5173
+ position: {
5174
+ x: 11,
5175
+ y: 8,
5176
+ z: 0
5177
+ },
5178
+ dimension: {
5179
+ width: 2,
5180
+ height: 2,
5181
+ borderRadius: null
5182
+ }
5183
+ },
5184
+ orientation: 180,
5185
+ placeLocations: ["WINDOW"],
5186
+ placeProperties: [],
5187
+ state: "FREE"
5188
+ },
5189
+ {
5190
+ number: "28",
5191
+ rectangle: {
5192
+ position: {
5193
+ x: 11,
5194
+ y: 6,
5195
+ z: 0
5196
+ },
5197
+ dimension: {
5198
+ width: 2,
5199
+ height: 2,
5200
+ borderRadius: null
5201
+ }
5202
+ },
5203
+ orientation: 180,
5204
+ placeLocations: ["AISLE"],
5205
+ placeProperties: [],
5206
+ state: "FREE"
5207
+ }
5208
+ ]
5209
+ },
5210
+ {
5211
+ travelClass: "SECOND",
5212
+ accommodationSubType: "ANY_SEAT",
5213
+ places: [
5214
+ {
5215
+ number: "35",
5216
+ rectangle: {
5217
+ position: {
5218
+ x: 13,
5219
+ y: 0,
5220
+ z: 0
5221
+ },
5222
+ dimension: {
5223
+ width: 2,
5224
+ height: 2,
5225
+ borderRadius: null
5226
+ }
5227
+ },
5228
+ orientation: 0,
5229
+ placeLocations: ["WINDOW"],
5230
+ placeProperties: [],
5231
+ state: "FREE"
5232
+ },
5233
+ {
5234
+ number: "37",
5235
+ rectangle: {
5236
+ position: {
5237
+ x: 13,
5238
+ y: 2,
5239
+ z: 0
5240
+ },
5241
+ dimension: {
5242
+ width: 2,
5243
+ height: 2,
5244
+ borderRadius: null
5245
+ }
5246
+ },
5247
+ orientation: 0,
5248
+ placeLocations: ["AISLE"],
5249
+ placeProperties: [],
5250
+ state: "FREE"
5251
+ },
5252
+ {
5253
+ number: "36",
5254
+ rectangle: {
5255
+ position: {
5256
+ x: 17,
5257
+ y: 0,
5258
+ z: 0
5259
+ },
5260
+ dimension: {
5261
+ width: 2,
5262
+ height: 2,
5263
+ borderRadius: null
5264
+ }
5265
+ },
5266
+ orientation: 180,
5267
+ placeLocations: ["WINDOW"],
5268
+ placeProperties: [],
5269
+ state: "FREE"
5270
+ },
5271
+ {
5272
+ number: "34",
5273
+ rectangle: {
5274
+ position: {
5275
+ x: 17,
5276
+ y: 2,
5277
+ z: 0
5278
+ },
5279
+ dimension: {
5280
+ width: 2,
5281
+ height: 2,
5282
+ borderRadius: null
5283
+ }
5284
+ },
5285
+ orientation: 180,
5286
+ placeLocations: ["AISLE"],
5287
+ placeProperties: [],
5288
+ state: "FREE"
5289
+ }
5290
+ ]
5291
+ },
5292
+ {
5293
+ travelClass: "SECOND",
5294
+ accommodationSubType: "ANY_SEAT",
5295
+ places: [
5296
+ {
5297
+ number: "51",
5298
+ rectangle: {
5299
+ position: {
5300
+ x: 38,
5301
+ y: 8,
5302
+ z: 0
5303
+ },
5304
+ dimension: {
5305
+ width: 2,
5306
+ height: 2,
5307
+ borderRadius: null
5308
+ }
5309
+ },
5310
+ orientation: 0,
5311
+ placeLocations: ["WINDOW"],
5312
+ placeProperties: [],
5313
+ state: "FREE"
5314
+ },
5315
+ {
5316
+ number: "53",
5317
+ rectangle: {
5318
+ position: {
5319
+ x: 38,
5320
+ y: 6,
5321
+ z: 0
5322
+ },
5323
+ dimension: {
5324
+ width: 2,
5325
+ height: 2,
5326
+ borderRadius: null
5327
+ }
5328
+ },
5329
+ orientation: 0,
5330
+ placeLocations: ["AISLE"],
5331
+ placeProperties: [],
5332
+ state: "FREE"
5333
+ },
5334
+ {
5335
+ number: "52",
5336
+ rectangle: {
5337
+ position: {
5338
+ x: 43,
5339
+ y: 8,
5340
+ z: 0
5341
+ },
5342
+ dimension: {
5343
+ width: 2,
5344
+ height: 2,
5345
+ borderRadius: null
5346
+ }
5347
+ },
5348
+ orientation: 180,
5349
+ placeLocations: ["WINDOW"],
5350
+ placeProperties: [],
5351
+ state: "FREE"
5352
+ },
5353
+ {
5354
+ number: "58",
5355
+ rectangle: {
5356
+ position: {
5357
+ x: 43,
5358
+ y: 6,
5359
+ z: 0
5360
+ },
5361
+ dimension: {
5362
+ width: 2,
5363
+ height: 2,
5364
+ borderRadius: null
5365
+ }
5366
+ },
5367
+ orientation: 180,
5368
+ placeLocations: ["AISLE"],
5369
+ placeProperties: [],
5370
+ state: "FREE"
5371
+ }
5372
+ ]
5373
+ },
5374
+ {
5375
+ travelClass: "SECOND",
5376
+ accommodationSubType: "ANY_SEAT",
5377
+ places: [
5378
+ {
5379
+ number: "71",
5380
+ rectangle: {
5381
+ position: {
5382
+ x: 51,
5383
+ y: 8,
5384
+ z: 0
5385
+ },
5386
+ dimension: {
5387
+ width: 2,
5388
+ height: 2,
5389
+ borderRadius: null
5390
+ }
5391
+ },
5392
+ orientation: 0,
5393
+ placeLocations: ["WINDOW"],
5394
+ placeProperties: [],
5395
+ state: "FREE"
5396
+ },
5397
+ {
5398
+ number: "73",
5399
+ rectangle: {
5400
+ position: {
5401
+ x: 51,
5402
+ y: 6,
5403
+ z: 0
5404
+ },
5405
+ dimension: {
5406
+ width: 2,
5407
+ height: 2,
5408
+ borderRadius: null
5409
+ }
5410
+ },
5411
+ orientation: 0,
5412
+ placeLocations: ["AISLE"],
5413
+ placeProperties: [],
5414
+ state: "FREE"
5415
+ },
5416
+ {
5417
+ number: "72",
5418
+ rectangle: {
5419
+ position: {
5420
+ x: 55,
5421
+ y: 8,
5422
+ z: 0
5423
+ },
5424
+ dimension: {
5425
+ width: 2,
5426
+ height: 2,
5427
+ borderRadius: null
5428
+ }
5429
+ },
5430
+ orientation: 180,
5431
+ placeLocations: ["WINDOW"],
5432
+ placeProperties: [],
5433
+ state: "FREE"
5434
+ },
5435
+ {
5436
+ number: "78",
5437
+ rectangle: {
5438
+ position: {
5439
+ x: 55,
5440
+ y: 6,
5441
+ z: 0
5442
+ },
5443
+ dimension: {
5444
+ width: 2,
5445
+ height: 2,
5446
+ borderRadius: null
5447
+ }
5448
+ },
5449
+ orientation: 180,
5450
+ placeLocations: ["AISLE"],
5451
+ placeProperties: [],
5452
+ state: "FREE"
5453
+ }
5454
+ ]
5455
+ },
5456
+ {
5457
+ travelClass: "SECOND",
5458
+ accommodationSubType: "ANY_SEAT",
5459
+ places: [
5460
+ {
5461
+ number: "31",
5462
+ rectangle: {
5463
+ position: {
5464
+ x: 13,
5465
+ y: 8,
5466
+ z: 0
5467
+ },
5468
+ dimension: {
5469
+ width: 2,
5470
+ height: 2,
5471
+ borderRadius: null
5472
+ }
5473
+ },
5474
+ orientation: 0,
5475
+ placeLocations: ["WINDOW"],
5476
+ placeProperties: [],
5477
+ state: "FREE"
5478
+ },
5479
+ {
5480
+ number: "33",
5481
+ rectangle: {
5482
+ position: {
5483
+ x: 13,
5484
+ y: 6,
5485
+ z: 0
5486
+ },
5487
+ dimension: {
5488
+ width: 2,
5489
+ height: 2,
5490
+ borderRadius: null
5491
+ }
5492
+ },
5493
+ orientation: 0,
5494
+ placeLocations: ["AISLE"],
5495
+ placeProperties: [],
5496
+ state: "FREE"
5497
+ },
5498
+ {
5499
+ number: "32",
5500
+ rectangle: {
5501
+ position: {
5502
+ x: 17,
5503
+ y: 8,
5504
+ z: 0
5505
+ },
5506
+ dimension: {
5507
+ width: 2,
5508
+ height: 2,
5509
+ borderRadius: null
5510
+ }
5511
+ },
5512
+ orientation: 180,
5513
+ placeLocations: ["WINDOW"],
5514
+ placeProperties: [],
5515
+ state: "FREE"
5516
+ },
5517
+ {
5518
+ number: "38",
5519
+ rectangle: {
5520
+ position: {
5521
+ x: 17,
5522
+ y: 6,
5523
+ z: 0
5524
+ },
5525
+ dimension: {
5526
+ width: 2,
5527
+ height: 2,
5528
+ borderRadius: null
5529
+ }
5530
+ },
5531
+ orientation: 180,
5532
+ placeLocations: ["AISLE"],
5533
+ placeProperties: [],
5534
+ state: "FREE"
5535
+ }
5536
+ ]
5537
+ },
5538
+ {
5539
+ travelClass: "SECOND",
5540
+ accommodationSubType: "ANY_SEAT",
5541
+ places: [
5542
+ {
5543
+ number: "55",
5544
+ rectangle: {
5545
+ position: {
5546
+ x: 38,
5547
+ y: 0,
5548
+ z: 0
5549
+ },
5550
+ dimension: {
5551
+ width: 2,
5552
+ height: 2,
5553
+ borderRadius: null
5554
+ }
5555
+ },
5556
+ orientation: 0,
5557
+ placeLocations: ["WINDOW"],
5558
+ placeProperties: [],
5559
+ state: "FREE"
5560
+ },
5561
+ {
5562
+ number: "57",
5563
+ rectangle: {
5564
+ position: {
5565
+ x: 38,
5566
+ y: 2,
5567
+ z: 0
5568
+ },
5569
+ dimension: {
5570
+ width: 2,
5571
+ height: 2,
5572
+ borderRadius: null
5573
+ }
5574
+ },
5575
+ orientation: 0,
5576
+ placeLocations: ["AISLE"],
5577
+ placeProperties: [],
5578
+ state: "FREE"
5579
+ },
5580
+ {
5581
+ number: "56",
5582
+ rectangle: {
5583
+ position: {
5584
+ x: 43,
5585
+ y: 0,
5586
+ z: 0
5587
+ },
5588
+ dimension: {
5589
+ width: 2,
5590
+ height: 2,
5591
+ borderRadius: null
5592
+ }
5593
+ },
5594
+ orientation: 180,
5595
+ placeLocations: ["WINDOW"],
5596
+ placeProperties: [],
5597
+ state: "FREE"
5598
+ },
5599
+ {
5600
+ number: "54",
5601
+ rectangle: {
5602
+ position: {
5603
+ x: 43,
5604
+ y: 2,
5605
+ z: 0
5606
+ },
5607
+ dimension: {
5608
+ width: 2,
5609
+ height: 2,
5610
+ borderRadius: null
5611
+ }
5612
+ },
5613
+ orientation: 180,
5614
+ placeLocations: ["AISLE"],
5615
+ placeProperties: [],
5616
+ state: "FREE"
5617
+ }
5618
+ ]
5619
+ },
5620
+ {
5621
+ travelClass: "SECOND",
5622
+ accommodationSubType: "ANY_SEAT",
5623
+ places: [
5624
+ {
5625
+ number: "45",
5626
+ rectangle: {
5627
+ position: {
5628
+ x: 19,
5629
+ y: 0,
5630
+ z: 0
5631
+ },
5632
+ dimension: {
5633
+ width: 2,
5634
+ height: 2,
5635
+ borderRadius: null
5636
+ }
5637
+ },
5638
+ orientation: 0,
5639
+ placeLocations: ["WINDOW"],
5640
+ placeProperties: [],
5641
+ state: "FREE"
5642
+ },
5643
+ {
5644
+ number: "47",
5645
+ rectangle: {
5646
+ position: {
5647
+ x: 19,
5648
+ y: 2,
5649
+ z: 0
5650
+ },
5651
+ dimension: {
5652
+ width: 2,
5653
+ height: 2,
5654
+ borderRadius: null
5655
+ }
5656
+ },
5657
+ orientation: 0,
5658
+ placeLocations: ["AISLE"],
5659
+ placeProperties: [],
5660
+ state: "FREE"
5661
+ },
5662
+ {
5663
+ number: "46",
5664
+ rectangle: {
5665
+ position: {
5666
+ x: 23,
5667
+ y: 0,
5668
+ z: 0
5669
+ },
5670
+ dimension: {
5671
+ width: 2,
5672
+ height: 2,
5673
+ borderRadius: null
5674
+ }
5675
+ },
5676
+ orientation: 180,
5677
+ placeLocations: ["WINDOW"],
5678
+ placeProperties: [],
5679
+ state: "FREE"
5680
+ },
5681
+ {
5682
+ number: "44",
5683
+ rectangle: {
5684
+ position: {
5685
+ x: 23,
5686
+ y: 2,
5687
+ z: 0
5688
+ },
5689
+ dimension: {
5690
+ width: 2,
5691
+ height: 2,
5692
+ borderRadius: null
5693
+ }
5694
+ },
5695
+ orientation: 180,
5696
+ placeLocations: ["AISLE"],
5697
+ placeProperties: [],
5698
+ state: "FREE"
5699
+ }
5700
+ ]
5701
+ },
5702
+ {
5703
+ travelClass: "SECOND",
5704
+ accommodationSubType: "ANY_SEAT",
5705
+ places: [
5706
+ {
5707
+ number: "65",
5708
+ rectangle: {
5709
+ position: {
5710
+ x: 45,
5711
+ y: 0,
5712
+ z: 0
5713
+ },
5714
+ dimension: {
5715
+ width: 2,
5716
+ height: 2,
5717
+ borderRadius: null
5718
+ }
5719
+ },
5720
+ orientation: 0,
5721
+ placeLocations: ["WINDOW"],
5722
+ placeProperties: [],
5723
+ state: "FREE"
5724
+ },
5725
+ {
5726
+ number: "67",
5727
+ rectangle: {
5728
+ position: {
5729
+ x: 45,
5730
+ y: 2,
5731
+ z: 0
5732
+ },
5733
+ dimension: {
5734
+ width: 2,
5735
+ height: 2,
5736
+ borderRadius: null
5737
+ }
5738
+ },
5739
+ orientation: 0,
5740
+ placeLocations: ["AISLE"],
5741
+ placeProperties: [],
5742
+ state: "FREE"
5743
+ },
5744
+ {
5745
+ number: "66",
5746
+ rectangle: {
5747
+ position: {
5748
+ x: 49,
5749
+ y: 0,
5750
+ z: 0
5751
+ },
5752
+ dimension: {
5753
+ width: 2,
5754
+ height: 2,
5755
+ borderRadius: null
5756
+ }
5757
+ },
5758
+ orientation: 180,
5759
+ placeLocations: ["WINDOW"],
5760
+ placeProperties: [],
5761
+ state: "FREE"
5762
+ },
5763
+ {
5764
+ number: "64",
5765
+ rectangle: {
5766
+ position: {
5767
+ x: 49,
5768
+ y: 2,
5769
+ z: 0
5770
+ },
5771
+ dimension: {
5772
+ width: 2,
5773
+ height: 2,
5774
+ borderRadius: null
5775
+ }
5776
+ },
5777
+ orientation: 180,
5778
+ placeLocations: ["AISLE"],
5779
+ placeProperties: [],
5780
+ state: "FREE"
5781
+ }
5782
+ ]
5783
+ },
5784
+ {
5785
+ travelClass: "SECOND",
5786
+ accommodationSubType: "ANY_SEAT",
5787
+ places: [
5788
+ {
5789
+ number: "61",
5790
+ rectangle: {
5791
+ position: {
5792
+ x: 45,
5793
+ y: 8,
5794
+ z: 0
5795
+ },
5796
+ dimension: {
5797
+ width: 2,
5798
+ height: 2,
5799
+ borderRadius: null
5800
+ }
5801
+ },
5802
+ orientation: 0,
5803
+ placeLocations: ["WINDOW"],
5804
+ placeProperties: [],
5805
+ state: "FREE"
5806
+ },
5807
+ {
5808
+ number: "63",
5809
+ rectangle: {
5810
+ position: {
5811
+ x: 45,
5812
+ y: 6,
5813
+ z: 0
5814
+ },
5815
+ dimension: {
5816
+ width: 2,
5817
+ height: 2,
5818
+ borderRadius: null
5819
+ }
5820
+ },
5821
+ orientation: 0,
5822
+ placeLocations: ["AISLE"],
5823
+ placeProperties: [],
5824
+ state: "FREE"
5825
+ },
5826
+ {
5827
+ number: "62",
5828
+ rectangle: {
5829
+ position: {
5830
+ x: 49,
5831
+ y: 8,
5832
+ z: 0
5833
+ },
5834
+ dimension: {
5835
+ width: 2,
5836
+ height: 2,
5837
+ borderRadius: null
5838
+ }
5839
+ },
5840
+ orientation: 180,
5841
+ placeLocations: ["WINDOW"],
5842
+ placeProperties: [],
5843
+ state: "FREE"
5844
+ },
5845
+ {
5846
+ number: "68",
5847
+ rectangle: {
5848
+ position: {
5849
+ x: 49,
5850
+ y: 6,
5851
+ z: 0
5852
+ },
5853
+ dimension: {
5854
+ width: 2,
5855
+ height: 2,
5856
+ borderRadius: null
5857
+ }
5858
+ },
5859
+ orientation: 180,
5860
+ placeLocations: ["AISLE"],
5861
+ placeProperties: [],
5862
+ state: "FREE"
5863
+ }
5864
+ ]
5865
+ },
5866
+ {
5867
+ travelClass: "SECOND",
5868
+ accommodationSubType: "ANY_SEAT",
5869
+ places: [
5870
+ {
5871
+ number: "75",
5872
+ rectangle: {
5873
+ position: {
5874
+ x: 51,
5875
+ y: 0,
5876
+ z: 0
5877
+ },
5878
+ dimension: {
5879
+ width: 2,
5880
+ height: 2,
5881
+ borderRadius: null
5882
+ }
5883
+ },
5884
+ orientation: 0,
5885
+ placeLocations: ["WINDOW"],
5886
+ placeProperties: [],
5887
+ state: "FREE"
5888
+ },
5889
+ {
5890
+ number: "77",
5891
+ rectangle: {
5892
+ position: {
5893
+ x: 51,
5894
+ y: 2,
5895
+ z: 0
5896
+ },
5897
+ dimension: {
5898
+ width: 2,
5899
+ height: 2,
5900
+ borderRadius: null
5901
+ }
5902
+ },
5903
+ orientation: 0,
5904
+ placeLocations: ["AISLE"],
5905
+ placeProperties: [],
5906
+ state: "FREE"
5907
+ },
5908
+ {
5909
+ number: "74",
5910
+ rectangle: {
5911
+ position: {
5912
+ x: 55,
5913
+ y: 2,
5914
+ z: 0
5915
+ },
5916
+ dimension: {
5917
+ width: 2,
5918
+ height: 2,
5919
+ borderRadius: null
5920
+ }
5921
+ },
5922
+ orientation: 180,
5923
+ placeLocations: ["AISLE"],
5924
+ placeProperties: [],
5925
+ state: "FREE"
5926
+ }
5927
+ ]
5928
+ }
5929
+ ],
5930
+ graphicElements: [
5931
+ {
5932
+ rectangle: {
5933
+ position: {
5934
+ x: 33,
5935
+ y: 0,
5936
+ z: 0
5937
+ },
5938
+ dimension: {
5939
+ width: 4,
5940
+ height: 1,
5941
+ borderRadius: null
5942
+ }
5943
+ },
5944
+ orientation: 90,
5945
+ type: "ENTRY_EXIT"
5946
+ },
5947
+ {
5948
+ rectangle: {
5949
+ position: {
5950
+ x: 22,
5951
+ y: 6,
5952
+ z: 0
5953
+ },
5954
+ dimension: {
5955
+ width: 3,
5956
+ height: 2,
5957
+ borderRadius: null
5958
+ }
5959
+ },
5960
+ orientation: 0,
5961
+ type: "SILENCE_AREA_ICON"
5962
+ },
5963
+ {
5964
+ rectangle: {
5965
+ position: {
5966
+ x: 0,
5967
+ y: 0,
5968
+ z: 0
5969
+ },
5970
+ dimension: {
5971
+ width: 1,
5972
+ height: 10,
5973
+ borderRadius: null
5974
+ }
5975
+ },
5976
+ orientation: 0,
5977
+ type: "COACH_PASSAGE"
5978
+ },
5979
+ {
5980
+ rectangle: {
5981
+ position: {
5982
+ x: 33,
5983
+ y: 9,
5984
+ z: 0
5985
+ },
5986
+ dimension: {
5987
+ width: 4,
5988
+ height: 1,
5989
+ borderRadius: null
5990
+ }
5991
+ },
5992
+ orientation: 90,
5993
+ type: "ENTRY_EXIT"
5994
+ },
5995
+ {
5996
+ rectangle: {
5997
+ position: {
5998
+ x: 31,
5999
+ y: 0,
6000
+ z: 0
6001
+ },
6002
+ dimension: {
6003
+ width: 1,
6004
+ height: 10,
6005
+ borderRadius: null
6006
+ }
6007
+ },
6008
+ orientation: 0,
6009
+ type: "COMPARTMENT_PASSAGE"
6010
+ },
6011
+ {
6012
+ rectangle: {
6013
+ position: {
6014
+ x: 37,
6015
+ y: 0,
6016
+ z: 0
6017
+ },
6018
+ dimension: {
6019
+ width: 1,
6020
+ height: 10,
6021
+ borderRadius: null
6022
+ }
6023
+ },
6024
+ orientation: 0,
6025
+ type: "COMPARTMENT_PASSAGE"
6026
+ },
6027
+ {
6028
+ rectangle: {
6029
+ position: {
6030
+ x: 57,
6031
+ y: 0,
6032
+ z: 0
6033
+ },
6034
+ dimension: {
6035
+ width: 1,
6036
+ height: 10,
6037
+ borderRadius: null
6038
+ }
6039
+ },
6040
+ orientation: 180,
6041
+ type: "COACH_PASSAGE"
6042
+ },
6043
+ {
6044
+ rectangle: {
6045
+ position: {
6046
+ x: 34,
6047
+ y: 2,
6048
+ z: 0
6049
+ },
6050
+ dimension: {
6051
+ width: 3,
6052
+ height: 2,
6053
+ borderRadius: null
6054
+ }
6055
+ },
6056
+ orientation: 0,
6057
+ type: "BUSINESS"
6058
+ },
6059
+ {
6060
+ rectangle: {
6061
+ position: {
6062
+ x: 34,
6063
+ y: 6,
6064
+ z: 0
6065
+ },
6066
+ dimension: {
6067
+ width: 3,
6068
+ height: 2,
6069
+ borderRadius: null
6070
+ }
6071
+ },
6072
+ orientation: 0,
6073
+ type: "BISTRO"
6074
+ },
6075
+ {
6076
+ rectangle: {
6077
+ position: {
6078
+ x: 40,
6079
+ y: 4,
6080
+ z: 0
6081
+ },
6082
+ dimension: {
6083
+ width: 3,
6084
+ height: 2,
6085
+ borderRadius: null
6086
+ }
6087
+ },
6088
+ orientation: 0,
6089
+ type: "RESTAURANT_ICON"
6090
+ }
6091
+ ],
6092
+ serviceIcons: [
6093
+ {
6094
+ rectangle: {
6095
+ position: {
6096
+ x: 40,
6097
+ y: 6,
6098
+ z: 0
6099
+ },
6100
+ dimension: {
6101
+ width: 2,
6102
+ height: 2,
6103
+ borderRadius: null
6104
+ }
6105
+ },
6106
+ type: "WHEELCHAIR_ICON"
6107
+ },
6108
+ {
6109
+ rectangle: {
6110
+ position: {
6111
+ x: 28,
6112
+ y: 7,
6113
+ z: 0
6114
+ },
6115
+ dimension: {
6116
+ width: 2,
6117
+ height: 2,
6118
+ borderRadius: null
6119
+ }
6120
+ },
6121
+ type: "BICYCLE_LOW_ICON"
6122
+ },
6123
+ {
6124
+ rectangle: {
6125
+ position: {
6126
+ x: 40,
6127
+ y: 2,
6128
+ z: 0
6129
+ },
6130
+ dimension: {
6131
+ width: 2,
6132
+ height: 2,
6133
+ borderRadius: null
6134
+ }
6135
+ },
6136
+ type: "WHEELCHAIR_ICON"
6137
+ },
6138
+ {
6139
+ rectangle: {
6140
+ position: {
6141
+ x: 28,
6142
+ y: 1,
6143
+ z: 0
6144
+ },
6145
+ dimension: {
6146
+ width: 2,
6147
+ height: 2,
6148
+ borderRadius: null
6149
+ }
6150
+ },
6151
+ type: "BICYCLE_LOW_ICON"
6152
+ }
6153
+ ]
6154
+ }
6155
+ },
6156
+ {
6157
+ warnings: null,
6158
+ coachDeckLayout: {
6159
+ id: "86",
6160
+ name: "B10(501) - not touch",
6161
+ dimension: {
6162
+ width: 58,
6163
+ height: 10,
6164
+ borderRadius: null
6165
+ },
6166
+ lowFloorEntry: !1,
6167
+ deckLevel: "LOWER_DECK",
6168
+ placeGroups: [
6169
+ {
6170
+ travelClass: "SECOND",
6171
+ accommodationSubType: "BICYCLE_HIGH",
6172
+ places: [
6173
+ {
6174
+ number: "153",
6175
+ rectangle: {
6176
+ position: {
6177
+ x: 26,
6178
+ y: 2,
6179
+ z: 0
6180
+ },
6181
+ dimension: {
6182
+ width: 2,
6183
+ height: 2,
6184
+ borderRadius: null
6185
+ }
6186
+ },
6187
+ orientation: 0,
6188
+ placeLocations: ["BICYCLE_LOW"],
6189
+ placeProperties: [],
6190
+ state: "FREE"
6191
+ },
6192
+ {
6193
+ number: "151",
6194
+ rectangle: {
6195
+ position: {
6196
+ x: 26,
6197
+ y: 8,
6198
+ z: 0
6199
+ },
6200
+ dimension: {
6201
+ width: 2,
6202
+ height: 2,
6203
+ borderRadius: null
6204
+ }
6205
+ },
6206
+ orientation: 0,
6207
+ placeLocations: ["BICYCLE_LOW"],
6208
+ placeProperties: [],
6209
+ state: "FREE"
6210
+ },
6211
+ {
6212
+ number: "154",
6213
+ rectangle: {
6214
+ position: {
6215
+ x: 26,
6216
+ y: 0,
6217
+ z: 0
6218
+ },
6219
+ dimension: {
6220
+ width: 2,
6221
+ height: 2,
6222
+ borderRadius: null
6223
+ }
6224
+ },
6225
+ orientation: 0,
6226
+ placeLocations: ["BICYCLE_LOW"],
6227
+ placeProperties: [],
6228
+ state: "FREE"
6229
+ },
6230
+ {
6231
+ number: "152",
6232
+ rectangle: {
6233
+ position: {
6234
+ x: 26,
6235
+ y: 6,
6236
+ z: 0
6237
+ },
6238
+ dimension: {
6239
+ width: 2,
6240
+ height: 2,
6241
+ borderRadius: null
6242
+ }
6243
+ },
6244
+ orientation: 0,
6245
+ placeLocations: ["BICYCLE_LOW"],
6246
+ placeProperties: [],
6247
+ state: "FREE"
6248
+ }
6249
+ ]
6250
+ },
6251
+ {
6252
+ travelClass: "SECOND",
6253
+ accommodationSubType: "ANY_SEAT",
6254
+ places: [
6255
+ {
6256
+ number: "48",
6257
+ rectangle: {
6258
+ position: {
6259
+ x: 20,
6260
+ y: 6,
6261
+ z: 0
6262
+ },
6263
+ dimension: {
6264
+ width: 2,
6265
+ height: 2,
6266
+ borderRadius: null
6267
+ }
6268
+ },
6269
+ orientation: 180,
6270
+ placeLocations: ["AISLE"],
6271
+ placeProperties: [],
6272
+ state: "FREE"
6273
+ },
6274
+ {
6275
+ number: "42",
6276
+ rectangle: {
6277
+ position: {
6278
+ x: 20,
6279
+ y: 8,
6280
+ z: 0
6281
+ },
6282
+ dimension: {
6283
+ width: 2,
6284
+ height: 2,
6285
+ borderRadius: null
6286
+ }
6287
+ },
6288
+ orientation: 180,
6289
+ placeLocations: ["WINDOW"],
6290
+ placeProperties: [],
6291
+ state: "FREE"
6292
+ }
6293
+ ]
6294
+ },
6295
+ {
6296
+ travelClass: "SECOND",
6297
+ accommodationSubType: "ANY_SEAT",
6298
+ places: [
6299
+ {
6300
+ number: "15",
6301
+ rectangle: {
6302
+ position: {
6303
+ x: 1,
6304
+ y: 0,
6305
+ z: 0
6306
+ },
6307
+ dimension: {
6308
+ width: 2,
6309
+ height: 2,
6310
+ borderRadius: null
6311
+ }
6312
+ },
6313
+ orientation: 0,
6314
+ placeLocations: ["WINDOW"],
6315
+ placeProperties: [],
6316
+ state: "FREE"
6317
+ },
6318
+ {
6319
+ number: "17",
6320
+ rectangle: {
6321
+ position: {
6322
+ x: 1,
6323
+ y: 2,
6324
+ z: 0
6325
+ },
6326
+ dimension: {
6327
+ width: 2,
6328
+ height: 2,
6329
+ borderRadius: null
6330
+ }
6331
+ },
6332
+ orientation: 0,
6333
+ placeLocations: ["AISLE"],
6334
+ placeProperties: [],
6335
+ state: "FREE"
6336
+ },
6337
+ {
6338
+ number: "16",
6339
+ rectangle: {
6340
+ position: {
6341
+ x: 5,
6342
+ y: 0,
6343
+ z: 0
6344
+ },
6345
+ dimension: {
6346
+ width: 2,
6347
+ height: 2,
6348
+ borderRadius: null
6349
+ }
6350
+ },
6351
+ orientation: 180,
6352
+ placeLocations: ["WINDOW"],
6353
+ placeProperties: [],
6354
+ state: "FREE"
6355
+ },
6356
+ {
6357
+ number: "14",
6358
+ rectangle: {
6359
+ position: {
6360
+ x: 5,
6361
+ y: 2,
6362
+ z: 0
6363
+ },
6364
+ dimension: {
6365
+ width: 2,
6366
+ height: 2,
6367
+ borderRadius: null
6368
+ }
6369
+ },
6370
+ orientation: 180,
6371
+ placeLocations: ["AISLE"],
6372
+ placeProperties: [],
6373
+ state: "FREE"
6374
+ }
6375
+ ]
6376
+ },
6377
+ {
6378
+ travelClass: "SECOND",
6379
+ accommodationSubType: "ANY_SEAT",
6380
+ places: [
6381
+ {
6382
+ number: "11",
6383
+ rectangle: {
6384
+ position: {
6385
+ x: 1,
6386
+ y: 8,
6387
+ z: 0
6388
+ },
6389
+ dimension: {
6390
+ width: 2,
6391
+ height: 2,
6392
+ borderRadius: null
6393
+ }
6394
+ },
6395
+ orientation: 0,
6396
+ placeLocations: ["WINDOW"],
6397
+ placeProperties: [],
6398
+ state: "FREE"
6399
+ },
6400
+ {
6401
+ number: "13",
6402
+ rectangle: {
6403
+ position: {
6404
+ x: 1,
6405
+ y: 6,
6406
+ z: 0
6407
+ },
6408
+ dimension: {
6409
+ width: 2,
6410
+ height: 2,
6411
+ borderRadius: null
6412
+ }
6413
+ },
6414
+ orientation: 0,
6415
+ placeLocations: ["AISLE"],
6416
+ placeProperties: [],
6417
+ state: "FREE"
6418
+ },
6419
+ {
6420
+ number: "12",
6421
+ rectangle: {
6422
+ position: {
6423
+ x: 5,
6424
+ y: 8,
6425
+ z: 0
6426
+ },
6427
+ dimension: {
6428
+ width: 2,
6429
+ height: 2,
6430
+ borderRadius: null
6431
+ }
6432
+ },
6433
+ orientation: 180,
6434
+ placeLocations: ["WINDOW"],
6435
+ placeProperties: [],
6436
+ state: "FREE"
6437
+ },
6438
+ {
6439
+ number: "18",
6440
+ rectangle: {
6441
+ position: {
6442
+ x: 5,
6443
+ y: 6,
6444
+ z: 0
6445
+ },
6446
+ dimension: {
6447
+ width: 2,
6448
+ height: 2,
6449
+ borderRadius: null
6450
+ }
6451
+ },
6452
+ orientation: 180,
6453
+ placeLocations: ["AISLE"],
6454
+ placeProperties: [],
6455
+ state: "FREE"
6456
+ }
6457
+ ]
6458
+ },
6459
+ {
6460
+ travelClass: "SECOND",
6461
+ accommodationSubType: "ANY_SEAT",
6462
+ places: [
6463
+ {
6464
+ number: "25",
6465
+ rectangle: {
6466
+ position: {
6467
+ x: 7,
6468
+ y: 0,
6469
+ z: 0
6470
+ },
6471
+ dimension: {
6472
+ width: 2,
6473
+ height: 2,
6474
+ borderRadius: null
6475
+ }
6476
+ },
6477
+ orientation: 0,
6478
+ placeLocations: ["WINDOW"],
6479
+ placeProperties: [],
6480
+ state: "FREE"
6481
+ },
6482
+ {
6483
+ number: "27",
6484
+ rectangle: {
6485
+ position: {
6486
+ x: 7,
6487
+ y: 2,
6488
+ z: 0
6489
+ },
6490
+ dimension: {
6491
+ width: 2,
6492
+ height: 2,
6493
+ borderRadius: null
6494
+ }
6495
+ },
6496
+ orientation: 0,
6497
+ placeLocations: ["AISLE"],
6498
+ placeProperties: [],
6499
+ state: "FREE"
6500
+ },
6501
+ {
6502
+ number: "26",
6503
+ rectangle: {
6504
+ position: {
6505
+ x: 11,
6506
+ y: 0,
6507
+ z: 0
6508
+ },
6509
+ dimension: {
6510
+ width: 2,
6511
+ height: 2,
6512
+ borderRadius: null
6513
+ }
6514
+ },
6515
+ orientation: 0,
6516
+ placeLocations: ["WINDOW"],
6517
+ placeProperties: [],
6518
+ state: "FREE"
6519
+ },
6520
+ {
6521
+ number: "24",
6522
+ rectangle: {
6523
+ position: {
6524
+ x: 11,
6525
+ y: 2,
6526
+ z: 0
6527
+ },
6528
+ dimension: {
6529
+ width: 2,
6530
+ height: 2,
6531
+ borderRadius: null
6532
+ }
6533
+ },
6534
+ orientation: 0,
6535
+ placeLocations: ["AISLE"],
6536
+ placeProperties: [],
6537
+ state: "FREE"
6538
+ }
6539
+ ]
6540
+ },
6541
+ {
6542
+ travelClass: "SECOND",
6543
+ accommodationSubType: "ANY_SEAT",
6544
+ places: [
6545
+ {
6546
+ number: "21",
6547
+ rectangle: {
6548
+ position: {
6549
+ x: 7,
6550
+ y: 8,
6551
+ z: 0
6552
+ },
6553
+ dimension: {
6554
+ width: 2,
6555
+ height: 2,
6556
+ borderRadius: null
6557
+ }
6558
+ },
6559
+ orientation: 0,
6560
+ placeLocations: ["WINDOW"],
6561
+ placeProperties: [],
6562
+ state: "FREE"
6563
+ },
6564
+ {
6565
+ number: "23",
6566
+ rectangle: {
6567
+ position: {
6568
+ x: 7,
6569
+ y: 6,
6570
+ z: 0
6571
+ },
6572
+ dimension: {
6573
+ width: 2,
6574
+ height: 2,
6575
+ borderRadius: null
6576
+ }
6577
+ },
6578
+ orientation: 0,
6579
+ placeLocations: ["AISLE"],
6580
+ placeProperties: [],
6581
+ state: "FREE"
6582
+ },
6583
+ {
6584
+ number: "22",
6585
+ rectangle: {
6586
+ position: {
6587
+ x: 11,
6588
+ y: 8,
6589
+ z: 0
6590
+ },
6591
+ dimension: {
6592
+ width: 2,
6593
+ height: 2,
6594
+ borderRadius: null
6595
+ }
6596
+ },
6597
+ orientation: 180,
6598
+ placeLocations: ["WINDOW"],
6599
+ placeProperties: [],
6600
+ state: "FREE"
6601
+ },
6602
+ {
6603
+ number: "28",
6604
+ rectangle: {
6605
+ position: {
6606
+ x: 11,
6607
+ y: 6,
6608
+ z: 0
6609
+ },
6610
+ dimension: {
6611
+ width: 2,
6612
+ height: 2,
6613
+ borderRadius: null
6614
+ }
6615
+ },
6616
+ orientation: 180,
6617
+ placeLocations: ["AISLE"],
6618
+ placeProperties: [],
6619
+ state: "FREE"
6620
+ }
6621
+ ]
6622
+ },
6623
+ {
6624
+ travelClass: "SECOND",
6625
+ accommodationSubType: "ANY_SEAT",
6626
+ places: [
6627
+ {
6628
+ number: "35",
6629
+ rectangle: {
6630
+ position: {
6631
+ x: 13,
6632
+ y: 0,
6633
+ z: 0
6634
+ },
6635
+ dimension: {
6636
+ width: 2,
6637
+ height: 2,
6638
+ borderRadius: null
6639
+ }
6640
+ },
6641
+ orientation: 0,
6642
+ placeLocations: ["WINDOW"],
6643
+ placeProperties: [],
6644
+ state: "FREE"
6645
+ },
6646
+ {
6647
+ number: "37",
6648
+ rectangle: {
6649
+ position: {
6650
+ x: 13,
6651
+ y: 2,
6652
+ z: 0
6653
+ },
6654
+ dimension: {
6655
+ width: 2,
6656
+ height: 2,
6657
+ borderRadius: null
6658
+ }
6659
+ },
6660
+ orientation: 0,
6661
+ placeLocations: ["AISLE"],
6662
+ placeProperties: [],
6663
+ state: "FREE"
6664
+ },
6665
+ {
6666
+ number: "36",
6667
+ rectangle: {
6668
+ position: {
6669
+ x: 17,
6670
+ y: 0,
6671
+ z: 0
6672
+ },
6673
+ dimension: {
6674
+ width: 2,
6675
+ height: 2,
6676
+ borderRadius: null
6677
+ }
6678
+ },
6679
+ orientation: 180,
6680
+ placeLocations: ["WINDOW"],
6681
+ placeProperties: [],
6682
+ state: "FREE"
6683
+ },
6684
+ {
6685
+ number: "34",
6686
+ rectangle: {
6687
+ position: {
6688
+ x: 17,
6689
+ y: 2,
6690
+ z: 0
6691
+ },
6692
+ dimension: {
6693
+ width: 2,
6694
+ height: 2,
6695
+ borderRadius: null
6696
+ }
6697
+ },
6698
+ orientation: 180,
6699
+ placeLocations: ["AISLE"],
6700
+ placeProperties: [],
6701
+ state: "FREE"
6702
+ }
6703
+ ]
6704
+ },
6705
+ {
6706
+ travelClass: "SECOND",
6707
+ accommodationSubType: "ANY_SEAT",
6708
+ places: [
6709
+ {
6710
+ number: "51",
6711
+ rectangle: {
6712
+ position: {
6713
+ x: 38,
6714
+ y: 8,
6715
+ z: 0
6716
+ },
6717
+ dimension: {
6718
+ width: 2,
6719
+ height: 2,
6720
+ borderRadius: null
6721
+ }
6722
+ },
6723
+ orientation: 0,
6724
+ placeLocations: ["WINDOW"],
6725
+ placeProperties: [],
6726
+ state: "FREE"
6727
+ },
6728
+ {
6729
+ number: "53",
6730
+ rectangle: {
6731
+ position: {
6732
+ x: 38,
6733
+ y: 6,
6734
+ z: 0
6735
+ },
6736
+ dimension: {
6737
+ width: 2,
6738
+ height: 2,
6739
+ borderRadius: null
6740
+ }
6741
+ },
6742
+ orientation: 0,
6743
+ placeLocations: ["AISLE"],
6744
+ placeProperties: [],
6745
+ state: "FREE"
6746
+ },
6747
+ {
6748
+ number: "52",
6749
+ rectangle: {
6750
+ position: {
6751
+ x: 43,
6752
+ y: 8,
6753
+ z: 0
6754
+ },
6755
+ dimension: {
6756
+ width: 2,
6757
+ height: 2,
6758
+ borderRadius: null
6759
+ }
6760
+ },
6761
+ orientation: 180,
6762
+ placeLocations: ["WINDOW"],
6763
+ placeProperties: [],
6764
+ state: "FREE"
6765
+ },
6766
+ {
6767
+ number: "58",
6768
+ rectangle: {
6769
+ position: {
6770
+ x: 43,
6771
+ y: 6,
6772
+ z: 0
6773
+ },
6774
+ dimension: {
6775
+ width: 2,
6776
+ height: 2,
6777
+ borderRadius: null
6778
+ }
6779
+ },
6780
+ orientation: 180,
6781
+ placeLocations: ["AISLE"],
6782
+ placeProperties: [],
6783
+ state: "FREE"
6784
+ }
6785
+ ]
6786
+ },
6787
+ {
6788
+ travelClass: "SECOND",
6789
+ accommodationSubType: "ANY_SEAT",
6790
+ places: [
6791
+ {
6792
+ number: "71",
6793
+ rectangle: {
6794
+ position: {
6795
+ x: 51,
6796
+ y: 8,
6797
+ z: 0
6798
+ },
6799
+ dimension: {
6800
+ width: 2,
6801
+ height: 2,
6802
+ borderRadius: null
6803
+ }
6804
+ },
6805
+ orientation: 0,
6806
+ placeLocations: ["WINDOW"],
6807
+ placeProperties: [],
6808
+ state: "FREE"
6809
+ },
6810
+ {
6811
+ number: "73",
6812
+ rectangle: {
6813
+ position: {
6814
+ x: 51,
6815
+ y: 6,
6816
+ z: 0
6817
+ },
6818
+ dimension: {
6819
+ width: 2,
6820
+ height: 2,
6821
+ borderRadius: null
6822
+ }
6823
+ },
6824
+ orientation: 0,
6825
+ placeLocations: ["AISLE"],
6826
+ placeProperties: [],
6827
+ state: "FREE"
6828
+ },
6829
+ {
6830
+ number: "72",
6831
+ rectangle: {
6832
+ position: {
6833
+ x: 55,
6834
+ y: 8,
6835
+ z: 0
6836
+ },
6837
+ dimension: {
6838
+ width: 2,
6839
+ height: 2,
6840
+ borderRadius: null
6841
+ }
6842
+ },
6843
+ orientation: 180,
6844
+ placeLocations: ["WINDOW"],
6845
+ placeProperties: [],
6846
+ state: "FREE"
6847
+ },
6848
+ {
6849
+ number: "78",
6850
+ rectangle: {
6851
+ position: {
6852
+ x: 55,
6853
+ y: 6,
6854
+ z: 0
6855
+ },
6856
+ dimension: {
6857
+ width: 2,
6858
+ height: 2,
6859
+ borderRadius: null
6860
+ }
6861
+ },
6862
+ orientation: 180,
6863
+ placeLocations: ["AISLE"],
6864
+ placeProperties: [],
6865
+ state: "FREE"
6866
+ }
6867
+ ]
6868
+ },
6869
+ {
6870
+ travelClass: "SECOND",
6871
+ accommodationSubType: "ANY_SEAT",
6872
+ places: [
6873
+ {
6874
+ number: "31",
6875
+ rectangle: {
6876
+ position: {
6877
+ x: 13,
6878
+ y: 8,
6879
+ z: 0
6880
+ },
6881
+ dimension: {
6882
+ width: 2,
6883
+ height: 2,
6884
+ borderRadius: null
6885
+ }
6886
+ },
6887
+ orientation: 0,
6888
+ placeLocations: ["WINDOW"],
6889
+ placeProperties: [],
6890
+ state: "FREE"
6891
+ },
6892
+ {
6893
+ number: "33",
6894
+ rectangle: {
6895
+ position: {
6896
+ x: 13,
6897
+ y: 6,
6898
+ z: 0
6899
+ },
6900
+ dimension: {
6901
+ width: 2,
6902
+ height: 2,
6903
+ borderRadius: null
6904
+ }
6905
+ },
6906
+ orientation: 0,
6907
+ placeLocations: ["AISLE"],
6908
+ placeProperties: [],
6909
+ state: "FREE"
6910
+ },
6911
+ {
6912
+ number: "32",
6913
+ rectangle: {
6914
+ position: {
6915
+ x: 17,
6916
+ y: 8,
6917
+ z: 0
6918
+ },
6919
+ dimension: {
6920
+ width: 2,
6921
+ height: 2,
6922
+ borderRadius: null
6923
+ }
6924
+ },
6925
+ orientation: 180,
6926
+ placeLocations: ["WINDOW"],
6927
+ placeProperties: [],
6928
+ state: "FREE"
6929
+ },
6930
+ {
6931
+ number: "38",
6932
+ rectangle: {
6933
+ position: {
6934
+ x: 17,
6935
+ y: 6,
6936
+ z: 0
6937
+ },
6938
+ dimension: {
6939
+ width: 2,
6940
+ height: 2,
6941
+ borderRadius: null
6942
+ }
6943
+ },
6944
+ orientation: 180,
6945
+ placeLocations: ["AISLE"],
6946
+ placeProperties: [],
6947
+ state: "FREE"
6948
+ }
6949
+ ]
6950
+ },
6951
+ {
6952
+ travelClass: "SECOND",
6953
+ accommodationSubType: "ANY_SEAT",
6954
+ places: [
6955
+ {
6956
+ number: "55",
6957
+ rectangle: {
6958
+ position: {
6959
+ x: 38,
6960
+ y: 0,
6961
+ z: 0
6962
+ },
6963
+ dimension: {
6964
+ width: 2,
6965
+ height: 2,
6966
+ borderRadius: null
6967
+ }
6968
+ },
6969
+ orientation: 0,
6970
+ placeLocations: ["WINDOW"],
6971
+ placeProperties: [],
6972
+ state: "FREE"
6973
+ },
6974
+ {
6975
+ number: "57",
6976
+ rectangle: {
6977
+ position: {
6978
+ x: 38,
6979
+ y: 2,
6980
+ z: 0
6981
+ },
6982
+ dimension: {
6983
+ width: 2,
6984
+ height: 2,
6985
+ borderRadius: null
6986
+ }
6987
+ },
6988
+ orientation: 0,
6989
+ placeLocations: ["AISLE"],
6990
+ placeProperties: [],
6991
+ state: "FREE"
6992
+ },
6993
+ {
6994
+ number: "56",
6995
+ rectangle: {
6996
+ position: {
6997
+ x: 43,
6998
+ y: 0,
6999
+ z: 0
7000
+ },
7001
+ dimension: {
7002
+ width: 2,
7003
+ height: 2,
7004
+ borderRadius: null
7005
+ }
7006
+ },
7007
+ orientation: 180,
7008
+ placeLocations: ["WINDOW"],
7009
+ placeProperties: [],
7010
+ state: "FREE"
7011
+ },
7012
+ {
7013
+ number: "54",
7014
+ rectangle: {
7015
+ position: {
7016
+ x: 43,
7017
+ y: 2,
7018
+ z: 0
7019
+ },
7020
+ dimension: {
7021
+ width: 2,
7022
+ height: 2,
7023
+ borderRadius: null
7024
+ }
7025
+ },
7026
+ orientation: 180,
7027
+ placeLocations: ["AISLE"],
7028
+ placeProperties: [],
7029
+ state: "FREE"
7030
+ }
7031
+ ]
7032
+ },
7033
+ {
7034
+ travelClass: "SECOND",
7035
+ accommodationSubType: "ANY_SEAT",
7036
+ places: [
7037
+ {
7038
+ number: "45",
7039
+ rectangle: {
7040
+ position: {
7041
+ x: 19,
7042
+ y: 0,
7043
+ z: 0
7044
+ },
7045
+ dimension: {
7046
+ width: 2,
7047
+ height: 2,
7048
+ borderRadius: null
7049
+ }
7050
+ },
7051
+ orientation: 0,
7052
+ placeLocations: ["WINDOW"],
7053
+ placeProperties: [],
7054
+ state: "FREE"
7055
+ },
7056
+ {
7057
+ number: "47",
7058
+ rectangle: {
7059
+ position: {
7060
+ x: 19,
7061
+ y: 2,
7062
+ z: 0
7063
+ },
7064
+ dimension: {
7065
+ width: 2,
7066
+ height: 2,
7067
+ borderRadius: null
7068
+ }
7069
+ },
7070
+ orientation: 0,
7071
+ placeLocations: ["AISLE"],
7072
+ placeProperties: [],
7073
+ state: "FREE"
7074
+ },
7075
+ {
7076
+ number: "46",
7077
+ rectangle: {
7078
+ position: {
7079
+ x: 23,
7080
+ y: 0,
7081
+ z: 0
7082
+ },
7083
+ dimension: {
7084
+ width: 2,
7085
+ height: 2,
7086
+ borderRadius: null
7087
+ }
7088
+ },
7089
+ orientation: 180,
7090
+ placeLocations: ["WINDOW"],
7091
+ placeProperties: [],
7092
+ state: "FREE"
7093
+ },
7094
+ {
7095
+ number: "44",
7096
+ rectangle: {
7097
+ position: {
7098
+ x: 23,
7099
+ y: 2,
7100
+ z: 0
7101
+ },
7102
+ dimension: {
7103
+ width: 2,
7104
+ height: 2,
7105
+ borderRadius: null
7106
+ }
7107
+ },
7108
+ orientation: 180,
7109
+ placeLocations: ["AISLE"],
7110
+ placeProperties: [],
7111
+ state: "FREE"
7112
+ }
7113
+ ]
7114
+ },
7115
+ {
7116
+ travelClass: "SECOND",
7117
+ accommodationSubType: "ANY_SEAT",
7118
+ places: [
7119
+ {
7120
+ number: "65",
7121
+ rectangle: {
7122
+ position: {
7123
+ x: 45,
7124
+ y: 0,
7125
+ z: 0
7126
+ },
7127
+ dimension: {
7128
+ width: 2,
7129
+ height: 2,
7130
+ borderRadius: null
7131
+ }
7132
+ },
7133
+ orientation: 0,
7134
+ placeLocations: ["WINDOW"],
7135
+ placeProperties: [],
7136
+ state: "FREE"
7137
+ },
7138
+ {
7139
+ number: "67",
7140
+ rectangle: {
7141
+ position: {
7142
+ x: 45,
7143
+ y: 2,
7144
+ z: 0
7145
+ },
7146
+ dimension: {
7147
+ width: 2,
7148
+ height: 2,
7149
+ borderRadius: null
7150
+ }
7151
+ },
7152
+ orientation: 0,
7153
+ placeLocations: ["AISLE"],
7154
+ placeProperties: [],
7155
+ state: "FREE"
7156
+ },
7157
+ {
7158
+ number: "66",
7159
+ rectangle: {
7160
+ position: {
7161
+ x: 49,
7162
+ y: 0,
7163
+ z: 0
7164
+ },
7165
+ dimension: {
7166
+ width: 2,
7167
+ height: 2,
7168
+ borderRadius: null
7169
+ }
7170
+ },
7171
+ orientation: 180,
7172
+ placeLocations: ["WINDOW"],
7173
+ placeProperties: [],
7174
+ state: "FREE"
7175
+ },
7176
+ {
7177
+ number: "64",
7178
+ rectangle: {
7179
+ position: {
7180
+ x: 49,
7181
+ y: 2,
7182
+ z: 0
7183
+ },
7184
+ dimension: {
7185
+ width: 2,
7186
+ height: 2,
7187
+ borderRadius: null
7188
+ }
7189
+ },
7190
+ orientation: 180,
7191
+ placeLocations: ["AISLE"],
7192
+ placeProperties: [],
7193
+ state: "FREE"
7194
+ }
7195
+ ]
7196
+ },
7197
+ {
7198
+ travelClass: "SECOND",
7199
+ accommodationSubType: "ANY_SEAT",
7200
+ places: [
7201
+ {
7202
+ number: "61",
7203
+ rectangle: {
7204
+ position: {
7205
+ x: 45,
7206
+ y: 8,
7207
+ z: 0
7208
+ },
7209
+ dimension: {
7210
+ width: 2,
7211
+ height: 2,
7212
+ borderRadius: null
7213
+ }
7214
+ },
7215
+ orientation: 0,
7216
+ placeLocations: ["WINDOW"],
7217
+ placeProperties: [],
7218
+ state: "FREE"
7219
+ },
7220
+ {
7221
+ number: "63",
7222
+ rectangle: {
7223
+ position: {
7224
+ x: 45,
7225
+ y: 6,
7226
+ z: 0
7227
+ },
7228
+ dimension: {
7229
+ width: 2,
7230
+ height: 2,
7231
+ borderRadius: null
7232
+ }
7233
+ },
7234
+ orientation: 0,
7235
+ placeLocations: ["AISLE"],
7236
+ placeProperties: [],
7237
+ state: "FREE"
7238
+ },
7239
+ {
7240
+ number: "62",
7241
+ rectangle: {
7242
+ position: {
7243
+ x: 49,
7244
+ y: 8,
7245
+ z: 0
7246
+ },
7247
+ dimension: {
7248
+ width: 2,
7249
+ height: 2,
7250
+ borderRadius: null
7251
+ }
7252
+ },
7253
+ orientation: 180,
7254
+ placeLocations: ["WINDOW"],
7255
+ placeProperties: [],
7256
+ state: "FREE"
7257
+ },
7258
+ {
7259
+ number: "68",
7260
+ rectangle: {
7261
+ position: {
7262
+ x: 49,
7263
+ y: 6,
7264
+ z: 0
7265
+ },
7266
+ dimension: {
7267
+ width: 2,
7268
+ height: 2,
7269
+ borderRadius: null
7270
+ }
7271
+ },
7272
+ orientation: 180,
7273
+ placeLocations: ["AISLE"],
7274
+ placeProperties: [],
7275
+ state: "FREE"
7276
+ }
7277
+ ]
7278
+ },
7279
+ {
7280
+ travelClass: "SECOND",
7281
+ accommodationSubType: "ANY_SEAT",
7282
+ places: [
7283
+ {
7284
+ number: "75",
7285
+ rectangle: {
7286
+ position: {
7287
+ x: 51,
7288
+ y: 0,
7289
+ z: 0
7290
+ },
7291
+ dimension: {
7292
+ width: 2,
7293
+ height: 2,
7294
+ borderRadius: null
7295
+ }
7296
+ },
7297
+ orientation: 0,
7298
+ placeLocations: ["WINDOW"],
7299
+ placeProperties: [],
7300
+ state: "FREE"
7301
+ },
7302
+ {
7303
+ number: "77",
7304
+ rectangle: {
7305
+ position: {
7306
+ x: 51,
7307
+ y: 2,
7308
+ z: 0
7309
+ },
7310
+ dimension: {
7311
+ width: 2,
7312
+ height: 2,
7313
+ borderRadius: null
7314
+ }
7315
+ },
7316
+ orientation: 0,
7317
+ placeLocations: ["AISLE"],
7318
+ placeProperties: [],
7319
+ state: "FREE"
7320
+ },
7321
+ {
7322
+ number: "74",
7323
+ rectangle: {
7324
+ position: {
7325
+ x: 55,
7326
+ y: 2,
7327
+ z: 0
7328
+ },
7329
+ dimension: {
7330
+ width: 2,
7331
+ height: 2,
7332
+ borderRadius: null
7333
+ }
7334
+ },
7335
+ orientation: 180,
7336
+ placeLocations: ["AISLE"],
7337
+ placeProperties: [],
7338
+ state: "FREE"
7339
+ }
7340
+ ]
7341
+ }
7342
+ ],
7343
+ graphicElements: [
7344
+ {
7345
+ rectangle: {
7346
+ position: {
7347
+ x: 33,
7348
+ y: 0,
7349
+ z: 0
7350
+ },
7351
+ dimension: {
7352
+ width: 4,
7353
+ height: 1,
7354
+ borderRadius: null
7355
+ }
7356
+ },
7357
+ orientation: 90,
7358
+ type: "ENTRY_EXIT"
7359
+ },
7360
+ {
7361
+ rectangle: {
7362
+ position: {
7363
+ x: 22,
7364
+ y: 6,
7365
+ z: 0
7366
+ },
7367
+ dimension: {
7368
+ width: 3,
7369
+ height: 2,
7370
+ borderRadius: null
7371
+ }
7372
+ },
7373
+ orientation: 0,
7374
+ type: "SILENCE_AREA_ICON"
7375
+ },
7376
+ {
7377
+ rectangle: {
7378
+ position: {
7379
+ x: 0,
7380
+ y: 0,
7381
+ z: 0
7382
+ },
7383
+ dimension: {
7384
+ width: 1,
7385
+ height: 10,
7386
+ borderRadius: null
7387
+ }
7388
+ },
7389
+ orientation: 0,
7390
+ type: "COACH_PASSAGE"
7391
+ },
7392
+ {
7393
+ rectangle: {
7394
+ position: {
7395
+ x: 33,
7396
+ y: 9,
7397
+ z: 0
7398
+ },
7399
+ dimension: {
7400
+ width: 4,
7401
+ height: 1,
7402
+ borderRadius: null
7403
+ }
7404
+ },
7405
+ orientation: 90,
7406
+ type: "ENTRY_EXIT"
7407
+ },
7408
+ {
7409
+ rectangle: {
7410
+ position: {
7411
+ x: 31,
7412
+ y: 0,
7413
+ z: 0
7414
+ },
7415
+ dimension: {
7416
+ width: 1,
7417
+ height: 10,
7418
+ borderRadius: null
7419
+ }
7420
+ },
7421
+ orientation: 0,
7422
+ type: "COMPARTMENT_PASSAGE"
7423
+ },
7424
+ {
7425
+ rectangle: {
7426
+ position: {
7427
+ x: 37,
7428
+ y: 0,
7429
+ z: 0
7430
+ },
7431
+ dimension: {
7432
+ width: 1,
7433
+ height: 10,
7434
+ borderRadius: null
7435
+ }
7436
+ },
7437
+ orientation: 0,
7438
+ type: "COMPARTMENT_PASSAGE"
7439
+ },
7440
+ {
7441
+ rectangle: {
7442
+ position: {
7443
+ x: 57,
7444
+ y: 0,
7445
+ z: 0
7446
+ },
7447
+ dimension: {
7448
+ width: 1,
7449
+ height: 10,
7450
+ borderRadius: null
7451
+ }
7452
+ },
7453
+ orientation: 180,
7454
+ type: "COACH_PASSAGE"
7455
+ },
7456
+ {
7457
+ rectangle: {
7458
+ position: {
7459
+ x: 34,
7460
+ y: 2,
7461
+ z: 0
7462
+ },
7463
+ dimension: {
7464
+ width: 3,
7465
+ height: 2,
7466
+ borderRadius: null
7467
+ }
7468
+ },
7469
+ orientation: 0,
7470
+ type: "BUSINESS"
7471
+ },
7472
+ {
7473
+ rectangle: {
7474
+ position: {
7475
+ x: 34,
7476
+ y: 6,
7477
+ z: 0
7478
+ },
7479
+ dimension: {
7480
+ width: 3,
7481
+ height: 2,
7482
+ borderRadius: null
7483
+ }
7484
+ },
7485
+ orientation: 0,
7486
+ type: "BISTRO"
7487
+ },
7488
+ {
7489
+ rectangle: {
7490
+ position: {
7491
+ x: 40,
7492
+ y: 4,
7493
+ z: 0
7494
+ },
7495
+ dimension: {
7496
+ width: 3,
7497
+ height: 2,
7498
+ borderRadius: null
7499
+ }
7500
+ },
7501
+ orientation: 0,
7502
+ type: "RESTAURANT_ICON"
7503
+ }
7504
+ ],
7505
+ serviceIcons: [
7506
+ {
7507
+ rectangle: {
7508
+ position: {
7509
+ x: 40,
7510
+ y: 6,
7511
+ z: 0
7512
+ },
7513
+ dimension: {
7514
+ width: 2,
7515
+ height: 2,
7516
+ borderRadius: null
7517
+ }
7518
+ },
7519
+ type: "WHEELCHAIR_ICON"
7520
+ },
7521
+ {
7522
+ rectangle: {
7523
+ position: {
7524
+ x: 28,
7525
+ y: 7,
7526
+ z: 0
7527
+ },
7528
+ dimension: {
7529
+ width: 2,
7530
+ height: 2,
7531
+ borderRadius: null
7532
+ }
7533
+ },
7534
+ type: "BICYCLE_LOW_ICON"
7535
+ },
7536
+ {
7537
+ rectangle: {
7538
+ position: {
7539
+ x: 40,
7540
+ y: 2,
7541
+ z: 0
7542
+ },
7543
+ dimension: {
7544
+ width: 2,
7545
+ height: 2,
7546
+ borderRadius: null
7547
+ }
7548
+ },
7549
+ type: "WHEELCHAIR_ICON"
7550
+ },
7551
+ {
7552
+ rectangle: {
7553
+ position: {
7554
+ x: 28,
7555
+ y: 1,
7556
+ z: 0
7557
+ },
7558
+ dimension: {
7559
+ width: 2,
7560
+ height: 2,
7561
+ borderRadius: null
7562
+ }
7563
+ },
7564
+ type: "BICYCLE_LOW_ICON"
7565
+ }
7566
+ ]
7567
+ }
7568
+ },
7569
+ {
7570
+ warnings: null,
7571
+ coachDeckLayout: {
7572
+ id: "87",
7573
+ name: "B10(501) - not touch",
7574
+ dimension: {
7575
+ width: 46,
7576
+ height: 10,
7577
+ borderRadius: null
7578
+ },
7579
+ lowFloorEntry: !1,
7580
+ deckLevel: "LOWER_DECK",
7581
+ placeGroups: [
7582
+ {
7583
+ travelClass: "SECOND",
7584
+ accommodationSubType: "BISTRO",
7585
+ places: [
7586
+ {
7587
+ number: "15",
7588
+ rectangle: {
7589
+ position: {
7590
+ x: 1,
7591
+ y: 0,
7592
+ z: 0
7593
+ },
7594
+ dimension: {
7595
+ width: 2,
7596
+ height: 2,
7597
+ borderRadius: null
7598
+ }
7599
+ },
7600
+ orientation: 0,
7601
+ placeLocations: ["WINDOW"],
7602
+ placeProperties: [],
7603
+ state: "FREE"
7604
+ },
7605
+ {
7606
+ number: "17",
7607
+ rectangle: {
7608
+ position: {
7609
+ x: 1,
7610
+ y: 2,
7611
+ z: 0
7612
+ },
7613
+ dimension: {
7614
+ width: 2,
7615
+ height: 2,
7616
+ borderRadius: null
7617
+ }
7618
+ },
7619
+ orientation: 0,
7620
+ placeLocations: ["AISLE"],
7621
+ placeProperties: [],
7622
+ state: "FREE"
7623
+ },
7624
+ {
7625
+ number: "16",
7626
+ rectangle: {
7627
+ position: {
7628
+ x: 5,
7629
+ y: 0,
7630
+ z: 0
7631
+ },
7632
+ dimension: {
7633
+ width: 2,
7634
+ height: 2,
7635
+ borderRadius: null
7636
+ }
7637
+ },
7638
+ orientation: 180,
7639
+ placeLocations: ["WINDOW"],
7640
+ placeProperties: [],
7641
+ state: "FREE"
7642
+ },
7643
+ {
7644
+ number: "14",
7645
+ rectangle: {
7646
+ position: {
7647
+ x: 5,
7648
+ y: 2,
7649
+ z: 0
7650
+ },
7651
+ dimension: {
7652
+ width: 2,
7653
+ height: 2,
7654
+ borderRadius: null
7655
+ }
7656
+ },
7657
+ orientation: 180,
7658
+ placeLocations: ["AISLE"],
7659
+ placeProperties: [],
7660
+ state: "FREE"
7661
+ }
7662
+ ]
7663
+ },
7664
+ {
7665
+ travelClass: "SECOND",
7666
+ accommodationSubType: "FAMILY",
7667
+ places: [
7668
+ {
7669
+ number: "11",
7670
+ rectangle: {
7671
+ position: {
7672
+ x: 1,
7673
+ y: 8,
7674
+ z: 0
7675
+ },
7676
+ dimension: {
7677
+ width: 2,
7678
+ height: 2,
7679
+ borderRadius: null
7680
+ }
7681
+ },
7682
+ orientation: 0,
7683
+ placeLocations: ["WINDOW"],
7684
+ placeProperties: [],
7685
+ state: "FREE"
7686
+ },
7687
+ {
7688
+ number: "13",
7689
+ rectangle: {
7690
+ position: {
7691
+ x: 1,
7692
+ y: 6,
7693
+ z: 0
7694
+ },
7695
+ dimension: {
7696
+ width: 2,
7697
+ height: 2,
7698
+ borderRadius: null
7699
+ }
7700
+ },
7701
+ orientation: 0,
7702
+ placeLocations: ["AISLE"],
7703
+ placeProperties: [],
7704
+ state: "FREE"
7705
+ },
7706
+ {
7707
+ number: "12",
7708
+ rectangle: {
7709
+ position: {
7710
+ x: 5,
7711
+ y: 8,
7712
+ z: 0
7713
+ },
7714
+ dimension: {
7715
+ width: 2,
7716
+ height: 2,
7717
+ borderRadius: null
7718
+ }
7719
+ },
7720
+ orientation: 180,
7721
+ placeLocations: ["WINDOW"],
7722
+ placeProperties: [],
7723
+ state: "FREE"
7724
+ },
7725
+ {
7726
+ number: "18",
7727
+ rectangle: {
7728
+ position: {
7729
+ x: 5,
7730
+ y: 6,
7731
+ z: 0
7732
+ },
7733
+ dimension: {
7734
+ width: 2,
7735
+ height: 2,
7736
+ borderRadius: null
7737
+ }
7738
+ },
7739
+ orientation: 180,
7740
+ placeLocations: ["AISLE"],
7741
+ placeProperties: [],
7742
+ state: "FREE"
7743
+ }
7744
+ ]
7745
+ },
7746
+ {
7747
+ travelClass: "SECOND",
7748
+ accommodationSubType: "ANY_SEAT",
7749
+ places: [
7750
+ {
7751
+ number: "25",
7752
+ rectangle: {
7753
+ position: {
7754
+ x: 7,
7755
+ y: 0,
7756
+ z: 0
7757
+ },
7758
+ dimension: {
7759
+ width: 2,
7760
+ height: 2,
7761
+ borderRadius: null
7762
+ }
7763
+ },
7764
+ orientation: 0,
7765
+ placeLocations: ["WINDOW"],
7766
+ placeProperties: [],
7767
+ state: "FREE"
7768
+ },
7769
+ {
7770
+ number: "27",
7771
+ rectangle: {
7772
+ position: {
7773
+ x: 7,
7774
+ y: 2,
7775
+ z: 0
7776
+ },
7777
+ dimension: {
7778
+ width: 2,
7779
+ height: 2,
7780
+ borderRadius: null
7781
+ }
7782
+ },
7783
+ orientation: 0,
7784
+ placeLocations: ["AISLE"],
7785
+ placeProperties: [],
7786
+ state: "FREE"
7787
+ },
7788
+ {
7789
+ number: "26",
7790
+ rectangle: {
7791
+ position: {
7792
+ x: 11,
7793
+ y: 0,
7794
+ z: 0
7795
+ },
7796
+ dimension: {
7797
+ width: 2,
7798
+ height: 2,
7799
+ borderRadius: null
7800
+ }
7801
+ },
7802
+ orientation: 0,
7803
+ placeLocations: ["WINDOW"],
7804
+ placeProperties: [],
7805
+ state: "FREE"
7806
+ },
7807
+ {
7808
+ number: "24",
7809
+ rectangle: {
7810
+ position: {
7811
+ x: 11,
7812
+ y: 2,
7813
+ z: 0
7814
+ },
7815
+ dimension: {
7816
+ width: 2,
7817
+ height: 2,
7818
+ borderRadius: null
7819
+ }
7820
+ },
7821
+ orientation: 0,
7822
+ placeLocations: ["AISLE"],
7823
+ placeProperties: [],
7824
+ state: "FREE"
7825
+ }
7826
+ ]
7827
+ },
7828
+ {
7829
+ travelClass: "SECOND",
7830
+ accommodationSubType: "WHEELCHAIR_NO_SEAT",
7831
+ places: [
7832
+ {
7833
+ number: "21",
7834
+ rectangle: {
7835
+ position: {
7836
+ x: 7,
7837
+ y: 8,
7838
+ z: 0
7839
+ },
7840
+ dimension: {
7841
+ width: 2,
7842
+ height: 2,
7843
+ borderRadius: null
7844
+ }
7845
+ },
7846
+ orientation: 0,
7847
+ placeLocations: ["WINDOW"],
7848
+ placeProperties: [],
7849
+ state: "FREE"
7850
+ },
7851
+ {
7852
+ number: "23",
7853
+ rectangle: {
7854
+ position: {
7855
+ x: 7,
7856
+ y: 6,
7857
+ z: 0
7858
+ },
7859
+ dimension: {
7860
+ width: 2,
7861
+ height: 2,
7862
+ borderRadius: null
7863
+ }
7864
+ },
7865
+ orientation: 0,
7866
+ placeLocations: ["AISLE"],
7867
+ placeProperties: [],
7868
+ state: "FREE"
7869
+ },
7870
+ {
7871
+ number: "22",
7872
+ rectangle: {
7873
+ position: {
7874
+ x: 11,
7875
+ y: 8,
7876
+ z: 0
7877
+ },
7878
+ dimension: {
7879
+ width: 2,
7880
+ height: 2,
7881
+ borderRadius: null
7882
+ }
7883
+ },
7884
+ orientation: 180,
7885
+ placeLocations: ["WINDOW"],
7886
+ placeProperties: [],
7887
+ state: "FREE"
7888
+ },
7889
+ {
7890
+ number: "28",
7891
+ rectangle: {
7892
+ position: {
7893
+ x: 11,
7894
+ y: 6,
7895
+ z: 0
7896
+ },
7897
+ dimension: {
7898
+ width: 2,
7899
+ height: 2,
7900
+ borderRadius: null
7901
+ }
7902
+ },
7903
+ orientation: 180,
7904
+ placeLocations: ["AISLE"],
7905
+ placeProperties: [],
7906
+ state: "FREE"
7907
+ }
7908
+ ]
7909
+ },
7910
+ {
7911
+ travelClass: "SECOND",
7912
+ accommodationSubType: "BICYCLE_ICON",
7913
+ places: [
7914
+ {
7915
+ number: "153",
7916
+ rectangle: {
7917
+ position: {
7918
+ x: 26,
7919
+ y: 2,
7920
+ z: 0
7921
+ },
7922
+ dimension: {
7923
+ width: 2,
7924
+ height: 2,
7925
+ borderRadius: null
7926
+ }
7927
+ },
7928
+ orientation: 0,
7929
+ placeLocations: ["BICYCLE_LOW"],
7930
+ placeProperties: [],
7931
+ state: "ALLOCATED"
7932
+ },
7933
+ {
7934
+ number: "151",
7935
+ rectangle: {
7936
+ position: {
7937
+ x: 26,
7938
+ y: 8,
7939
+ z: 0
7940
+ },
7941
+ dimension: {
7942
+ width: 2,
7943
+ height: 2,
7944
+ borderRadius: null
7945
+ }
7946
+ },
7947
+ orientation: 0,
7948
+ placeLocations: ["BICYCLE_LOW"],
7949
+ placeProperties: [],
7950
+ state: "FREE"
7951
+ },
7952
+ {
7953
+ number: "154",
7954
+ rectangle: {
7955
+ position: {
7956
+ x: 26,
7957
+ y: 0,
7958
+ z: 0
7959
+ },
7960
+ dimension: {
7961
+ width: 2,
7962
+ height: 2,
7963
+ borderRadius: null
7964
+ }
7965
+ },
7966
+ orientation: 0,
7967
+ placeLocations: ["BICYCLE_LOW"],
7968
+ placeProperties: [],
7969
+ state: "RESTRICTED"
7970
+ }
7971
+ ]
7972
+ },
7973
+ {
7974
+ travelClass: "SECOND",
7975
+ accommodationSubType: "BICYCLE_ICON",
7976
+ places: [
7977
+ {
7978
+ number: "152",
7979
+ rectangle: {
7980
+ position: {
7981
+ x: 26,
7982
+ y: 6,
7983
+ z: 0
7984
+ },
7985
+ dimension: {
7986
+ width: 2,
7987
+ height: 2,
7988
+ borderRadius: null
7989
+ }
7990
+ },
7991
+ orientation: 0,
7992
+ placeLocations: ["BICYCLE_LOW"],
7993
+ placeProperties: [],
7994
+ state: "FREE"
3010
7995
  }
3011
7996
  ]
3012
7997
  },
@@ -3681,7 +8666,7 @@ const e = [
3681
8666
  {
3682
8667
  warnings: null,
3683
8668
  coachDeckLayout: {
3684
- id: "843",
8669
+ id: "89",
3685
8670
  name: "B10(501) - not touch",
3686
8671
  dimension: {
3687
8672
  width: 46,