@sbb-esta/lyne-elements-experimental 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +15 -16
- package/core/datetime/date-helper.js +3 -3
- package/custom-elements.json +43 -3
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +17 -19
- package/development/core/datetime/date-helper.js +3 -3
- package/development/{differenceInMinutes-D5Nj8Stc.js → differenceInMinutes-B0dawX-5.js} +2 -2
- package/development/{format-BQfaa1ZT.js → format-BMkeaqaF.js} +3 -3
- package/development/{isValid-DvieCZVi.js → isValid-BYRch7pV.js} +2 -2
- package/development/journey-summary/journey-summary.component.js +2 -2
- package/development/pearl-chain/pearl-chain.component.js +2 -2
- package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/development/seat-reservation/common/mapper/mapper.d.ts +2 -2
- package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/mapper.js +19 -6
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +970 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +3 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +26 -24
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +2 -2
- package/development/timetable-row/timetable-row.component.js +1 -1
- package/development/{toDate-D_Vjps95.js → toDate-BWb6Z1JD.js} +2 -2
- package/{differenceInMinutes-CP_C5onR.js → differenceInMinutes-COvvdYsJ.js} +1 -1
- package/{format-lqeCzmzS.js → format-CmKROkbc.js} +2 -41
- package/{isValid-Ceq2O0NQ.js → isValid-m3_OsPaB.js} +1 -1
- package/journey-summary/journey-summary.component.js +2 -2
- package/package.json +2 -2
- package/pearl-chain/pearl-chain.component.js +2 -2
- package/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/seat-reservation/common/mapper/mapper.d.ts +2 -2
- package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/seat-reservation/common/mapper/mapper.js +41 -38
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/seat-reservation/common/mapper/seat-reservation-sample-data.js +968 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +130 -130
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation.component.js +88 -85
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
- package/timetable-row/timetable-row.component.js +1 -1
- package/{toDate-BCXKL_wM.js → toDate-Bw2KTWeq.js} +1 -1
package/custom-elements.json
CHANGED
|
@@ -4548,7 +4548,7 @@
|
|
|
4548
4548
|
"privacy": "private",
|
|
4549
4549
|
"return": {
|
|
4550
4550
|
"type": {
|
|
4551
|
-
"text": "TemplateResult
|
|
4551
|
+
"text": "TemplateResult | null"
|
|
4552
4552
|
}
|
|
4553
4553
|
},
|
|
4554
4554
|
"parameters": [
|
|
@@ -7488,7 +7488,8 @@
|
|
|
7488
7488
|
"privacy": "public",
|
|
7489
7489
|
"default": "'FREE'",
|
|
7490
7490
|
"description": "state of the place, e.g. 'FREE', 'SELECTED', 'BLOCKED'",
|
|
7491
|
-
"attribute": "state"
|
|
7491
|
+
"attribute": "state",
|
|
7492
|
+
"reflects": true
|
|
7492
7493
|
},
|
|
7493
7494
|
{
|
|
7494
7495
|
"kind": "field",
|
|
@@ -7794,7 +7795,14 @@
|
|
|
7794
7795
|
{
|
|
7795
7796
|
"name": "vehicleType",
|
|
7796
7797
|
"type": {
|
|
7797
|
-
"text": "VehicleType"
|
|
7798
|
+
"text": "VehicleType | null"
|
|
7799
|
+
}
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"name": "coachDeckLevel",
|
|
7803
|
+
"default": "null",
|
|
7804
|
+
"type": {
|
|
7805
|
+
"text": "CoachDeckLevel | null"
|
|
7798
7806
|
}
|
|
7799
7807
|
}
|
|
7800
7808
|
],
|
|
@@ -7971,6 +7979,22 @@
|
|
|
7971
7979
|
"text": "object"
|
|
7972
7980
|
},
|
|
7973
7981
|
"default": "{ vehicleType: 'TRAIN', deckCoachIndex: 0, coachItems: [ { id: '11', number: 'At2(501)', dimension: { w: 64, h: 10, }, places: [ { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 5, z: 0, }, }, { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 17, y: 5, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 47, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 44, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 35, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 43, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 0, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 63, y: 0, z: 0, }, rotation: 180, }, { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['SILENCE_ICON', 'WHEELCHAIR_ICON'], }, { id: '10', number: 'A3(501)', dimension: { w: 57, h: 10, }, places: [ { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 9, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 8, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 29, y: 8, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 5, y: 7, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 29, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 14, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 15, y: 8, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '9', number: 'A4(501)', dimension: { w: 57, h: 10, }, places: [ { number: '51', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '76', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '45', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '43', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '31', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '32', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '21', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '22', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '85', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '86', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, { number: '35', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '33', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '46', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '15', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '16', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '81', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '82', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '41', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '42', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 8, z: 0, }, }, { number: '72', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '23', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '8', number: 'A5(501)', dimension: { w: 57, h: 10, }, places: [ { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 1, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 7, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 9, z: 0, }, rotation: 90, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 23, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 36, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 17, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '7', number: 'WR6(501)', dimension: { w: 58, h: 10, }, places: [ { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 8, z: 0, }, }, { number: '13', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '14', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '21', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '22', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 0, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 3, z: 0, }, }, { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 46, y: 3, z: 0, }, }, ], graphicElements: [ { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 14, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 50, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE_HIGH', dimension: { w: 1, h: 10, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 34, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 50, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 42, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'STAFF_AREA', dimension: { w: 19, h: 6, }, position: { x: 5, y: 4, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['RESTAURANT_ICON'], type: 'RESTAURANT_COACH', }, { id: '6', number: 'B7(501)', dimension: { w: 58, h: 10, }, places: [ { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 20, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 41, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 26, y: 4, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '5', number: 'B8(501)', dimension: { w: 60, h: 10, }, places: [ { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '65', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '67', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '66', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '64', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 2, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 6, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '61', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '63', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '68', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '62', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 6, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 6, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 8, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 8, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 6, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 59, y: 0, z: 0, }, rotation: 180, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 33, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 6, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '4', number: 'B9(501)', dimension: { w: 58, h: 10, }, places: [ { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '18', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '13', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '15', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '17', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '16', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '14', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, }, { number: '33', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { number: '32', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '47', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '46', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '44', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '55', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 0, z: 0, }, }, { number: '57', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { number: '56', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '54', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '41', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 8, z: 0, }, }, { number: '43', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 6, z: 0, }, }, { number: '42', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '48', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '51', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 8, z: 0, }, }, { number: '53', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, { number: '52', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '58', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 32, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '3', number: 'B10(501)', dimension: { w: 58, h: 10, }, places: [ { number: '154', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '153', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '151', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '152', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '75', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '77', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '76', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '74', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '61', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '63', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '62', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '68', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '48', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, { number: '42', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '15', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '71', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '73', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '72', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '78', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '25', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '21', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '35', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '31', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '65', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '67', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '66', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '64', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 1, z: 0, }, }, { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 7, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 37, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 31, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['BICYCLE_LOW_ICON', 'WHEELCHAIR_ICON'], }, { id: '2', number: 'B11(501)', dimension: { w: 58, h: 10, }, places: [ { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 0, z: 0, }, rotation: 90, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 6, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '1', number: 'Bt1(501)', dimension: { w: 64, h: 10, }, places: [ { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 2, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 6, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 53, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 7, y: 7, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 27, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '31', number: 'At2(501)', dimension: { w: 64, h: 10, }, places: [ { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 5, z: 0, }, }, { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 17, y: 5, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 47, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 44, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 35, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 43, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 0, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 63, y: 0, z: 0, }, rotation: 180, }, { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['SILENCE_ICON', 'WHEELCHAIR_ICON'], }, { id: '30', number: 'A3(501)', dimension: { w: 57, h: 10, }, places: [ { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 9, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 8, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 29, y: 8, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 5, y: 7, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 29, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 14, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 15, y: 8, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '29', number: 'A4(501)', dimension: { w: 57, h: 10, }, places: [ { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 8, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '28', number: 'A5(501)', dimension: { w: 57, h: 10, }, places: [ { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 1, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 7, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 9, z: 0, }, rotation: 90, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 23, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 36, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 17, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '27', number: 'WR6(501)', dimension: { w: 58, h: 10, }, places: [ { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 0, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 3, z: 0, }, }, { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 46, y: 3, z: 0, }, }, ], graphicElements: [ { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 14, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 50, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE_HIGH', dimension: { w: 1, h: 10, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 34, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 50, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 42, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'STAFF_AREA', dimension: { w: 19, h: 6, }, position: { x: 5, y: 4, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['RESTAURANT_ICON'], type: 'RESTAURANT_COACH', }, { id: '26', number: 'B7(501)', dimension: { w: 58, h: 10, }, places: [ { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 20, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 41, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 26, y: 4, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '25', number: 'B8(501)', dimension: { w: 60, h: 10, }, places: [ { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 2, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 6, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 6, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 6, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 8, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 8, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 6, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 59, y: 0, z: 0, }, rotation: 180, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 33, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 6, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '24', number: 'B9(501)', dimension: { w: 58, h: 10, }, places: [ { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 32, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '23', number: 'B10(501)', dimension: { w: 58, h: 10, }, places: [ { number: '154', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '153', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '151', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '152', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 1, z: 0, }, }, { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 7, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 37, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 31, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['BICYCLE_LOW_ICON', 'WHEELCHAIR_ICON'], }, { id: '22', number: 'B11(501)', dimension: { w: 58, h: 10, }, places: [ { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 0, z: 0, }, rotation: 90, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 6, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '21', number: 'Bt1(501)', dimension: { w: 64, h: 10, }, places: [ { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 2, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 6, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 53, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 7, y: 7, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 27, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, ], }"
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"kind": "variable",
|
|
7985
|
+
"name": "MOCK_COACHE_RAW_DECK_LOWER",
|
|
7986
|
+
"type": {
|
|
7987
|
+
"text": "array"
|
|
7988
|
+
},
|
|
7989
|
+
"default": "[ { warnings: null, coachDeckLayout: { id: '32801', name: 'WR6(501) - not touch', dimension: { width: 56, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '21', rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '22', rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '41', rectangle: { position: { x: 39, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '42', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '61', rectangle: { position: { x: 47, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '62', rectangle: { position: { x: 53, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '13', rectangle: { position: { x: 31, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '14', rectangle: { position: { x: 37, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '11', rectangle: { position: { x: 31, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '12', rectangle: { position: { x: 37, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '33', rectangle: { position: { x: 39, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '34', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '31', rectangle: { position: { x: 39, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '32', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '53', rectangle: { position: { x: 47, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '51', rectangle: { position: { x: 47, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '52', rectangle: { position: { x: 53, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 6, height: 10, borderRadius: null, }, }, orientation: 0, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 42, y: 6, z: 0, }, dimension: { width: 2, height: 4, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 50, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 34, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 2, height: 4, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 42, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 50, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 8, y: 2, z: 0, }, dimension: { width: 6, height: 6, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, ], serviceIcons: [ { rectangle: { position: { x: 32, y: 3, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'RESTAURANT_ICON', }, { rectangle: { position: { x: 46, y: 3, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'RESTAURANT_ICON', }, ], }, }, ]"
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"kind": "variable",
|
|
7993
|
+
"name": "MOCK_COACHE_RAW_DECK_UPPPER",
|
|
7994
|
+
"type": {
|
|
7995
|
+
"text": "array"
|
|
7996
|
+
},
|
|
7997
|
+
"default": "[ { warnings: null, coachDeckLayout: { id: '32801', name: 'WR6(501) - not touch', dimension: { width: 56, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'UPPER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '21', rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '22', rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '41', rectangle: { position: { x: 39, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '42', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '61', rectangle: { position: { x: 47, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '62', rectangle: { position: { x: 53, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '13', rectangle: { position: { x: 31, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '14', rectangle: { position: { x: 37, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '11', rectangle: { position: { x: 31, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '12', rectangle: { position: { x: 37, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '33', rectangle: { position: { x: 39, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '34', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '31', rectangle: { position: { x: 39, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '32', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '53', rectangle: { position: { x: 47, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '51', rectangle: { position: { x: 47, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'SELECTED', }, { number: '52', rectangle: { position: { x: 53, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 6, height: 10, borderRadius: null, }, }, orientation: 0, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [], }, }, ]"
|
|
7974
7998
|
}
|
|
7975
7999
|
],
|
|
7976
8000
|
"exports": [
|
|
@@ -7997,6 +8021,22 @@
|
|
|
7997
8021
|
"name": "MOCK_GIRUNO_TRAIN",
|
|
7998
8022
|
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
7999
8023
|
}
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"kind": "js",
|
|
8027
|
+
"name": "MOCK_COACHE_RAW_DECK_LOWER",
|
|
8028
|
+
"declaration": {
|
|
8029
|
+
"name": "MOCK_COACHE_RAW_DECK_LOWER",
|
|
8030
|
+
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
8031
|
+
}
|
|
8032
|
+
},
|
|
8033
|
+
{
|
|
8034
|
+
"kind": "js",
|
|
8035
|
+
"name": "MOCK_COACHE_RAW_DECK_UPPPER",
|
|
8036
|
+
"declaration": {
|
|
8037
|
+
"name": "MOCK_COACHE_RAW_DECK_UPPPER",
|
|
8038
|
+
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
8039
|
+
}
|
|
8000
8040
|
}
|
|
8001
8041
|
]
|
|
8002
8042
|
},
|