|
@@ -5,5 +5,43 @@
|
|
|
"headroom": 3200,
|
|
|
"floors": 3,
|
|
|
"landings": 3,
|
|
|
- "doors": []
|
|
|
+ "doors": [
|
|
|
+ {
|
|
|
+ "stop": "Landing1",
|
|
|
+ "side": "B",
|
|
|
+ "type": "saloon door",
|
|
|
+ "model": "saloon door",
|
|
|
+ "frame": "aluminium",
|
|
|
+ "opening": "left",
|
|
|
+ "is_first_floor": true,
|
|
|
+ "has_door_light": true,
|
|
|
+ "opening_width": 816,
|
|
|
+ "opening_height": 2100,
|
|
|
+ "LOP_type": "CIBES LX"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "stop": "Landing2",
|
|
|
+ "side": "B",
|
|
|
+ "type": "saloon door",
|
|
|
+ "model": "saloon door",
|
|
|
+ "opening": "left",
|
|
|
+ "is_first_floor": false,
|
|
|
+ "has_door_light": true,
|
|
|
+ "opening_width": 816,
|
|
|
+ "opening_height": 2100,
|
|
|
+ "LOP_type": "CIBES LX"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "stop": "Landing3",
|
|
|
+ "side": "B",
|
|
|
+ "type": "saloon door",
|
|
|
+ "model": "saloon door",
|
|
|
+ "opening": "left",
|
|
|
+ "is_first_floor": false,
|
|
|
+ "has_door_light": true,
|
|
|
+ "opening_width": 816,
|
|
|
+ "opening_height": 2100,
|
|
|
+ "LOP_type": "CIBES LX"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|