New file |
| | |
| | | body { |
| | | background-color: #6CA7A8; |
| | | } |
| | | .button-window { |
| | | float: left; |
| | | width: 100%; |
| | | height: 100%; |
| | | padding: 10px; |
| | | background-color: #6CA7A8; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0 0 0 .3); |
| | | } |
| | | /* -------------------- 第一模块 -------------------- */ |
| | | .log-board { |
| | | background-color: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |
| | | height: 25%; |
| | | } |
| | | /* 左 */ |
| | | .command-log { |
| | | float: left; |
| | | height: 100%; |
| | | width: 20%; |
| | | text-align: center; |
| | | } |
| | | .command-log h2 { |
| | | padding: 10px; |
| | | } |
| | | |
| | | .ste-command-item { |
| | | padding: 4px 0; |
| | | margin-top: 5px; |
| | | } |
| | | .ste-command-item label { |
| | | font-size: 20px; |
| | | font-weight: bold; |
| | | vertical-align: middle; |
| | | } |
| | | .demoBtn { |
| | | vertical-align: middle; |
| | | /*width: 30%;*/ |
| | | height: 30px; |
| | | left: 0; |
| | | top: 0; |
| | | padding: 5px 15px; |
| | | text-shadow: inherit; |
| | | font-size: 15px; |
| | | margin-left: 5px; |
| | | margin-right: 5px; |
| | | display: inline-block; |
| | | background-color: #FF5722; |
| | | border: none; |
| | | color: #FFF; |
| | | box-shadow: 1px 1px 5px #B6B6B6; |
| | | border-radius: 3px; |
| | | cursor: pointer; |
| | | } |
| | | .demoBtn:hover { |
| | | opacity: 0.8 |
| | | } |
| | | .demoBtn:focus { |
| | | outline: 0; |
| | | } |
| | | |
| | | /* 右 */ |
| | | .ste-state { |
| | | float: left; |
| | | height: 100%; |
| | | width: 80%; |
| | | overflow: auto; |
| | | } |
| | | /* 穿梭车状态表 */ |
| | | #ste-state-table { |
| | | font-size: 12px; |
| | | border-collapse: collapse; |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | } |
| | | #ste-state-table td, #ste-state-table th { |
| | | border: 1px solid #cad9ea; |
| | | color: #666; |
| | | height: 25px; |
| | | } |
| | | #ste-state-table thead th { |
| | | background-color: #CCE8EB; |
| | | width: 300px; |
| | | } |
| | | #ste-state-table tr:nth-child(odd) { |
| | | background: #fff; |
| | | } |
| | | #ste-state-table tr:nth-child(even) { |
| | | background: #F5FAFA; |
| | | } |
| | | |
| | | /* -------------------- 第二模块 -------------------- */ |
| | | .ste-msg { |
| | | /*overflow: auto;*/ |
| | | margin-top: 10px; |
| | | height: 23%; |
| | | background-color: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |
| | | } |
| | | /* 堆垛机状态信息表 */ |
| | | #ste-msg-table { |
| | | font-size: 12px; |
| | | border-collapse: collapse; |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | } |
| | | #ste-msg-table td, #ste-msg-table th { |
| | | border: 1px solid #f1f1f1; |
| | | color: #666; |
| | | height: 30px; |
| | | } |
| | | #ste-msg-table thead th { |
| | | background-color: #fff; |
| | | width: 400px; |
| | | } |
| | | #ste-msg-table tr:nth-child(odd) { |
| | | background: #fff; |
| | | } |
| | | #ste-msg-table tr:nth-child(even) { |
| | | background: #fff; |
| | | } |
| | | |
| | | /* -------------------- 第三模块 -------------------- */ |
| | | |
| | | .ste-operation { |
| | | position: relative; |
| | | margin-top: 10px; |
| | | height: 25%; |
| | | background-color: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |
| | | } |
| | | |
| | | /* 任务设备选择框 */ |
| | | .task-select { |
| | | width: 13%; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | display: inline-block; |
| | | padding: 20px 0 10px 20px; |
| | | /*clear: right;*/ |
| | | } |
| | | .operator-item { |
| | | display: inline-block; |
| | | height: 100%; |
| | | text-align: center; |
| | | position: relative; |
| | | vertical-align: middle; |
| | | padding: 0 20px; |
| | | } |
| | | .operator-item .select-title { |
| | | display: inline-block; |
| | | position: absolute; |
| | | top: -11px; |
| | | left: 50%; |
| | | transform: translate(-50%, 0); |
| | | background-color: #fff; |
| | | color: #2e95d3; |
| | | font-size: 12px; |
| | | border: 1px solid #8d8d8d; |
| | | border-radius: 5px; |
| | | padding: 5px; |
| | | z-index: 999; |
| | | } |
| | | .operator-item .select-container { |
| | | padding: 30px 0; |
| | | height: 100%; |
| | | border: 1px solid #8d8d8d; |
| | | border-radius: 5px; |
| | | } |
| | | #ste-select .select-container label { |
| | | display: block; |
| | | padding: 5px 40px; |
| | | vertical-align: middle; margin-top:-2px; margin-bottom:1px; |
| | | |
| | | } |
| | | .select-container input { |
| | | display: inline-block; |
| | | font-size: 12px; |
| | | vertical-align: middle; margin-top:-2px; margin-bottom:1px; |
| | | } |
| | | .select-container-item { |
| | | display: inline-block; |
| | | padding: 0 10px; |
| | | } |
| | | .select-container-item input { |
| | | height: 20px; |
| | | border: 1px solid #8D8D8D; |
| | | border-radius: 3px; |
| | | width: 80px; |
| | | outline: none; |
| | | } |
| | | |
| | | /* 任务作业选择框 */ |
| | | .task-operator { |
| | | width: 86%; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | padding: 5px 0 10px 20px; |
| | | display: inline-block; |
| | | margin-right: 10px; |
| | | } |
| | | .task-operator fieldset { |
| | | padding: 15px 20px 5px 50px; |
| | | /*border-width: 1px;*/ |
| | | /*border-style: solid;*/ |
| | | height: 100%; |
| | | border: 1px solid #8d8d8d; |
| | | border-radius: 5px; |
| | | } |
| | | .task-operator legend { |
| | | background-color: #fff; |
| | | color: #2e95d3; |
| | | font-size: 12px; |
| | | border: 1px solid #8d8d8d; |
| | | border-radius: 5px; |
| | | padding: 5px; |
| | | z-index: 999; |
| | | } |
| | | button.item { |
| | | margin-top: 5px; |
| | | border: 1px solid #333; |
| | | font-size: 13px; |
| | | padding: 1px 1px 1px 1px; |
| | | width: 100px; |
| | | height: 40px; |
| | | outline: none; |
| | | cursor: pointer; |
| | | color: #333; |
| | | background-color: transparent; |
| | | margin-right: 5px; |
| | | border-radius: 5px; |
| | | } |
| | | button.item:hover { |
| | | background-color: #333; |
| | | color: #fff; |
| | | } |
| | | |
| | | /* 手动操作遮罩 */ |
| | | .ste-operation-shade { |
| | | position: absolute; |
| | | height: 100%; |
| | | width: 100%; |
| | | z-index: 1000; |
| | | text-align: center; |
| | | padding: 80px 0; |
| | | } |
| | | .ste-operation-shade-span { |
| | | font-size: xx-large; |
| | | font-weight: bold; |
| | | color: red; |
| | | } |
| | | |
| | | /* -------------------- 第四模块 -------------------- */ |
| | | .ste-output-board { |
| | | margin-top: 10px; |
| | | height: 20%; |
| | | background-color: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 0 3px rgba(0,0,0,.3); |
| | | } |
| | | #ste-output { |
| | | border-left: none; |
| | | border-right: none; |
| | | border-top: 1px solid #9d9d9d; |
| | | border-bottom: 1px solid #333; |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: auto; |
| | | resize:none; |
| | | color: #666; |
| | | } |
| | | |
| | | |
| | | /* 详情弹出层 */ |
| | | #ste-detl { |
| | | padding: 30px 10px 0 25px; |
| | | overflow: hidden; |
| | | } |
| | | #ste-detl form { |
| | | overflow: hidden; |
| | | } |
| | | .form-item { |
| | | margin-bottom: 10px; |
| | | } |
| | | .form-label { |
| | | display: inline-block; |
| | | width: 70px; |
| | | text-align: right; |
| | | } |
| | | .form-input { |
| | | display: inline-block; |
| | | padding-left: 15px; |
| | | } |
| | | .form-input input { |
| | | outline-style: none ; |
| | | border: 1px solid #ccc; |
| | | border-radius: 3px; |
| | | padding: 5px 8px; |
| | | width: 150px; |
| | | height: 30px; |
| | | font-size: 14px; |
| | | font-weight: bolder; |
| | | } |
| | | .form-input input:focus{ |
| | | border-color: #66afe9; |
| | | outline: 0; |
| | | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); |
| | | box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) |
| | | } |
| | | .form-button-container { |
| | | text-align: center; |
| | | } |
| | | .form-button { |
| | | margin: 10px 10px; |
| | | width: 50px; |
| | | height: 30px; |
| | | color:white; |
| | | background-color:cornflowerblue; |
| | | border-radius: 3px; |
| | | border-width: 0; |
| | | outline: none; |
| | | font-size: 15px; |
| | | text-align: center; |
| | | cursor: pointer; |
| | | } |
| | | .form-button:hover { |
| | | opacity: 0.7; |
| | | } |
| | |
| | | "minBayNo": 2, |
| | | "maxBayNo": 62 |
| | | }], |
| | | "rackDescs": [], |
| | | "crns": [], |
| | | "rackDescs": [{ |
| | | "type": "rackDescs", |
| | | "id": "lb_desc21", |
| | | "text": "#21", |
| | | "top": 256, |
| | | "left": 1640, |
| | | "width": 30, |
| | | "height": 23 |
| | | }, { |
| | | "type": "rackDescs", |
| | | "id": "lb_desc27", |
| | | "text": "#27", |
| | | "top": 484, |
| | | "left": 1640, |
| | | "width": 41, |
| | | "height": 23 |
| | | }], |
| | | "crns": [{ |
| | | "type": "crane", |
| | | "id": "crn-6", |
| | | "text": "6", |
| | | "top": 306,// 591(3号堆垛机),//-22 ==>4 //67,//92 103 //(测算堆垛机位置)591 +25 ==>//616 +11 ==>//627 |
| | | "left": 630, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track6", |
| | | "text": "6", |
| | | "top": 317, |
| | | "left": 630, |
| | | "width": 1042, |
| | | "height": 2 |
| | | }, { |
| | | "type": "crane", |
| | | "id": "crn-7", |
| | | "text": "7", |
| | | "top": 434,// 591(3号堆垛机),//-22 ==>4 //67,//92 103 //(测算堆垛机位置)591 +25 ==>//616 +11 ==>//627 |
| | | "left": 630, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track7", |
| | | "text": "7", |
| | | "top": 445, |
| | | "left": 630, |
| | | "width": 1042, |
| | | "height": 2 |
| | | }], |
| | | "areas": [{ |
| | | "type": "Control_floor", |
| | | "id": "tabControl_floor1", |
| | |
| | | "left": 1670, |
| | | "width": 39, |
| | | "height": 24 |
| | | } |
| | | ,{ |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-419", |
| | | "text": "419", |
| | |
| | | "left": 1670, |
| | | "width": 39, |
| | | "height": 24 |
| | | }] |
| | | },{ |
| | | "type": "floor", |
| | | "id": "page_floor2", |
| | | "text": "2", |
| | | "top": 4, |
| | | "left": 22, |
| | | "width": 1374, |
| | | "height": 672, |
| | | "stns": [{ |
| | | "type": "stn", |
| | | "id": "site-525", |
| | | "text": "525", |
| | | "top": 100, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-526", |
| | | "text": "526", |
| | | "top": 150, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-527", |
| | | "text": "527", |
| | | "top": 200, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-528", |
| | | "text": "528", |
| | | "top": 250, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-529", |
| | | "text": "529", |
| | | "top": 300, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-530", |
| | | "text": "530", |
| | | "top": 350, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-531", |
| | | "text": "531", |
| | | "top": 400, |
| | | "left": 420, |
| | | "width": 69, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-532", |
| | | "text": "532", |
| | | "top": 430, |
| | | "left": 430, |
| | | "width": 49, |
| | | "height": 99 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-533", |
| | | "text": "533", |
| | | "top": 530, |
| | | "left": 420, |
| | | "width": 89, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-548", |
| | | "text": "548", |
| | | "top": 100, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-547", |
| | | "text": "547", |
| | | "top": 150, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-546", |
| | | "text": "546", |
| | | "top": 200, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-545", |
| | | "text": "545", |
| | | "top": 250, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-544", |
| | | "text": "544", |
| | | "top": 300, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-543", |
| | | "text": "543", |
| | | "top": 350, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-542", |
| | | "text": "542", |
| | | "top": 400, |
| | | "left": 520, |
| | | "width": 69, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site- ", |
| | | "text": " ", |
| | | "top": 430, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-541", |
| | | "text": "541", |
| | | "top": 450, |
| | | "left": 520, |
| | | "width": 69, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-540", |
| | | "text": "540", |
| | | "top": 480, |
| | | "left": 530, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-534", |
| | | "text": "534", |
| | | "top": 530, |
| | | "left": 510, |
| | | "width": 89, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-535", |
| | | "text": "535", |
| | | "top": 520, |
| | | "left": 600, |
| | | "width": 49, |
| | | "height": 69 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-536", |
| | | "text": "536", |
| | | "top": 530, |
| | | "left": 650, |
| | | "width": 89, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-537", |
| | | "text": "537", |
| | | "top": 520, |
| | | "left": 740, |
| | | "width": 49, |
| | | "height": 69 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-538", |
| | | "text": "538", |
| | | "top": 530, |
| | | "left": 790, |
| | | "width": 49, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-539", |
| | | "text": "539", |
| | | "top": 510, |
| | | "left": 840, |
| | | "width": 89, |
| | | "height": 89 |
| | | }] |
| | | }] |
| | | }] |
| | |
| | | "text": "155", |
| | | "top": 258, |
| | | "left": 1430, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-156", |
| | | "text": "156", |
| | | "top": 258, |
| | | "left": 1455, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-157", |
| | | "text": "157", |
| | | "top": 258, |
| | | "left": 1480, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-158", |
| | | "text": "158", |
| | | "top": 258, |
| | | "left": 1505, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-159", |
| | | "text": "159", |
| | | "top": 258, |
| | | "left": 1530, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-160", |
| | | "text": "160", |
| | | "top": 258, |
| | | "left": 1555, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-161", |
| | | "text": "161", |
| | | "top": 258, |
| | | "left": 1580, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-162", |
| | | "text": "162", |
| | | "top": 258, |
| | | "left": 1605, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-163", |
| | | "text": "163", |
| | | "top": 258, |
| | | "left": 1630, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-164", |
| | | "text": "164", |
| | | "top": 258, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-165", |
| | | "text": "165", |
| | | "top": 258, |
| | | "left": 1680, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-166", |
| | | "text": "166", |
| | | "top": 258, |
| | | "left": 1705, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-167", |
| | | "text": "167", |
| | | "top": 258, |
| | | "left": 1730, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-168", |
| | | "text": "168", |
| | | "top": 258, |
| | | "left": 1755, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-169", |
| | | "text": "169", |
| | | "top": 258, |
| | | "left": 1780, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-170", |
| | | "text": "170", |
| | | "top": 258, |
| | | "left": 1805, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-171", |
| | | "text": "171", |
| | | "top": 258, |
| | | "left": 1830, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-172", |
| | | "text": "172", |
| | | "top": 258, |
| | | "left": 1855, |
| | | "width": 24, |
| | | "width": 49, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | |
| | | "text": "193", |
| | | "top": 238, |
| | | "left": 1430, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-192", |
| | | "text": "192", |
| | | "top": 238, |
| | | "left": 1455, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-191", |
| | | "text": "191", |
| | | "top": 238, |
| | | "left": 1480, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-190", |
| | | "text": "190", |
| | | "top": 238, |
| | | "left": 1505, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-189", |
| | | "text": "189", |
| | | "top": 238, |
| | | "left": 1530, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-188", |
| | | "text": "188", |
| | | "top": 238, |
| | | "left": 1555, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-187", |
| | | "text": "187", |
| | | "top": 238, |
| | | "left": 1580, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-186", |
| | | "text": "186", |
| | | "top": 238, |
| | | "left": 1605, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-185", |
| | | "text": "185", |
| | | "top": 238, |
| | | "left": 1630, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-184", |
| | | "text": "184", |
| | | "top": 238, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-183", |
| | | "text": "183", |
| | | "top": 238, |
| | | "left": 1680, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-182", |
| | | "text": "182", |
| | | "top": 238, |
| | | "left": 1705, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-181", |
| | | "text": "181", |
| | | "top": 238, |
| | | "left": 1730, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-180", |
| | | "text": "180", |
| | | "top": 238, |
| | | "left": 1755, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-179", |
| | | "text": "179", |
| | | "top": 238, |
| | | "left": 1780, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-178", |
| | | "text": "178", |
| | | "top": 238, |
| | | "left": 1805, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-177", |
| | | "text": "177", |
| | | "top": 238, |
| | | "left": 1830, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-176", |
| | | "text": "176", |
| | | "top": 238, |
| | | "left": 1855, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-175", |
| | | "text": "175", |
| | | "top": 238, |
| | | "left": 1880, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-174", |
| | | "text": "174", |
| | | "top": 258, |
| | | "left": 1880, |
| | | "width": 24, |
| | | "height": 59 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-173", |
| | | "text": "173", |
| | | "top": 318, |
| | | "left": 1880, |
| | | "width": 24, |
| | | "width": 49, |
| | | "height": 19 |
| | | }] |
| | | }, { |
| | |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-262", |
| | | "text": "262", |
| | | "top": 294, |
| | | "left": 1440, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-263", |
| | | "text": "263", |
| | | "top": 294, |
| | | "left": 1470, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-264", |
| | | "text": "264", |
| | | "top": 294, |
| | | "left": 1500, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-265", |
| | | "text": "265", |
| | | "top": 294, |
| | | "left": 1530, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-266", |
| | | "text": "266", |
| | | "top": 294, |
| | | "left": 1560, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-267", |
| | | "text": "267", |
| | | "top": 294, |
| | | "left": 1590, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-268", |
| | | "text": "268", |
| | | "top": 294, |
| | | "left": 1620, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-269", |
| | | "text": "269", |
| | | "top": 315, |
| | | "left": 1620, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-270", |
| | | "text": "270", |
| | | "top": 365, |
| | | "left": 1620, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-320", |
| | | "text": "320", |
| | | "top": 415, |
| | | "left": 1620, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-321", |
| | | "text": "321", |
| | | "top": 415, |
| | | "left": 1660, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-322", |
| | | "text": "322", |
| | | "top": 415, |
| | | "left": 1700, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-323", |
| | | "text": "323", |
| | | "top": 415, |
| | | "left": 1740, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-324", |
| | | "text": "324", |
| | | "top": 436, |
| | | "left": 1740, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-271", |
| | | "text": "271", |
| | | "top": 486, |
| | | "left": 1740, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-259", |
| | |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-304", |
| | | "text": "304", |
| | | "top": 246, |
| | | "left": 1440, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-303", |
| | | "text": "303", |
| | | "top": 246, |
| | | "left": 1470, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-302", |
| | | "text": "302", |
| | | "top": 246, |
| | | "left": 1500, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-301", |
| | | "text": "301", |
| | | "top": 246, |
| | | "left": 1530, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-300", |
| | | "text": "300", |
| | | "top": 246, |
| | | "left": 1560, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-299", |
| | | "text": "299", |
| | | "top": 246, |
| | | "left": 1600, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-298", |
| | | "text": "298", |
| | | "top": 246, |
| | | "left": 1640, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-297", |
| | | "text": "297", |
| | | "top": 267, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-296", |
| | | "text": "296", |
| | | "top": 317, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-329", |
| | | "text": "329", |
| | | "top": 367, |
| | | "left": 1655, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-328", |
| | | "text": "328", |
| | | "top": 367, |
| | | "left": 1695, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-327", |
| | | "text": "327", |
| | | "top": 367, |
| | | "left": 1735, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-326", |
| | | "text": "326", |
| | | "top": 367, |
| | | "left": 1775, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-325", |
| | | "text": "325", |
| | | "top": 388, |
| | | "left": 1775, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-295", |
| | | "text": "295", |
| | | "top": 438, |
| | | "left": 1775, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-240", |
| | | "text": "240", |
| | | "top": 267, |
| | |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 41 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-262", |
| | | "text": "262", |
| | | "top": 294, |
| | | "left": 1440, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-304", |
| | | "text": "304", |
| | | "top": 246, |
| | | "left": 1440, |
| | | "width": 49, |
| | | "height": 20 |
| | | }] |
| | | }] |
| | | }] |
| | |
| | | "minBayNo": 2, |
| | | "floors": 1, |
| | | "overflow": "scroll", |
| | | "racks": [{ |
| | | "type": "rack", |
| | | "id": "rack1", |
| | | "top": 661, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack2", |
| | | "top": 639,//-48 ==>3 |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack3", |
| | | "top": 591,//-22 ==>4 //67,//92 103 //591 +25 ==>//616 +11 ==>//627 |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack4", |
| | | "top": 569, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | },{ |
| | | "type": "rack", |
| | | "id": "rack5", |
| | | "top": 547, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack6", |
| | | "top": 525, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack7", |
| | | "top": 477, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack8", |
| | | "top": 455, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack9", |
| | | "top": 432,//-22 ==>10 |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack10", |
| | | "top": 384,//+25 ==>409 +11 ==>420 |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | },{ |
| | | "type": "rack", |
| | | "id": "rack11", |
| | | "top": 362, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack12", |
| | | "top": 314,//+25 ==>339 |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack13", |
| | | "top": 292, |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }, { |
| | | "type": "rack", |
| | | "id": "rack14", |
| | | "top": 244,//+25 ==> 269 |
| | | "left": 350, |
| | | "width": 917, |
| | | "height": 22, |
| | | "minBayNo": 2, |
| | | "maxBayNo": 42 |
| | | }], |
| | | "rackDescs": [{ |
| | | "type": "rackDescs", |
| | | "id": "lb_desc16", |
| | | "text": "#1", |
| | | "top": 661, |
| | | "left": 270, |
| | | "width": 30, |
| | | "height": 23 |
| | | }, { |
| | | "type": "rackDescs", |
| | | "id": "lb_desc1", |
| | | "text": "#4", |
| | | "top": 569, |
| | | "left": 270, |
| | | "width": 41, |
| | | "height": 23 |
| | | }], |
| | | "crns": [{ |
| | | "type": "crane", |
| | | "id": "crn-1", |
| | | "text": "1", |
| | | "top": 616,// 591(3号堆垛机),//-22 ==>4 //67,//92 103 //(测算堆垛机位置)591 +25 ==>//616 +11 ==>//627 |
| | | "left": 439, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track1", |
| | | "text": "", |
| | | "top": 627, |
| | | "left": 273, |
| | | "width": 1042, |
| | | "height": 2 |
| | | },{ |
| | | "type": "crane", |
| | | "id": "crn-2", |
| | | "text": "2", |
| | | "top": 502, |
| | | "left": 439, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track2", |
| | | "text": "", |
| | | "top": 513, |
| | | "left": 273, |
| | | "width": 1042, |
| | | "height": 2 |
| | | },{ |
| | | "type": "crane", |
| | | "id": "crn-3", |
| | | "text": "3", |
| | | "top": 409, |
| | | "left": 439, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track3", |
| | | "text": "", |
| | | "top": 420, |
| | | "left": 273, |
| | | "width": 1042, |
| | | "height": 2 |
| | | },{ |
| | | "type": "crane", |
| | | "id": "crn-4", |
| | | "text": "4", |
| | | "top": 339, |
| | | "left": 439, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track4", |
| | | "text": "", |
| | | "top": 350, |
| | | "left": 273, |
| | | "width": 1042, |
| | | "height": 2 |
| | | },{ |
| | | "type": "crane", |
| | | "id": "crn-5", |
| | | "text": "5", |
| | | "top": 269, |
| | | "left": 439, |
| | | "width": 93, |
| | | "height": 22 |
| | | }, { |
| | | "type": "track", |
| | | "id": "lb_track5", |
| | | "text": "", |
| | | "top": 280, |
| | | "left": 273, |
| | | "width": 1042, |
| | | "height": 2 |
| | | }], |
| | | "racks": [], |
| | | "rackDescs": [], |
| | | "crns": [], |
| | | "areas": [{ |
| | | "type": "Control_floor", |
| | | "id": "tabControl_floor1", |
| | |
| | | "height": 672, |
| | | "stns": [{ |
| | | "type": "stn", |
| | | "id": "site-100", |
| | | "text": "100", |
| | | "top": 641.5, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-101", |
| | | "text": "101", |
| | | "top": 664, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-102", |
| | | "text": "102", |
| | | "top": 664, |
| | | "left": 1318, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-103", |
| | | "text": "103", |
| | | "top": 629, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 55 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-104", |
| | | "text": "104", |
| | | "top": 624, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 60 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-123", |
| | | "text": "123", |
| | | "top": 58, |
| | | "left": 1133, |
| | | "width": 29, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-124", |
| | | "text": "124", |
| | | "top": 88, |
| | | "left": 1133, |
| | | "width": 29, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-125", |
| | | "text": "125", |
| | | "top": 118, |
| | | "left": 1133, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-126", |
| | | "text": "126", |
| | | "top": 128, |
| | | "left": 1103, |
| | | "width": 29, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-122", |
| | | "text": "122", |
| | | "top": 58, |
| | | "left": 1163, |
| | | "width": 25, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-121", |
| | | "text": "121", |
| | | "top": 58, |
| | | "left": 1189, |
| | | "width": 29, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-129", |
| | | "text": "129", |
| | | "top": 88, |
| | | "left": 1189, |
| | | "width": 29, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-130", |
| | | "text": "130", |
| | | "top": 118, |
| | | "left": 1189, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-131", |
| | | "text": "131", |
| | | "top": 128, |
| | | "left": 1219, |
| | | "width": 29, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-120", |
| | | "text": "120", |
| | | "top": 58, |
| | | "left": 1219, |
| | | "width": 59, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-119", |
| | | "text": "119", |
| | | "top": 58, |
| | | "left": 1279, |
| | | "width": 59, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-118", |
| | | "text": "118", |
| | | "top": 58, |
| | | "left": 1339, |
| | | "width": 59, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-117", |
| | | "text": "117", |
| | | "top": 58, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-116", |
| | | "text": "116", |
| | | "top": 98, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-115", |
| | | "text": "115", |
| | | "top": 138, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-114", |
| | | "text": "114", |
| | | "top": 178, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-113", |
| | | "text": "113", |
| | | "top": 218, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-112", |
| | | "text": "112", |
| | | "top": 258, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-111", |
| | | "text": "111", |
| | | "top": 298, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-110", |
| | | "text": "110", |
| | | "top": 338, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-109", |
| | | "text": "109", |
| | | "top": 378, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-108", |
| | | "text": "108", |
| | | "top": 418, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-107", |
| | | "text": "107", |
| | | "top": 458, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 59 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-106", |
| | | "text": "106", |
| | | "top": 518, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 29 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-105", |
| | | "text": "105", |
| | | "top": 548, |
| | | "left": 1400, |
| | | "width": 29, |
| | | "height": 75 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-154", |
| | | "text": "154", |
| | | "top": 572, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 55 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-127", |
| | | "text": "127", |
| | | "top": 158, |
| | | "left": 1133, |
| | | "width": 29, |
| | | "height": 40 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-128", |
| | | "text": "128", |
| | | "top": 178, |
| | | "left": 1163, |
| | | "width": 25, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-132", |
| | | "text": "132", |
| | | "top": 158, |
| | | "left": 1189, |
| | | "width": 29, |
| | | "height": 40 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-133", |
| | | "text": "133", |
| | | "top": 178, |
| | | "left": 1219, |
| | | "width": 69, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-134", |
| | | "text": "134", |
| | | "top": 178, |
| | | "left": 1289, |
| | | "width": 79, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-135", |
| | | "text": "135", |
| | | "top": 178, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-136", |
| | | "text": "136", |
| | | "top": 218, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-137", |
| | | "text": "137", |
| | | "top": 258, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-138", |
| | | "text": "138", |
| | | "top": 298, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-139", |
| | | "text": "139", |
| | | "top": 338, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-140", |
| | | "text": "140", |
| | | "top": 378, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-141", |
| | | "text": "141", |
| | | "top": 418, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-142", |
| | | "text": "142", |
| | | "top": 458, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 39 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-143", |
| | | "text": "143", |
| | | "top": 458, |
| | | "left": 1318, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-144", |
| | | "text": "144", |
| | | "top": 458, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-145", |
| | | "text": "145", |
| | | "top": 480, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-148", |
| | | "text": "148", |
| | | "top": 528, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-149", |
| | | "text": "149", |
| | | "top": 550, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-150", |
| | | "text": "150", |
| | | "top": 550, |
| | | "left": 1318, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-147", |
| | | "text": "147", |
| | | "top": 535, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 35 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-146", |
| | | "text": "146", |
| | | "top": 499, |
| | | "left": 1369, |
| | | "width": 29, |
| | | "height": 34 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-151", |
| | | "text": "151", |
| | | "top": 572, |
| | | "left": 1318, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-152", |
| | | "text": "152", |
| | | "top": 572, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-153", |
| | | "text": "153", |
| | | "top": 593, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-155", |
| | | "text": "155", |
| | | "top": 258, |
| | | "left": 1430, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-156", |
| | | "text": "156", |
| | | "top": 258, |
| | | "left": 1455, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-157", |
| | | "text": "157", |
| | | "top": 258, |
| | | "left": 1480, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-158", |
| | | "text": "158", |
| | | "top": 258, |
| | | "left": 1505, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-159", |
| | | "text": "159", |
| | | "top": 258, |
| | | "left": 1530, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-160", |
| | | "text": "160", |
| | | "top": 258, |
| | | "left": 1555, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-161", |
| | | "text": "161", |
| | | "top": 258, |
| | | "left": 1580, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-162", |
| | | "text": "162", |
| | | "top": 258, |
| | | "left": 1605, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-163", |
| | | "text": "163", |
| | | "top": 258, |
| | | "left": 1630, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-164", |
| | | "text": "164", |
| | | "top": 258, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-165", |
| | | "text": "165", |
| | | "top": 258, |
| | | "left": 1680, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-166", |
| | | "text": "166", |
| | | "top": 258, |
| | | "left": 1705, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-167", |
| | | "text": "167", |
| | | "top": 258, |
| | | "left": 1730, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-168", |
| | | "text": "168", |
| | | "top": 258, |
| | | "left": 1755, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-169", |
| | | "text": "169", |
| | | "top": 258, |
| | | "left": 1780, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-170", |
| | | "text": "170", |
| | | "top": 258, |
| | | "left": 1805, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-171", |
| | | "text": "171", |
| | | "top": 258, |
| | | "left": 1830, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-172", |
| | | "text": "172", |
| | | "top": 258, |
| | | "left": 1855, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-193", |
| | | "text": "193", |
| | | "top": 238, |
| | | "left": 1430, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-192", |
| | | "text": "192", |
| | | "top": 238, |
| | | "left": 1455, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 250, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-191", |
| | | "text": "191", |
| | | "top": 238, |
| | | "left": 1480, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 300, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-190", |
| | | "text": "190", |
| | | "top": 238, |
| | | "left": 1505, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 350, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-189", |
| | | "text": "189", |
| | | "top": 238, |
| | | "left": 1530, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 400, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-188", |
| | | "text": "188", |
| | | "top": 238, |
| | | "left": 1555, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 450, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-187", |
| | | "text": "187", |
| | | "top": 238, |
| | | "left": 1580, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 500, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-186", |
| | | "text": "186", |
| | | "top": 238, |
| | | "left": 1605, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 550, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-185", |
| | | "text": "185", |
| | | "top": 238, |
| | | "left": 1630, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 600, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-184", |
| | | "text": "184", |
| | | "top": 238, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 650, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-183", |
| | | "text": "183", |
| | | "top": 238, |
| | | "left": 1680, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 700, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-182", |
| | | "text": "182", |
| | | "top": 238, |
| | | "left": 1705, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 750, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-181", |
| | | "text": "181", |
| | | "top": 238, |
| | | "left": 1730, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 800, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-180", |
| | | "text": "180", |
| | | "top": 238, |
| | | "left": 1755, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 850, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-179", |
| | | "text": "179", |
| | | "top": 238, |
| | | "left": 1780, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 900, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-178", |
| | | "text": "178", |
| | | "top": 238, |
| | | "left": 1805, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 950, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-177", |
| | | "text": "177", |
| | | "top": 238, |
| | | "left": 1830, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 1000, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-176", |
| | | "text": "176", |
| | | "top": 238, |
| | | "left": 1855, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 1050, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-175", |
| | | "text": "175", |
| | | "top": 238, |
| | | "left": 1880, |
| | | "width": 24, |
| | | "height": 19 |
| | | },{ |
| | | "top": 120, |
| | | "left": 1100, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-156", |
| | | "text": "156", |
| | | "top": 150, |
| | | "left": 250, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-157", |
| | | "text": "157", |
| | | "top": 150, |
| | | "left": 300, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-158", |
| | | "text": "158", |
| | | "top": 150, |
| | | "left": 350, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-159", |
| | | "text": "159", |
| | | "top": 150, |
| | | "left": 400, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-160", |
| | | "text": "160", |
| | | "top": 150, |
| | | "left": 450, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-161", |
| | | "text": "161", |
| | | "top": 150, |
| | | "left": 500, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-162", |
| | | "text": "162", |
| | | "top": 150, |
| | | "left": 550, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-163", |
| | | "text": "163", |
| | | "top": 150, |
| | | "left": 600, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-164", |
| | | "text": "164", |
| | | "top": 150, |
| | | "left": 650, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-165", |
| | | "text": "165", |
| | | "top": 150, |
| | | "left": 700, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-166", |
| | | "text": "166", |
| | | "top": 150, |
| | | "left": 750, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-167", |
| | | "text": "167", |
| | | "top": 150, |
| | | "left": 800, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-168", |
| | | "text": "168", |
| | | "top": 150, |
| | | "left": 850, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-169", |
| | | "text": "169", |
| | | "top": 150, |
| | | "left": 900, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-170", |
| | | "text": "170", |
| | | "top": 150, |
| | | "left": 950, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-171", |
| | | "text": "171", |
| | | "top": 150, |
| | | "left": 1000, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-172", |
| | | "text": "172", |
| | | "top": 150, |
| | | "left": 1050, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-174", |
| | | "text": "174", |
| | | "top": 258, |
| | | "left": 1880, |
| | | "width": 24, |
| | | "height": 59 |
| | | },{ |
| | | "top": 150, |
| | | "left": 1100, |
| | | "width": 49, |
| | | "height": 99 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-173", |
| | | "text": "173", |
| | | "top": 318, |
| | | "left": 1880, |
| | | "width": 24, |
| | | "height": 19 |
| | | "top": 250, |
| | | "left": 1100, |
| | | "width": 49, |
| | | "height": 29 |
| | | }] |
| | | }, { |
| | | "type": "floor", |
| | |
| | | "height": 672, |
| | | "stns": [{ |
| | | "type": "stn", |
| | | "id": "site-200", |
| | | "text": "200", |
| | | "top": 434, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-201", |
| | | "text": "201", |
| | | "top": 434, |
| | | "left": 1318, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-202", |
| | | "text": "202", |
| | | "top": 434, |
| | | "left": 1349, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-203", |
| | | "text": "203", |
| | | "top": 434, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-204", |
| | | "text": "204", |
| | | "top": 434, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-205", |
| | | "text": "205", |
| | | "top": 316, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 57 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-206", |
| | | "text": "206", |
| | | "top": 374, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 59 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-261", |
| | | "text": "261", |
| | | "top": 386, |
| | | "left": 1267, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-257", |
| | | "text": "257", |
| | | "top": 386, |
| | | "left": 1292, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-256", |
| | | "text": "256", |
| | | "top": 386, |
| | | "left": 1318, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-255", |
| | | "text": "255", |
| | | "top": 386, |
| | | "left": 1349, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-254", |
| | | "text": "254", |
| | | "top": 386, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-258", |
| | | "text": "258", |
| | | "top": 407, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 26 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-250", |
| | | "text": "250", |
| | | "top": 364, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-251", |
| | | "text": "251", |
| | | "top": 364, |
| | | "left": 1318, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-252", |
| | | "text": "252", |
| | | "top": 364, |
| | | "left": 1349, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-253", |
| | | "text": "253", |
| | | "top": 364, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-260", |
| | | "text": "260", |
| | | "top": 316, |
| | | "left": 1267, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-248", |
| | | "text": "248", |
| | | "top": 316, |
| | | "left": 1292, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-247", |
| | | "text": "247", |
| | | "top": 316, |
| | | "left": 1318, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-246", |
| | | "text": "246", |
| | | "top": 316, |
| | | "left": 1349, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-245", |
| | | "text": "245", |
| | | "top": 316, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-249", |
| | | "text": "249", |
| | | "top": 337, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 26 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-241", |
| | | "text": "241", |
| | | "top": 294, |
| | | "left": 1267, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-242", |
| | | "text": "242", |
| | | "top": 294, |
| | | "left": 1318, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-243", |
| | | "text": "243", |
| | | "top": 294, |
| | | "left": 1349, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-244", |
| | | "text": "244", |
| | | "top": 294, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-207", |
| | | "text": "207", |
| | | "top": 294, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-262", |
| | | "text": "262", |
| | | "top": 294, |
| | | "left": 1440, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-263", |
| | | "text": "263", |
| | | "top": 294, |
| | | "left": 1470, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-264", |
| | | "text": "264", |
| | | "top": 294, |
| | | "left": 1500, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-265", |
| | | "text": "265", |
| | | "top": 294, |
| | | "left": 1530, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-266", |
| | | "text": "266", |
| | | "top": 294, |
| | | "left": 1560, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-267", |
| | | "text": "267", |
| | | "top": 294, |
| | | "left": 1590, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-268", |
| | | "text": "268", |
| | | "top": 294, |
| | | "left": 1620, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-269", |
| | | "text": "269", |
| | | "top": 315, |
| | | "left": 1620, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-270", |
| | | "text": "270", |
| | | "top": 365, |
| | | "left": 1620, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-320", |
| | | "text": "320", |
| | | "top": 415, |
| | | "left": 1620, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-321", |
| | | "text": "321", |
| | | "top": 415, |
| | | "left": 1660, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-322", |
| | | "text": "322", |
| | | "top": 415, |
| | | "left": 1700, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-323", |
| | | "text": "323", |
| | | "top": 415, |
| | | "left": 1740, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-324", |
| | | "text": "324", |
| | | "top": 436, |
| | | "left": 1740, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-271", |
| | | "text": "271", |
| | | "top": 486, |
| | | "left": 1740, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-259", |
| | | "text": "259", |
| | | "top": 246, |
| | | "left": 1267, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-239", |
| | | "text": "239", |
| | | "top": 246, |
| | | "left": 1292, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-238", |
| | | "text": "238", |
| | | "top": 246, |
| | | "left": 1318, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-237", |
| | | "text": "237", |
| | | "top": 246, |
| | | "left": 1349, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-236", |
| | | "text": "236", |
| | | "top": 246, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-235", |
| | | "text": "235", |
| | | "top": 225, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-234", |
| | | "text": "234", |
| | | "top": 204, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-231", |
| | | "text": "231", |
| | | "top": 183, |
| | | "left": 1360, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-230", |
| | | "text": "230", |
| | | "top": 183, |
| | | "left": 1310, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-229", |
| | | "text": "229", |
| | | "top": 183, |
| | | "left": 1260, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-227", |
| | | "text": "227", |
| | | "top": 183, |
| | | "left": 1160, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-228", |
| | | "text": "228", |
| | | "top": 183, |
| | | "left": 1210, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-233", |
| | | "text": "233", |
| | | "top": 183, |
| | | "left": 1385, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-306", |
| | | "text": "306", |
| | | "top": 162, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-226", |
| | | "text": "226", |
| | | "top": 141, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-225", |
| | | "text": "225", |
| | | "top": 120, |
| | | "left": 1340, |
| | | "width": 69, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-312", |
| | | "text": "312", |
| | | "top": 110, |
| | | "left": 1320, |
| | | "width": 29, |
| | | "height": 40 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-313", |
| | | "text": "313", |
| | | "top": 120, |
| | | "left": 1290, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-224", |
| | | "text": "224", |
| | | "top": 99, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-223", |
| | | "text": "223", |
| | | "top": 78, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-215", |
| | | "text": "215", |
| | | "top": 57, |
| | | "left": 1360, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-216", |
| | | "text": "216", |
| | | "top": 57, |
| | | "left": 1310, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-217", |
| | | "text": "217", |
| | | "top": 57, |
| | | "left": 1260, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-218", |
| | | "text": "218", |
| | | "top": 57, |
| | | "left": 1210, |
| | | "width": 49, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-305", |
| | | "text": "305", |
| | | "top": 162, |
| | | "left": 1230, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-222", |
| | | "text": "222", |
| | | "top": 141, |
| | | "left": 1230, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-221", |
| | | "text": "221", |
| | | "top": 120, |
| | | "left": 1190, |
| | | "width": 69, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-310", |
| | | "text": "310", |
| | | "top": 110, |
| | | "left": 1170, |
| | | "width": 29, |
| | | "height": 40 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-311", |
| | | "text": "311", |
| | | "top": 120, |
| | | "left": 1140, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-220", |
| | | "text": "220", |
| | | "top": 99, |
| | | "left": 1230, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-219", |
| | | "text": "219", |
| | | "top": 78, |
| | | "left": 1230, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-208", |
| | | "text": "208", |
| | | "top": 267, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 26 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-209", |
| | | "text": "209", |
| | | "top": 246, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-304", |
| | | "text": "304", |
| | | "top": 246, |
| | | "left": 1440, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "type": "stn", |
| | | "id": "site-303", |
| | | "text": "303", |
| | | "top": 246, |
| | | "left": 1470, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "top": 120, |
| | | "left": 200, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-302", |
| | | "text": "302", |
| | | "top": 246, |
| | | "left": 1500, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "top": 120, |
| | | "left": 250, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-301", |
| | | "text": "301", |
| | | "top": 246, |
| | | "left": 1530, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "top": 120, |
| | | "left": 300, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-300", |
| | | "text": "300", |
| | | "top": 246, |
| | | "left": 1560, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "top": 120, |
| | | "left": 350, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-299", |
| | | "text": "299", |
| | | "top": 246, |
| | | "left": 1600, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "top": 120, |
| | | "left": 430, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-298", |
| | | "text": "298", |
| | | "top": 246, |
| | | "left": 1640, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "top": 120, |
| | | "left": 510, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-297", |
| | | "text": "297", |
| | | "top": 267, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "top": 150, |
| | | "left": 540, |
| | | "width": 49, |
| | | "height": 59 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-296", |
| | | "text": "296", |
| | | "top": 317, |
| | | "left": 1655, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "top": 210, |
| | | "left": 540, |
| | | "width": 49, |
| | | "height": 59 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-329", |
| | | "text": "329", |
| | | "top": 367, |
| | | "left": 1655, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "top": 270, |
| | | "left": 540, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-328", |
| | | "text": "328", |
| | | "top": 367, |
| | | "left": 1695, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "top": 270, |
| | | "left": 620, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-327", |
| | | "text": "327", |
| | | "top": 367, |
| | | "left": 1735, |
| | | "width": 39, |
| | | "height": 20 |
| | | },{ |
| | | "top": 270, |
| | | "left": 700, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-326", |
| | | "text": "326", |
| | | "top": 367, |
| | | "left": 1775, |
| | | "width": 24, |
| | | "height": 20 |
| | | },{ |
| | | "top": 270, |
| | | "left": 780, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-325", |
| | | "text": "325", |
| | | "top": 388, |
| | | "left": 1775, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "top": 300, |
| | | "left": 810, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-295", |
| | | "text": "295", |
| | | "top": 438, |
| | | "left": 1775, |
| | | "width": 24, |
| | | "height": 49 |
| | | },{ |
| | | "top": 330, |
| | | "left": 810, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-240", |
| | | "text": "240", |
| | | "top": 267, |
| | | "left": 1380, |
| | | "width": 29, |
| | | "height": 26 |
| | | },{ |
| | | "id": "site-263", |
| | | "text": "263", |
| | | "top": 180, |
| | | "left": 200, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-210", |
| | | "text": "210", |
| | | "top": 225, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 20 |
| | | },{ |
| | | "id": "site-264", |
| | | "text": "264", |
| | | "top": 180, |
| | | "left": 250, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-211", |
| | | "text": "211", |
| | | "top": 183, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 41 |
| | | },{ |
| | | "id": "site-265", |
| | | "text": "265", |
| | | "top": 180, |
| | | "left": 300, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-212", |
| | | "text": "212", |
| | | "top": 141, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 41 |
| | | },{ |
| | | "id": "site-266", |
| | | "text": "266", |
| | | "top": 180, |
| | | "left": 350, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-213", |
| | | "text": "213", |
| | | "top": 99, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 41 |
| | | },{ |
| | | "id": "site-267", |
| | | "text": "267", |
| | | "top": 180, |
| | | "left": 400, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-214", |
| | | "text": "214", |
| | | "top": 57, |
| | | "left": 1410, |
| | | "width": 29, |
| | | "height": 41 |
| | | "id": "site-268", |
| | | "text": "268", |
| | | "top": 180, |
| | | "left": 450, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-269", |
| | | "text": "269", |
| | | "top": 210, |
| | | "left": 450, |
| | | "width": 49, |
| | | "height": 59 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-270", |
| | | "text": "270", |
| | | "top": 270, |
| | | "left": 450, |
| | | "width": 49, |
| | | "height": 59 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-320", |
| | | "text": "320", |
| | | "top": 330, |
| | | "left": 450, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-321", |
| | | "text": "321", |
| | | "top": 330, |
| | | "left": 530, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-322", |
| | | "text": "322", |
| | | "top": 330, |
| | | "left": 610, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-323", |
| | | "text": "323", |
| | | "top": 330, |
| | | "left": 690, |
| | | "width": 79, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-324", |
| | | "text": "324", |
| | | "top": 360, |
| | | "left": 720, |
| | | "width": 49, |
| | | "height": 29 |
| | | }, { |
| | | "type": "stn", |
| | | "id": "site-271", |
| | | "text": "271", |
| | | "top": 390, |
| | | "left": 720, |
| | | "width": 49, |
| | | "height": 29 |
| | | }] |
| | | }] |
| | | }] |
| | |
| | | <div class="sidebar"> |
| | | <div class="nav"> |
| | | <ul class="cl-effect-4"> |
| | | <li><a id="console11" onclick="nav(this.id)" class="nav-select" href="#">一楼一区</a></li> |
| | | <li><a id="console" onclick="nav(this.id)" class="nav-select" href="#">一楼一区</a></li> |
| | | <li><a id="console12" onclick="nav(this.id)" class="nav-select" href="#">一楼二区</a></li> |
| | | <li><a id="console21" onclick="nav(this.id)" class="nav-select" href="#">二楼一区</a></li> |
| | | <li><a id="console22" onclick="nav(this.id)" class="nav-select" href="#">二楼二区</a></li> |