diff --git a/src/api/util/mapDrawing.js b/src/api/util/mapDrawing.js index 2d2ee91..626caf9 100644 --- a/src/api/util/mapDrawing.js +++ b/src/api/util/mapDrawing.js @@ -50,6 +50,7 @@ class MapDrawing extends EventEmitter { otherPoint: [], pointChild: [], levels: { + // nowLevel: localStorage.getItem('level').slice(6, 7) nowLevel: localStorage.getItem('level').slice(6, 7) } }, @@ -628,21 +629,8 @@ class MapDrawing extends EventEmitter { // 制作矩形 ctx.fillStyle = 'black' ctx.font = '600 40px "宋体"' - this.property.latticeForPiler1.forEach(item=>{ - if(row == item.locationCode){ - if(item.locationStatus == '7' && item.locationColumn!='14'&& item.locationCode!='1-26-18' - && item.locationCode!='1-26-19' && item.locationCode!='1-27-20' && item.locationCode!='1-27-21'&& item.locationCode!='1-24-18'&& item.locationCode!='1-26-13'&& item.locationCode!='1-26-12'&& item.locationCode!='1-26-11'&& item.locationCode!='1-25-11' && item.locationCode!='1-26-13'&& item.locationCode!='1-26-12'&& item.locationCode!='1-40-11'&& item.locationCode!='1-41-13'&& item.locationCode!='1-41-12'&& item.locationCode!='1-41-11'&& item.locationCode!='1-42-21'&& item.locationCode!='1-42-20'&& item.locationCode!='1-44-21'&& item.locationCode!='1-44-20'&& item.locationCode!='1-41-19'&& item.locationCode!='1-41-18'&& item.locationCode!='1-43-18'&& item.locationCode!='1-49-18'&& item.locationCode!='1-16-13'&& item.locationCode!='1-55-13'&& item.locationCode!='2-27-21'&& item.locationCode!='2-27-20'&& item.locationCode!='2-26-19'&& item.locationCode!='2-26-18'&& item.locationCode!='2-26-13'&& item.locationCode!='2-41-13'&& item.locationCode!='2-41-12'&& item.locationCode!='3-27-18'&& item.locationCode!='3-27-19'&& item.locationCode!='3-27-20'&& item.locationCode!='3-27-21'&& item.locationCode!='3-26-13'&& item.locationCode!='3-26-12'&& item.locationCode!='3-41-12'&& item.locationCode!='3-41-13'&& item.locationCode!='3-41-19'&& item.locationCode!='3-27-20' - && item.locationColumn!='17'){ - ctx.fillStyle = '#d63031' - ctx.fillRect(0, 0, info.width, info.height) - // ctx.fillStyle = 'black' - ctx.font = '800 bold 52px "宋体"' - } - } - }) - - ctx.font = '600 40px "宋体"' + // ctx.font = '600 40px "宋体"' // ctx.color = 'red' ctx.fillStyle = 'black' ctx.fillText(row, 5, info.lineHeight * index + 60) @@ -767,10 +755,7 @@ class MapDrawing extends EventEmitter { let stateDictionary = this.property.config.tileStateDictionary[this.property.config.tileStateDictionary.hasOwnProperty(storageRack.state) ? storageRack.state : '0'] //疑似仓库地图 点位`1 console.log(this.property.layer.levels.nowLevel); - // || storageRack.id=="10-9" || storageRack.id=="11-9" - // if(this.property.layer.levels.nowLevel == 1){ - // if(storageRack.id=="12-21" || storageRack.id=="12-20"|| storageRack.id=="12-19" || storageRack.id=="16-19" || storageRack.id=="16-20" || storageRack.id=="16-21" || storageRack.id=="24-19" || storageRack.id=="24-20" || storageRack.id=="24-21" || storageRack.id=="25-19" || storageRack.id=="25-20" || storageRack.id=="25-21" || storageRack.id=="28-19" || storageRack.id=="28-20" || storageRack.id=="28-21" || storageRack.id=="35-19" || storageRack.id=="35-20" || storageRack.id=="35-21" || storageRack.id=="40-19" || storageRack.id=="40-20" || storageRack.id=="40-21" || storageRack.id=="43-19" || storageRack.id=="43-20" || storageRack.id=="43-21" || storageRack.id=="49-19" || storageRack.id=="49-20" || storageRack.id=="49-21"){return } - // } + let storageRackInfo = { id: storageRack.id, type: 'storageRack', @@ -794,7 +779,7 @@ class MapDrawing extends EventEmitter { // console.log('你好,Mr.sun',storageRackInfo); storageRack.childNodes = self.drawRactangleInParentWithLevel(storageRackInfo, freightSpaces, dictionary) } else { - // console.log(2222); + console.log(2222); storageRack.childNodes = self.drawRactangleInParent(storageRackInfo, freightSpaces, dictionary) } }) @@ -1736,7 +1721,6 @@ class MapDrawing extends EventEmitter { initWarehouse () { if (this.property.warehouseInfo) { - this.drawWarehouses() if (this.property.config.vehicleType === 1) { // this.drawPilers() diff --git a/src/views/config.js b/src/views/config.js index cba2b23..ef5a3e0 100644 --- a/src/views/config.js +++ b/src/views/config.js @@ -238,14 +238,14 @@ var arrRe=[ standardYLength: 160, // 点位标准竖直长度,用于控制占位 rodeYLength: 100, // 通道 standardZLength: 75, // 点位标准高度,用于控制占位, 二维暂时用不到 - leftOffset: 0, // 整体向右偏移量 + leftOffset: 500, // 整体向右偏移量 topOffset: 0, // 整体向下偏移量0 // leftOffsetCell: -9, // 整体向右偏移单元格个数 // topOffsetCell: -8, // 整体向下偏移单元格个数 leftOffsetCell: 0, // 整体向右偏移单元格个数 topOffsetCell: 0, // 整体向下偏移单元格个数 - textRotation: 0, // 文字旋转 (顺时针90°: -Math.PI / 2) - eyePoint: [0, 1900, 0], + textRotation: Math.PI / 2, // 文字旋转 (顺时针90°: -Math.PI / 2) + eyePoint: [1, 1800, 0], vehicleType: 1, // 1堆垛机 2四向车 mutiLayer: false, // 不同层的货位分多层展示 warehouseType: 1, // 1 堆垛机 2 四向车 @@ -335,11 +335,11 @@ var arrRe=[ // color: '#fc427b' }, - '2': { - //天蓝 - describe: '空台车', - color: '#70a1ff' - }, + // '2': { + // //天蓝 + // describe: '空台车', + // color: '#70a1ff' + // }, '4': { //深黄 describe: '已分配', @@ -503,475 +503,476 @@ var arrRe=[ '4-18', '4-21' ], + + // 四向车仓库点阵数据 - latticeForFourwayCar1:[ - - ], - // 堆垛机仓库模拟点阵数据 - latticeForPiler:[ + + latticeForFourwayCar1:[ [0,0,0,"0-0-0",1,1,100,100,100], -[0,1,0,"0-1-0",1,0,100,100,100], -[0,10,0,"0-10-0",1,0,100,100,100], -[0,11,0,"0-11-0",1,0,100,100,100], -[0,12,0,"0-12-0",0,0,100,100,100], -[0,13,0,"0-13-0",1,0,100,100,100], -[0,14,0,"0-14-0",1,0,100,100,100], -[0,15,0,"0-15-0",1,0,100,100,100], -[0,16,0,"0-16-0",1,0,100,100,100], -[0,17,0,"0-17-0",0,0,100,100,100], -[0,18,0,"0-18-0",1,0,100,100,100], -[0,2,0,"0-2-0",0,0,100,100,100], -[0,3,0,"0-3-0",1,0,100,100,100], -[0,4,0,"0-4-0",1,0,100,100,100], -[0,5,0,"0-5-0",1,0,100,100,100], -[0,6,0,"0-6-0",1,0,100,100,100], -[0,7,0,"0-7-0",0,0,100,100,100], -[0,8,0,"0-8-0",1,0,100,100,100], -[0,9,0,"0-9-0",1,0,100,100,100], -[1,0,0,"1-0-0",1,0,100,100,100], -[1,1,0,"1-1-0",1,0,100,100,100], -[1,10,0,"1-10-0",1,0,100,100,100], -[1,11,0,"1-11-0",1,0,100,100,100], -[1,12,0,"1-12-0",0,0,100,100,100], -[1,13,0,"1-13-0",1,0,100,100,100], -[1,14,0,"1-14-0",1,0,100,100,100], -[1,15,0,"1-15-0",1,0,100,100,100], -[1,16,0,"1-16-0",1,0,100,100,100], -[1,17,0,"1-17-0",0,0,100,100,100], -[1,18,0,"1-18-0",1,0,100,100,100], -[1,2,0,"1-2-0",0,0,100,100,100], -[1,3,0,"1-3-0",1,0,100,100,100], -[1,4,0,"1-4-0",1,0,100,100,100], -[1,5,0,"1-5-0",1,0,100,100,100], -[1,6,0,"1-6-0",1,0,100,100,100], -[1,7,0,"1-7-0",0,0,100,100,100], -[1,8,0,"1-8-0",1,0,100,100,100], -[1,9,0,"1-9-0",1,0,100,100,100], -[10,0,0,"10-0-0",1,0,100,100,100], -[10,1,0,"10-1-0",1,0,100,100,100], -[10,10,0,"10-10-0",0,0,100,100,100], -[10,11,0,"10-11-0",0,0,100,100,100], -[10,12,0,"10-12-0",0,0,100,100,100], -[10,13,0,"10-13-0",0,0,100,100,100], -[10,14,0,"10-14-0",0,0,100,100,100], -[10,15,0,"10-15-0",0,0,100,100,100], -[10,2,0,"10-2-0",0,0,100,100,100], -[10,3,0,"10-3-0",0,0,100,100,100], -[10,4,0,"10-4-0",0,0,100,100,100], -[10,5,0,"10-5-0",0,0,100,100,100], -[10,6,0,"10-6-0",0,0,100,100,100], -[10,7,0,"10-7-0",0,0,100,100,100], -[10,8,0,"10-8-0",0,0,100,100,100], -[10,9,0,"10-9-0",0,0,100,100,100], -[11,0,0,"11-0-0",1,0,100,100,100], -[11,1,0,"11-1-0",1,0,100,100,100], -[11,12,0,"11-12-0",0,0,100,100,100], -[11,13,0,"11-13-0",1,0,100,100,100], -[11,14,0,"11-14-0",1,0,100,100,100], -[11,15,0,"11-15-0",1,0,100,100,100], -[11,2,0,"11-2-0",0,0,100,100,100], -[11,3,0,"11-3-0",1,0,100,100,100], -[11,5,0,"11-5-0",1,0,100,100,100], -[11,6,0,"11-6-0",1,0,100,100,100], -[11,7,0,"11-7-0",0,0,100,100,100], -[11,8,0,"11-8-0",1,0,100,100,100], -[11,9,0,"11-9-0",1,0,100,100,100], -[12,0,0,"12-0-0",1,0,100,100,100], -[12,1,0,"12-1-0",1,0,100,100,100], -[12,10,0,"12-10-0",1,0,100,100,100], -[12,12,0,"12-12-0",0,0,100,100,100], -[12,13,0,"12-13-0",1,0,100,100,100], -[12,14,0,"12-14-0",1,0,100,100,100], -[12,15,0,"12-15-0",1,0,100,100,100], -[12,2,0,"12-2-0",0,0,100,100,100], -[12,3,0,"12-3-0",1,0,100,100,100], -[12,5,0,"12-5-0",1,0,100,100,100], -[12,6,0,"12-6-0",1,0,100,100,100], -[12,7,0,"12-7-0",0,0,100,100,100], -[12,8,0,"12-8-0",1,0,100,100,100], -[12,9,0,"12-9-0",1,0,100,100,100], -[13,0,0,"13-0-0",1,0,100,100,100], -[13,1,0,"13-1-0",1,0,100,100,100], -[13,10,0,"13-10-0",1,0,100,100,100], -[13,11,0,"13-11-0",1,0,100,100,100], -[13,12,0,"13-12-0",0,0,100,100,100], -[13,13,0,"13-13-0",0,0,100,100,100], -[13,14,0,"13-14-0",0,0,100,100,100], -[13,15,0,"13-15-0",0,0,100,100,100], -[13,16,0,"13-16-0",0,0,100,100,100], -[13,17,0,"13-17-0",0,0,100,100,100], -[13,18,0,"13-18-0",1,0,100,100,100], -[13,2,0,"13-2-0",0,0,100,100,100], -[13,3,0,"13-3-0",1,0,100,100,100], -[13,4,0,"13-4-0",1,0,100,100,100], -[13,5,0,"13-5-0",1,0,100,100,100], -[13,6,0,"13-6-0",1,0,100,100,100], -[13,7,0,"13-7-0",0,0,100,100,100], -[13,8,0,"13-8-0",1,0,100,100,100], -[13,9,0,"13-9-0",1,0,100,100,100], -[14,0,0,"14-0-0",1,0,100,100,100], -[14,1,0,"14-1-0",1,0,100,100,100], -[14,10,0,"14-10-0",1,0,100,100,100], -[14,11,0,"14-11-0",1,0,100,100,100], -[14,12,0,"14-12-0",0,0,100,100,100], -[14,13,0,"14-13-0",1,0,100,100,100], -[14,14,0,"14-14-0",1,0,100,100,100], -[14,15,0,"14-15-0",1,0,100,100,100], -[14,16,0,"14-16-0",1,0,100,100,100], -[14,17,0,"14-17-0",0,0,100,100,100], -[14,18,0,"14-18-0",1,0,100,100,100], -[14,2,0,"14-2-0",0,0,100,100,100], -[14,3,0,"14-3-0",1,0,100,100,100], -[14,4,0,"14-4-0",1,0,100,100,100], -[14,5,0,"14-5-0",1,0,100,100,100], -[14,6,0,"14-6-0",1,0,100,100,100], -[14,7,0,"14-7-0",0,0,100,100,100], -[14,8,0,"14-8-0",1,0,100,100,100], -[14,9,0,"14-9-0",1,0,100,100,100], -[15,0,0,"15-0-0",1,0,100,100,100], -[15,1,0,"15-1-0",1,0,100,100,100], -[15,10,0,"15-10-0",1,0,100,100,100], -[15,11,0,"15-11-0",1,0,100,100,100], -[15,12,0,"15-12-0",0,0,100,100,100], -[15,13,0,"15-13-0",1,0,100,100,100], -[15,14,0,"15-14-0",1,0,100,100,100], -[15,15,0,"15-15-0",1,0,100,100,100], -[15,16,0,"15-16-0",1,0,100,100,100], -[15,17,0,"15-17-0",0,0,100,100,100], -[15,18,0,"15-18-0",1,0,100,100,100], -[15,2,0,"15-2-0",0,0,100,100,100], -[15,3,0,"15-3-0",1,0,100,100,100], -[15,4,0,"15-4-0",1,0,100,100,100], -[15,5,0,"15-5-0",1,0,100,100,100], -[15,6,0,"15-6-0",1,0,100,100,100], -[15,7,0,"15-7-0",0,0,100,100,100], -[15,8,0,"15-8-0",1,0,100,100,100], -[15,9,0,"15-9-0",1,0,100,100,100], -[16,0,0,"16-0-0",1,0,100,100,100], -[16,1,0,"16-1-0",1,0,100,100,100], -[16,10,0,"16-10-0",1,0,100,100,100], -[16,11,0,"16-11-0",1,0,100,100,100], -[16,12,0,"16-12-0",0,0,100,100,100], -[16,13,0,"16-13-0",1,0,100,100,100], -[16,14,0,"16-14-0",1,0,100,100,100], -[16,15,0,"16-15-0",1,0,100,100,100], -[16,16,0,"16-16-0",1,0,100,100,100], -[16,17,0,"16-17-0",0,0,100,100,100], -[16,18,0,"16-18-0",1,0,100,100,100], -[16,2,0,"16-2-0",0,0,100,100,100], -[16,3,0,"16-3-0",1,0,100,100,100], -[16,4,0,"16-4-0",1,0,100,100,100], -[16,5,0,"16-5-0",1,0,100,100,100], -[16,6,0,"16-6-0",1,0,100,100,100], -[16,7,0,"16-7-0",0,0,100,100,100], -[16,8,0,"16-8-0",1,0,100,100,100], -[16,9,0,"16-9-0",1,0,100,100,100], -[17,0,0,"17-0-0",1,0,100,100,100], -[17,1,0,"17-1-0",1,0,100,100,100], -[17,10,0,"17-10-0",1,0,100,100,100], -[17,11,0,"17-11-0",1,0,100,100,100], -[17,12,0,"17-12-0",0,0,100,100,100], -[17,13,0,"17-13-0",1,0,100,100,100], -[17,14,0,"17-14-0",1,0,100,100,100], -[17,15,0,"17-15-0",1,0,100,100,100], -[17,16,0,"17-16-0",1,0,100,100,100], -[17,17,0,"17-17-0",0,0,100,100,100], -[17,18,0,"17-18-0",1,0,100,100,100], -[17,2,0,"17-2-0",0,0,100,100,100], -[17,3,0,"17-3-0",1,0,100,100,100], -[17,4,0,"17-4-0",1,0,100,100,100], -[17,5,0,"17-5-0",1,0,100,100,100], -[17,6,0,"17-6-0",1,0,100,100,100], -[17,7,0,"17-7-0",0,0,100,100,100], -[17,8,0,"17-8-0",1,0,100,100,100], -[17,9,0,"17-9-0",1,0,100,100,100], -[18,0,0,"18-0-0",1,0,100,100,100], -[18,1,0,"18-1-0",1,0,100,100,100], -[18,10,0,"18-10-0",1,0,100,100,100], -[18,12,0,"18-12-0",0,0,100,100,100], -[18,13,0,"18-13-0",1,0,100,100,100], -[18,14,0,"18-14-0",1,0,100,100,100], -[18,15,0,"18-15-0",1,0,100,100,100], -[18,16,0,"18-16-0",1,0,100,100,100], -[18,17,0,"18-17-0",0,0,100,100,100], -[18,2,0,"18-2-0",0,0,100,100,100], -[18,3,0,"18-3-0",1,0,100,100,100], -[18,5,0,"18-5-0",1,0,100,100,100], -[18,6,0,"18-6-0",1,0,100,100,100], -[18,7,0,"18-7-0",0,0,100,100,100], -[18,8,0,"18-8-0",1,0,100,100,100], -[18,9,0,"18-9-0",1,0,100,100,100], -[19,0,0,"19-0-0",1,0,100,100,100], -[19,1,0,"19-1-0",1,0,100,100,100], -[19,10,0,"19-10-0",1,0,100,100,100], -[19,12,0,"19-12-0",0,0,100,100,100], -[19,13,0,"19-13-0",1,0,100,100,100], -[19,14,0,"19-14-0",1,0,100,100,100], -[19,15,0,"19-15-0",1,0,100,100,100], -[19,16,0,"19-16-0",1,0,100,100,100], -[19,17,0,"19-17-0",0,0,100,100,100], -[19,2,0,"19-2-0",0,0,100,100,100], -[19,3,0,"19-3-0",1,0,100,100,100], -[19,5,0,"19-5-0",1,0,100,100,100], -[19,6,0,"19-6-0",1,0,100,100,100], -[19,7,0,"19-7-0",0,0,100,100,100], -[19,8,0,"19-8-0",1,0,100,100,100], -[19,9,0,"19-9-0",1,0,100,100,100], -[2,0,0,"2-0-0",1,0,100,100,100], -[2,1,0,"2-1-0",1,0,100,100,100], -[2,10,0,"2-10-0",1,0,100,100,100], -[2,11,0,"2-11-0",1,0,100,100,100], -[2,12,0,"2-12-0",0,0,100,100,100], -[2,13,0,"2-13-0",1,0,100,100,100], -[2,14,0,"2-14-0",1,0,100,100,100], -[2,15,0,"2-15-0",1,0,100,100,100], -[2,16,0,"2-16-0",1,0,100,100,100], -[2,17,0,"2-17-0",0,0,100,100,100], -[2,18,0,"2-18-0",1,0,100,100,100], -[2,2,0,"2-2-0",0,0,100,100,100], -[2,3,0,"2-3-0",1,0,100,100,100], -[2,4,0,"2-4-0",1,0,100,100,100], -[2,5,0,"2-5-0",1,0,100,100,100], -[2,6,0,"2-6-0",1,0,100,100,100], -[2,7,0,"2-7-0",0,0,100,100,100], -[2,8,0,"2-8-0",1,0,100,100,100], -[2,9,0,"2-9-0",1,0,100,100,100], -[20,0,0,"20-0-0",1,0,100,100,100], -[20,1,0,"20-1-0",1,0,100,100,100], -[20,10,0,"20-10-0",1,0,100,100,100], -[20,11,0,"20-11-0",1,0,100,100,100], -[20,12,0,"20-12-0",0,0,100,100,100], -[20,13,0,"20-13-0",1,0,100,100,100], -[20,14,0,"20-14-0",1,0,100,100,100], -[20,15,0,"20-15-0",1,0,100,100,100], -[20,16,0,"20-16-0",1,0,100,100,100], -[20,17,0,"20-17-0",0,0,100,100,100], -[20,18,0,"20-18-0",1,0,100,100,100], -[20,2,0,"20-2-0",0,0,100,100,100], -[20,3,0,"20-3-0",1,0,100,100,100], -[20,4,0,"20-4-0",1,0,100,100,100], -[20,5,0,"20-5-0",1,0,100,100,100], -[20,6,0,"20-6-0",1,0,100,100,100], -[20,7,0,"20-7-0",0,0,100,100,100], -[20,8,0,"20-8-0",1,0,100,100,100], -[20,9,0,"20-9-0",1,0,100,100,100], -[21,0,0,"21-0-0",1,0,100,100,100], -[21,1,0,"21-1-0",1,0,100,100,100], -[21,10,0,"21-10-0",1,0,100,100,100], -[21,11,0,"21-11-0",1,0,100,100,100], -[21,12,0,"21-12-0",0,0,100,100,100], -[21,13,0,"21-13-0",1,0,100,100,100], -[21,14,0,"21-14-0",1,0,100,100,100], -[21,15,0,"21-15-0",1,0,100,100,100], -[21,16,0,"21-16-0",1,0,100,100,100], -[21,17,0,"21-17-0",0,0,100,100,100], -[21,18,0,"21-18-0",1,0,100,100,100], -[21,2,0,"21-2-0",0,0,100,100,100], -[21,3,0,"21-3-0",1,0,100,100,100], -[21,4,0,"21-4-0",1,0,100,100,100], -[21,5,0,"21-5-0",1,0,100,100,100], -[21,6,0,"21-6-0",1,0,100,100,100], -[21,7,0,"21-7-0",0,0,100,100,100], -[21,8,0,"21-8-0",1,0,100,100,100], -[21,9,0,"21-9-0",1,0,100,100,100], -[22,0,0,"22-0-0",1,0,100,100,100], -[22,1,0,"22-1-0",1,0,100,100,100], -[22,10,0,"22-10-0",1,0,100,100,100], -[22,11,0,"22-11-0",1,0,100,100,100], -[22,12,0,"22-12-0",0,0,100,100,100], -[22,13,0,"22-13-0",1,0,100,100,100], -[22,14,0,"22-14-0",1,0,100,100,100], -[22,15,0,"22-15-0",1,0,100,100,100], -[22,16,0,"22-16-0",1,0,100,100,100], -[22,17,0,"22-17-0",0,0,100,100,100], -[22,18,0,"22-18-0",1,0,100,100,100], -[22,2,0,"22-2-0",0,0,100,100,100], -[22,3,0,"22-3-0",1,0,100,100,100], -[22,4,0,"22-4-0",1,0,100,100,100], -[22,5,0,"22-5-0",1,0,100,100,100], -[22,6,0,"22-6-0",1,0,100,100,100], -[22,7,0,"22-7-0",0,0,100,100,100], -[22,8,0,"22-8-0",1,0,100,100,100], -[22,9,0,"22-9-0",1,0,100,100,100], -[23,0,0,"23-0-0",1,0,100,100,100], -[23,1,0,"23-1-0",1,0,100,100,100], -[23,10,0,"23-10-0",1,0,100,100,100], -[23,11,0,"23-11-0",1,0,100,100,100], -[23,12,0,"23-12-0",0,0,100,100,100], -[23,13,0,"23-13-0",1,0,100,100,100], -[23,14,0,"23-14-0",1,0,100,100,100], -[23,15,0,"23-15-0",1,0,100,100,100], -[23,16,0,"23-16-0",1,0,100,100,100], -[23,17,0,"23-17-0",0,0,100,100,100], -[23,18,0,"23-18-0",1,0,100,100,100], -[23,2,0,"23-2-0",0,0,100,100,100], -[23,3,0,"23-3-0",1,0,100,100,100], -[23,4,0,"23-4-0",1,0,100,100,100], -[23,5,0,"23-5-0",1,0,100,100,100], -[23,6,0,"23-6-0",1,0,100,100,100], -[23,7,0,"23-7-0",0,0,100,100,100], -[23,8,0,"23-8-0",1,0,100,100,100], -[23,9,0,"23-9-0",1,0,100,100,100], -[24,0,0,"24-0-0",1,0,100,100,100], -[24,1,0,"24-1-0",1,0,100,100,100], -[24,10,0,"24-10-0",1,0,100,100,100], -[24,11,0,"24-11-0",1,0,100,100,100], -[24,12,0,"24-12-0",0,0,100,100,100], -[24,13,0,"24-13-0",1,0,100,100,100], -[24,14,0,"24-14-0",1,0,100,100,100], -[24,15,0,"24-15-0",1,0,100,100,100], -[24,16,0,"24-16-0",1,0,100,100,100], -[24,17,0,"24-17-0",0,0,100,100,100], -[24,18,0,"24-18-0",1,0,100,100,100], -[24,2,0,"24-2-0",0,0,100,100,100], -[24,3,0,"24-3-0",1,0,100,100,100], -[24,4,0,"24-4-0",1,0,100,100,100], -[24,5,0,"24-5-0",1,0,100,100,100], -[24,6,0,"24-6-0",1,0,100,100,100], -[24,7,0,"24-7-0",0,0,100,100,100], -[24,8,0,"24-8-0",1,0,100,100,100], -[24,9,0,"24-9-0",1,0,100,100,100], -[25,0,0,"25-0-0",1,0,100,100,100], -[25,1,0,"25-1-0",1,0,100,100,100], -[25,10,0,"25-10-0",1,0,100,100,100], -[25,12,0,"25-12-0",0,0,100,100,100], -[25,13,0,"25-13-0",1,0,100,100,100], -[25,14,0,"25-14-0",1,0,100,100,100], -[25,15,0,"25-15-0",1,0,100,100,100], -[25,16,0,"25-16-0",1,0,100,100,100], -[25,17,0,"25-17-0",0,0,100,100,100], -[25,2,0,"25-2-0",0,0,100,100,100], -[25,3,0,"25-3-0",1,0,100,100,100], -[25,5,0,"25-5-0",1,0,100,100,100], -[25,6,0,"25-6-0",1,0,100,100,100], -[25,7,0,"25-7-0",0,0,100,100,100], -[25,8,0,"25-8-0",1,0,100,100,100], -[25,9,0,"25-9-0",1,0,100,100,100], -[3,0,0,"3-0-0",1,0,100,100,100], -[3,1,0,"3-1-0",1,0,100,100,100], -[3,10,0,"3-10-0",1,0,100,100,100], -[3,11,0,"3-11-0",1,0,100,100,100], -[3,12,0,"3-12-0",0,0,100,100,100], -[3,13,0,"3-13-0",1,0,100,100,100], -[3,14,0,"3-14-0",1,0,100,100,100], -[3,15,0,"3-15-0",1,0,100,100,100], -[3,16,0,"3-16-0",1,0,100,100,100], -[3,17,0,"3-17-0",0,0,100,100,100], -[3,18,0,"3-18-0",1,0,100,100,100], -[3,2,0,"3-2-0",0,0,100,100,100], -[3,3,0,"3-3-0",1,0,100,100,100], -[3,4,0,"3-4-0",1,0,100,100,100], -[3,5,0,"3-5-0",1,0,100,100,100], -[3,6,0,"3-6-0",1,0,100,100,100], -[3,7,0,"3-7-0",0,0,100,100,100], -[3,8,0,"3-8-0",1,0,100,100,100], -[3,9,0,"3-9-0",1,0,100,100,100], -[4,0,0,"4-0-0",1,0,100,100,100], -[4,1,0,"4-1-0",1,0,100,100,100], -[4,10,0,"4-10-0",1,0,100,100,100], -[4,12,0,"4-12-0",0,0,100,100,100], -[4,13,0,"4-13-0",1,0,100,100,100], -[4,14,0,"4-14-0",1,0,100,100,100], -[4,15,0,"4-15-0",1,0,100,100,100], -[4,16,0,"4-16-0",1,0,100,100,100], -[4,17,0,"4-17-0",0,0,100,100,100], -[4,2,0,"4-2-0",0,0,100,100,100], -[4,3,0,"4-3-0",1,0,100,100,100], -[4,5,0,"4-5-0",1,0,100,100,100], -[4,6,0,"4-6-0",1,0,100,100,100], -[4,7,0,"4-7-0",0,0,100,100,100], -[4,8,0,"4-8-0",1,0,100,100,100], -[4,9,0,"4-9-0",1,0,100,100,100], -[5,0,0,"5-0-0",1,0,100,100,100], -[5,1,0,"5-1-0",1,0,100,100,100], -[5,10,0,"5-10-0",1,0,100,100,100], -[5,12,0,"5-12-0",0,0,100,100,100], -[5,13,0,"5-13-0",1,0,100,100,100], -[5,14,0,"5-14-0",1,0,100,100,100], -[5,15,0,"5-15-0",1,0,100,100,100], -[5,16,0,"5-16-0",1,0,100,100,100], -[5,17,0,"5-17-0",0,0,100,100,100], -[5,2,0,"5-2-0",0,0,100,100,100], -[5,3,0,"5-3-0",1,0,100,100,100], -[5,5,0,"5-5-0",1,0,100,100,100], -[5,6,0,"5-6-0",1,0,100,100,100], -[5,7,0,"5-7-0",0,0,100,100,100], -[5,8,0,"5-8-0",1,0,100,100,100], -[5,9,0,"5-9-0",1,0,100,100,100], -[6,0,0,"6-0-0",1,0,100,100,100], -[6,1,0,"6-1-0",1,0,100,100,100], -[6,10,0,"6-10-0",1,0,100,100,100], -[6,11,0,"6-11-0",1,0,100,100,100], -[6,12,0,"6-12-0",0,0,100,100,100], -[6,13,0,"6-13-0",1,0,100,100,100], -[6,14,0,"6-14-0",1,0,100,100,100], -[6,15,0,"6-15-0",1,0,100,100,100], -[6,16,0,"6-16-0",1,0,100,100,100], -[6,17,0,"6-17-0",0,0,100,100,100], -[6,18,0,"6-18-0",1,0,100,100,100], -[6,2,0,"6-2-0",0,0,100,100,100], -[6,3,0,"6-3-0",1,0,100,100,100], -[6,4,0,"6-4-0",1,0,100,100,100], -[6,5,0,"6-5-0",1,0,100,100,100], -[6,6,0,"6-6-0",1,0,100,100,100], -[6,7,0,"6-7-0",0,0,100,100,100], -[6,8,0,"6-8-0",1,0,100,100,100], -[6,9,0,"6-9-0",1,0,100,100,100], -[7,0,0,"7-0-0",1,0,100,100,100], -[7,1,0,"7-1-0",1,0,100,100,100], -[7,10,0,"7-10-0",1,0,100,100,100], -[7,11,0,"7-11-0",1,0,100,100,100], -[7,12,0,"7-12-0",0,0,100,100,100], -[7,13,0,"7-13-0",1,0,100,100,100], -[7,14,0,"7-14-0",1,0,100,100,100], -[7,15,0,"7-15-0",1,0,100,100,100], -[7,16,0,"7-16-0",1,0,100,100,100], -[7,17,0,"7-17-0",0,0,100,100,100], -[7,18,0,"7-18-0",1,0,100,100,100], -[7,2,0,"7-2-0",0,0,100,100,100], -[7,3,0,"7-3-0",1,0,100,100,100], -[7,4,0,"7-4-0",1,0,100,100,100], -[7,5,0,"7-5-0",1,0,100,100,100], -[7,6,0,"7-6-0",1,0,100,100,100], -[7,7,0,"7-7-0",0,0,100,100,100], -[7,8,0,"7-8-0",1,0,100,100,100], -[7,9,0,"7-9-0",1,0,100,100,100], -[8,0,0,"8-0-0",1,0,100,100,100], -[8,1,0,"8-1-0",1,0,100,100,100], -[8,10,0,"8-10-0",1,0,100,100,100], -[8,11,0,"8-11-0",1,0,100,100,100], -[8,12,0,"8-12-0",0,0,100,100,100], -[8,13,0,"8-13-0",0,0,100,100,100], -[8,14,0,"8-14-0",0,0,100,100,100], -[8,15,0,"8-15-0",0,0,100,100,100], -[8,16,0,"8-16-0",0,0,100,100,100], -[8,17,0,"8-17-0",0,0,100,100,100], -[8,18,0,"8-18-0",1,0,100,100,100], -[8,2,0,"8-2-0",0,0,100,100,100], -[8,3,0,"8-3-0",1,0,100,100,100], -[8,4,0,"8-4-0",1,0,100,100,100], -[8,5,0,"8-5-0",1,0,100,100,100], -[8,6,0,"8-6-0",1,0,100,100,100], -[8,7,0,"8-7-0",0,0,100,100,100], -[8,8,0,"8-8-0",1,0,100,100,100], -[8,9,0,"8-9-0",1,0,100,100,100], -[9,0,0,"9-0-0",1,0,100,100,100], -[9,1,0,"9-1-0",1,0,100,100,100], -[9,10,0,"9-10-0",1,0,100,100,100], -[9,11,0,"9-11-0",1,0,100,100,100], -[9,12,0,"9-12-0",0,0,100,100,100], -[9,13,0,"9-13-0",1,0,100,100,100], -[9,14,0,"9-14-0",1,0,100,100,100], -[9,15,0,"9-15-0",1,0,100,100,100], -[9,2,0,"9-2-0",0,0,100,100,100], -[9,3,0,"9-3-0",1,0,100,100,100], -[9,4,0,"9-4-0",1,0,100,100,100], -[9,5,0,"9-5-0",1,0,100,100,100], -[9,6,0,"9-6-0",1,0,100,100,100], -[9,7,0,"9-7-0",0,0,100,100,100], -[9,8,0,"9-8-0",1,0,100,100,100], -[9,9,0,"9-9-0",1,0,100,100,100], -[0,0,2,"0-0-2",1,0,100,100,100], + [0,1,0,"0-1-0",1,0,100,100,100], + [0,10,0,"0-10-0",1,0,100,100,100], + [0,11,0,"0-11-0",1,0,100,100,100], + [0,12,0,"0-12-0",0,0,100,100,100], + [0,13,0,"0-13-0",1,0,100,100,100], + [0,14,0,"0-14-0",1,0,100,100,100], + [0,15,0,"0-15-0",1,0,100,100,100], + [0,16,0,"0-16-0",1,0,100,100,100], + [0,17,0,"0-17-0",0,0,100,100,100], + [0,18,0,"0-18-0",1,0,100,100,100], + [0,2,0,"0-2-0",0,0,100,100,100], + [0,3,0,"0-3-0",1,0,100,100,100], + [0,4,0,"0-4-0",1,0,100,100,100], + [0,5,0,"0-5-0",1,0,100,100,100], + [0,6,0,"0-6-0",1,0,100,100,100], + [0,7,0,"0-7-0",0,0,100,100,100], + [0,8,0,"0-8-0",1,0,100,100,100], + [0,9,0,"0-9-0",1,0,100,100,100], + [1,0,0,"1-0-0",1,0,100,100,100], + [1,1,0,"1-1-0",1,0,100,100,100], + [1,10,0,"1-10-0",1,0,100,100,100], + [1,11,0,"1-11-0",1,0,100,100,100], + [1,12,0,"1-12-0",0,0,100,100,100], + [1,13,0,"1-13-0",1,0,100,100,100], + [1,14,0,"1-14-0",1,0,100,100,100], + [1,15,0,"1-15-0",1,0,100,100,100], + [1,16,0,"1-16-0",1,0,100,100,100], + [1,17,0,"1-17-0",0,0,100,100,100], + [1,18,0,"1-18-0",1,0,100,100,100], + [1,2,0,"1-2-0",0,0,100,100,100], + [1,3,0,"1-3-0",1,0,100,100,100], + [1,4,0,"1-4-0",1,0,100,100,100], + [1,5,0,"1-5-0",1,0,100,100,100], + [1,6,0,"1-6-0",1,0,100,100,100], + [1,7,0,"1-7-0",0,0,100,100,100], + [1,8,0,"1-8-0",1,0,100,100,100], + [1,9,0,"1-9-0",1,0,100,100,100], + [10,0,0,"10-0-0",1,0,100,100,100], + [10,1,0,"10-1-0",1,0,100,100,100], + [10,10,0,"10-10-0",0,0,100,100,100], + [10,11,0,"10-11-0",0,0,100,100,100], + [10,12,0,"10-12-0",0,0,100,100,100], + [10,13,0,"10-13-0",0,0,100,100,100], + [10,14,0,"10-14-0",0,0,100,100,100], + [10,15,0,"10-15-0",0,0,100,100,100], + [10,2,0,"10-2-0",0,0,100,100,100], + [10,3,0,"10-3-0",0,0,100,100,100], + [10,4,0,"10-4-0",0,0,100,100,100], + [10,5,0,"10-5-0",0,0,100,100,100], + [10,6,0,"10-6-0",0,0,100,100,100], + [10,7,0,"10-7-0",0,0,100,100,100], + [10,8,0,"10-8-0",0,0,100,100,100], + [10,9,0,"10-9-0",0,0,100,100,100], + [11,0,0,"11-0-0",1,0,100,100,100], + [11,1,0,"11-1-0",1,0,100,100,100], + [11,12,0,"11-12-0",0,0,100,100,100], + [11,13,0,"11-13-0",1,0,100,100,100], + [11,14,0,"11-14-0",1,0,100,100,100], + [11,15,0,"11-15-0",1,0,100,100,100], + [11,2,0,"11-2-0",0,0,100,100,100], + [11,3,0,"11-3-0",1,0,100,100,100], + [11,5,0,"11-5-0",1,0,100,100,100], + [11,6,0,"11-6-0",1,0,100,100,100], + [11,7,0,"11-7-0",0,0,100,100,100], + [11,8,0,"11-8-0",1,0,100,100,100], + [11,9,0,"11-9-0",1,0,100,100,100], + [12,0,0,"12-0-0",1,0,100,100,100], + [12,1,0,"12-1-0",1,0,100,100,100], + [12,10,0,"12-10-0",1,0,100,100,100], + [12,12,0,"12-12-0",0,0,100,100,100], + [12,13,0,"12-13-0",1,0,100,100,100], + [12,14,0,"12-14-0",1,0,100,100,100], + [12,15,0,"12-15-0",1,0,100,100,100], + [12,2,0,"12-2-0",0,0,100,100,100], + [12,3,0,"12-3-0",1,0,100,100,100], + [12,5,0,"12-5-0",1,0,100,100,100], + [12,6,0,"12-6-0",1,0,100,100,100], + [12,7,0,"12-7-0",0,0,100,100,100], + [12,8,0,"12-8-0",1,0,100,100,100], + [12,9,0,"12-9-0",1,0,100,100,100], + [13,0,0,"13-0-0",1,0,100,100,100], + [13,1,0,"13-1-0",1,0,100,100,100], + [13,10,0,"13-10-0",1,0,100,100,100], + [13,11,0,"13-11-0",1,0,100,100,100], + [13,12,0,"13-12-0",0,0,100,100,100], + [13,13,0,"13-13-0",0,0,100,100,100], + [13,14,0,"13-14-0",0,0,100,100,100], + [13,15,0,"13-15-0",0,0,100,100,100], + [13,16,0,"13-16-0",0,0,100,100,100], + [13,17,0,"13-17-0",0,0,100,100,100], + [13,18,0,"13-18-0",1,0,100,100,100], + [13,2,0,"13-2-0",0,0,100,100,100], + [13,3,0,"13-3-0",1,0,100,100,100], + [13,4,0,"13-4-0",1,0,100,100,100], + [13,5,0,"13-5-0",1,0,100,100,100], + [13,6,0,"13-6-0",1,0,100,100,100], + [13,7,0,"13-7-0",0,0,100,100,100], + [13,8,0,"13-8-0",1,0,100,100,100], + [13,9,0,"13-9-0",1,0,100,100,100], + [14,0,0,"14-0-0",1,0,100,100,100], + [14,1,0,"14-1-0",1,0,100,100,100], + [14,10,0,"14-10-0",1,0,100,100,100], + [14,11,0,"14-11-0",1,0,100,100,100], + [14,12,0,"14-12-0",0,0,100,100,100], + [14,13,0,"14-13-0",1,0,100,100,100], + [14,14,0,"14-14-0",1,0,100,100,100], + [14,15,0,"14-15-0",1,0,100,100,100], + [14,16,0,"14-16-0",1,0,100,100,100], + [14,17,0,"14-17-0",0,0,100,100,100], + [14,18,0,"14-18-0",1,0,100,100,100], + [14,2,0,"14-2-0",0,0,100,100,100], + [14,3,0,"14-3-0",1,0,100,100,100], + [14,4,0,"14-4-0",1,0,100,100,100], + [14,5,0,"14-5-0",1,0,100,100,100], + [14,6,0,"14-6-0",1,0,100,100,100], + [14,7,0,"14-7-0",0,0,100,100,100], + [14,8,0,"14-8-0",1,0,100,100,100], + [14,9,0,"14-9-0",1,0,100,100,100], + [15,0,0,"15-0-0",1,0,100,100,100], + [15,1,0,"15-1-0",1,0,100,100,100], + [15,10,0,"15-10-0",1,0,100,100,100], + [15,11,0,"15-11-0",1,0,100,100,100], + [15,12,0,"15-12-0",0,0,100,100,100], + [15,13,0,"15-13-0",1,0,100,100,100], + [15,14,0,"15-14-0",1,0,100,100,100], + [15,15,0,"15-15-0",1,0,100,100,100], + [15,16,0,"15-16-0",1,0,100,100,100], + [15,17,0,"15-17-0",0,0,100,100,100], + [15,18,0,"15-18-0",1,0,100,100,100], + [15,2,0,"15-2-0",0,0,100,100,100], + [15,3,0,"15-3-0",1,0,100,100,100], + [15,4,0,"15-4-0",1,0,100,100,100], + [15,5,0,"15-5-0",1,0,100,100,100], + [15,6,0,"15-6-0",1,0,100,100,100], + [15,7,0,"15-7-0",0,0,100,100,100], + [15,8,0,"15-8-0",1,0,100,100,100], + [15,9,0,"15-9-0",1,0,100,100,100], + [16,0,0,"16-0-0",1,0,100,100,100], + [16,1,0,"16-1-0",1,0,100,100,100], + [16,10,0,"16-10-0",1,0,100,100,100], + [16,11,0,"16-11-0",1,0,100,100,100], + [16,12,0,"16-12-0",0,0,100,100,100], + [16,13,0,"16-13-0",1,0,100,100,100], + [16,14,0,"16-14-0",1,0,100,100,100], + [16,15,0,"16-15-0",1,0,100,100,100], + [16,16,0,"16-16-0",1,0,100,100,100], + [16,17,0,"16-17-0",0,0,100,100,100], + [16,18,0,"16-18-0",1,0,100,100,100], + [16,2,0,"16-2-0",0,0,100,100,100], + [16,3,0,"16-3-0",1,0,100,100,100], + [16,4,0,"16-4-0",1,0,100,100,100], + [16,5,0,"16-5-0",1,0,100,100,100], + [16,6,0,"16-6-0",1,0,100,100,100], + [16,7,0,"16-7-0",0,0,100,100,100], + [16,8,0,"16-8-0",1,0,100,100,100], + [16,9,0,"16-9-0",1,0,100,100,100], + [17,0,0,"17-0-0",1,0,100,100,100], + [17,1,0,"17-1-0",1,0,100,100,100], + [17,10,0,"17-10-0",1,0,100,100,100], + [17,11,0,"17-11-0",1,0,100,100,100], + [17,12,0,"17-12-0",0,0,100,100,100], + [17,13,0,"17-13-0",1,0,100,100,100], + [17,14,0,"17-14-0",1,0,100,100,100], + [17,15,0,"17-15-0",1,0,100,100,100], + [17,16,0,"17-16-0",1,0,100,100,100], + [17,17,0,"17-17-0",0,0,100,100,100], + [17,18,0,"17-18-0",1,0,100,100,100], + [17,2,0,"17-2-0",0,0,100,100,100], + [17,3,0,"17-3-0",1,0,100,100,100], + [17,4,0,"17-4-0",1,0,100,100,100], + [17,5,0,"17-5-0",1,0,100,100,100], + [17,6,0,"17-6-0",1,0,100,100,100], + [17,7,0,"17-7-0",0,0,100,100,100], + [17,8,0,"17-8-0",1,0,100,100,100], + [17,9,0,"17-9-0",1,0,100,100,100], + [18,0,0,"18-0-0",1,0,100,100,100], + [18,1,0,"18-1-0",1,0,100,100,100], + [18,10,0,"18-10-0",1,0,100,100,100], + [18,12,0,"18-12-0",0,0,100,100,100], + [18,13,0,"18-13-0",1,0,100,100,100], + [18,14,0,"18-14-0",1,0,100,100,100], + [18,15,0,"18-15-0",1,0,100,100,100], + [18,16,0,"18-16-0",1,0,100,100,100], + [18,17,0,"18-17-0",0,0,100,100,100], + [18,2,0,"18-2-0",0,0,100,100,100], + [18,3,0,"18-3-0",1,0,100,100,100], + [18,5,0,"18-5-0",1,0,100,100,100], + [18,6,0,"18-6-0",1,0,100,100,100], + [18,7,0,"18-7-0",0,0,100,100,100], + [18,8,0,"18-8-0",1,0,100,100,100], + [18,9,0,"18-9-0",1,0,100,100,100], + [19,0,0,"19-0-0",1,0,100,100,100], + [19,1,0,"19-1-0",1,0,100,100,100], + [19,10,0,"19-10-0",1,0,100,100,100], + [19,12,0,"19-12-0",0,0,100,100,100], + [19,13,0,"19-13-0",1,0,100,100,100], + [19,14,0,"19-14-0",1,0,100,100,100], + [19,15,0,"19-15-0",1,0,100,100,100], + [19,16,0,"19-16-0",1,0,100,100,100], + [19,17,0,"19-17-0",0,0,100,100,100], + [19,2,0,"19-2-0",0,0,100,100,100], + [19,3,0,"19-3-0",1,0,100,100,100], + [19,5,0,"19-5-0",1,0,100,100,100], + [19,6,0,"19-6-0",1,0,100,100,100], + [19,7,0,"19-7-0",0,0,100,100,100], + [19,8,0,"19-8-0",1,0,100,100,100], + [19,9,0,"19-9-0",1,0,100,100,100], + [2,0,0,"2-0-0",1,0,100,100,100], + [2,1,0,"2-1-0",1,0,100,100,100], + [2,10,0,"2-10-0",1,0,100,100,100], + [2,11,0,"2-11-0",1,0,100,100,100], + [2,12,0,"2-12-0",0,0,100,100,100], + [2,13,0,"2-13-0",1,0,100,100,100], + [2,14,0,"2-14-0",1,0,100,100,100], + [2,15,0,"2-15-0",1,0,100,100,100], + [2,16,0,"2-16-0",1,0,100,100,100], + [2,17,0,"2-17-0",0,0,100,100,100], + [2,18,0,"2-18-0",1,0,100,100,100], + [2,2,0,"2-2-0",0,0,100,100,100], + [2,3,0,"2-3-0",1,0,100,100,100], + [2,4,0,"2-4-0",1,0,100,100,100], + [2,5,0,"2-5-0",1,0,100,100,100], + [2,6,0,"2-6-0",1,0,100,100,100], + [2,7,0,"2-7-0",0,0,100,100,100], + [2,8,0,"2-8-0",1,0,100,100,100], + [2,9,0,"2-9-0",1,0,100,100,100], + [20,0,0,"20-0-0",1,0,100,100,100], + [20,1,0,"20-1-0",1,0,100,100,100], + [20,10,0,"20-10-0",1,0,100,100,100], + [20,11,0,"20-11-0",1,0,100,100,100], + [20,12,0,"20-12-0",0,0,100,100,100], + [20,13,0,"20-13-0",1,0,100,100,100], + [20,14,0,"20-14-0",1,0,100,100,100], + [20,15,0,"20-15-0",1,0,100,100,100], + [20,16,0,"20-16-0",1,0,100,100,100], + [20,17,0,"20-17-0",0,0,100,100,100], + [20,18,0,"20-18-0",1,0,100,100,100], + [20,2,0,"20-2-0",0,0,100,100,100], + [20,3,0,"20-3-0",1,0,100,100,100], + [20,4,0,"20-4-0",1,0,100,100,100], + [20,5,0,"20-5-0",1,0,100,100,100], + [20,6,0,"20-6-0",1,0,100,100,100], + [20,7,0,"20-7-0",0,0,100,100,100], + [20,8,0,"20-8-0",1,0,100,100,100], + [20,9,0,"20-9-0",1,0,100,100,100], + [21,0,0,"21-0-0",1,0,100,100,100], + [21,1,0,"21-1-0",1,0,100,100,100], + [21,10,0,"21-10-0",1,0,100,100,100], + [21,11,0,"21-11-0",1,0,100,100,100], + [21,12,0,"21-12-0",0,0,100,100,100], + [21,13,0,"21-13-0",1,0,100,100,100], + [21,14,0,"21-14-0",1,0,100,100,100], + [21,15,0,"21-15-0",1,0,100,100,100], + [21,16,0,"21-16-0",1,0,100,100,100], + [21,17,0,"21-17-0",0,0,100,100,100], + [21,18,0,"21-18-0",1,0,100,100,100], + [21,2,0,"21-2-0",0,0,100,100,100], + [21,3,0,"21-3-0",1,0,100,100,100], + [21,4,0,"21-4-0",1,0,100,100,100], + [21,5,0,"21-5-0",1,0,100,100,100], + [21,6,0,"21-6-0",1,0,100,100,100], + [21,7,0,"21-7-0",0,0,100,100,100], + [21,8,0,"21-8-0",1,0,100,100,100], + [21,9,0,"21-9-0",1,0,100,100,100], + [22,0,0,"22-0-0",1,0,100,100,100], + [22,1,0,"22-1-0",1,0,100,100,100], + [22,10,0,"22-10-0",1,0,100,100,100], + [22,11,0,"22-11-0",1,0,100,100,100], + [22,12,0,"22-12-0",0,0,100,100,100], + [22,13,0,"22-13-0",1,0,100,100,100], + [22,14,0,"22-14-0",1,0,100,100,100], + [22,15,0,"22-15-0",1,0,100,100,100], + [22,16,0,"22-16-0",1,0,100,100,100], + [22,17,0,"22-17-0",0,0,100,100,100], + [22,18,0,"22-18-0",1,0,100,100,100], + [22,2,0,"22-2-0",0,0,100,100,100], + [22,3,0,"22-3-0",1,0,100,100,100], + [22,4,0,"22-4-0",1,0,100,100,100], + [22,5,0,"22-5-0",1,0,100,100,100], + [22,6,0,"22-6-0",1,0,100,100,100], + [22,7,0,"22-7-0",0,0,100,100,100], + [22,8,0,"22-8-0",1,0,100,100,100], + [22,9,0,"22-9-0",1,0,100,100,100], + [23,0,0,"23-0-0",1,0,100,100,100], + [23,1,0,"23-1-0",1,0,100,100,100], + [23,10,0,"23-10-0",1,0,100,100,100], + [23,11,0,"23-11-0",1,0,100,100,100], + [23,12,0,"23-12-0",0,0,100,100,100], + [23,13,0,"23-13-0",1,0,100,100,100], + [23,14,0,"23-14-0",1,0,100,100,100], + [23,15,0,"23-15-0",1,0,100,100,100], + [23,16,0,"23-16-0",1,0,100,100,100], + [23,17,0,"23-17-0",0,0,100,100,100], + [23,18,0,"23-18-0",1,0,100,100,100], + [23,2,0,"23-2-0",0,0,100,100,100], + [23,3,0,"23-3-0",1,0,100,100,100], + [23,4,0,"23-4-0",1,0,100,100,100], + [23,5,0,"23-5-0",1,0,100,100,100], + [23,6,0,"23-6-0",1,0,100,100,100], + [23,7,0,"23-7-0",0,0,100,100,100], + [23,8,0,"23-8-0",1,0,100,100,100], + [23,9,0,"23-9-0",1,0,100,100,100], + [24,0,0,"24-0-0",1,0,100,100,100], + [24,1,0,"24-1-0",1,0,100,100,100], + [24,10,0,"24-10-0",1,0,100,100,100], + [24,11,0,"24-11-0",1,0,100,100,100], + [24,12,0,"24-12-0",0,0,100,100,100], + [24,13,0,"24-13-0",1,0,100,100,100], + [24,14,0,"24-14-0",1,0,100,100,100], + [24,15,0,"24-15-0",1,0,100,100,100], + [24,16,0,"24-16-0",1,0,100,100,100], + [24,17,0,"24-17-0",0,0,100,100,100], + [24,18,0,"24-18-0",1,0,100,100,100], + [24,2,0,"24-2-0",0,0,100,100,100], + [24,3,0,"24-3-0",1,0,100,100,100], + [24,4,0,"24-4-0",1,0,100,100,100], + [24,5,0,"24-5-0",1,0,100,100,100], + [24,6,0,"24-6-0",1,0,100,100,100], + [24,7,0,"24-7-0",0,0,100,100,100], + [24,8,0,"24-8-0",1,0,100,100,100], + [24,9,0,"24-9-0",1,0,100,100,100], + [25,0,0,"25-0-0",1,0,100,100,100], + [25,1,0,"25-1-0",1,0,100,100,100], + [25,10,0,"25-10-0",1,0,100,100,100], + [25,12,0,"25-12-0",0,0,100,100,100], + [25,13,0,"25-13-0",1,0,100,100,100], + [25,14,0,"25-14-0",1,0,100,100,100], + [25,15,0,"25-15-0",1,0,100,100,100], + [25,16,0,"25-16-0",1,0,100,100,100], + [25,17,0,"25-17-0",0,0,100,100,100], + [25,2,0,"25-2-0",0,0,100,100,100], + [25,3,0,"25-3-0",1,0,100,100,100], + [25,5,0,"25-5-0",1,0,100,100,100], + [25,6,0,"25-6-0",1,0,100,100,100], + [25,7,0,"25-7-0",0,0,100,100,100], + [25,8,0,"25-8-0",1,0,100,100,100], + [25,9,0,"25-9-0",1,0,100,100,100], + [3,0,0,"3-0-0",1,0,100,100,100], + [3,1,0,"3-1-0",1,0,100,100,100], + [3,10,0,"3-10-0",1,0,100,100,100], + [3,11,0,"3-11-0",1,0,100,100,100], + [3,12,0,"3-12-0",0,0,100,100,100], + [3,13,0,"3-13-0",1,0,100,100,100], + [3,14,0,"3-14-0",1,0,100,100,100], + [3,15,0,"3-15-0",1,0,100,100,100], + [3,16,0,"3-16-0",1,0,100,100,100], + [3,17,0,"3-17-0",0,0,100,100,100], + [3,18,0,"3-18-0",1,0,100,100,100], + [3,2,0,"3-2-0",0,0,100,100,100], + [3,3,0,"3-3-0",1,0,100,100,100], + [3,4,0,"3-4-0",1,0,100,100,100], + [3,5,0,"3-5-0",1,0,100,100,100], + [3,6,0,"3-6-0",1,0,100,100,100], + [3,7,0,"3-7-0",0,0,100,100,100], + [3,8,0,"3-8-0",1,0,100,100,100], + [3,9,0,"3-9-0",1,0,100,100,100], + [4,0,0,"4-0-0",1,0,100,100,100], + [4,1,0,"4-1-0",1,0,100,100,100], + [4,10,0,"4-10-0",1,0,100,100,100], + [4,12,0,"4-12-0",0,0,100,100,100], + [4,13,0,"4-13-0",1,0,100,100,100], + [4,14,0,"4-14-0",1,0,100,100,100], + [4,15,0,"4-15-0",1,0,100,100,100], + [4,16,0,"4-16-0",1,0,100,100,100], + [4,17,0,"4-17-0",0,0,100,100,100], + [4,2,0,"4-2-0",0,0,100,100,100], + [4,3,0,"4-3-0",1,0,100,100,100], + [4,5,0,"4-5-0",1,0,100,100,100], + [4,6,0,"4-6-0",1,0,100,100,100], + [4,7,0,"4-7-0",0,0,100,100,100], + [4,8,0,"4-8-0",1,0,100,100,100], + [4,9,0,"4-9-0",1,0,100,100,100], + [5,0,0,"5-0-0",1,0,100,100,100], + [5,1,0,"5-1-0",1,0,100,100,100], + [5,10,0,"5-10-0",1,0,100,100,100], + [5,12,0,"5-12-0",0,0,100,100,100], + [5,13,0,"5-13-0",1,0,100,100,100], + [5,14,0,"5-14-0",1,0,100,100,100], + [5,15,0,"5-15-0",1,0,100,100,100], + [5,16,0,"5-16-0",1,0,100,100,100], + [5,17,0,"5-17-0",0,0,100,100,100], + [5,2,0,"5-2-0",0,0,100,100,100], + [5,3,0,"5-3-0",1,0,100,100,100], + [5,5,0,"5-5-0",1,0,100,100,100], + [5,6,0,"5-6-0",1,0,100,100,100], + [5,7,0,"5-7-0",0,0,100,100,100], + [5,8,0,"5-8-0",1,0,100,100,100], + [5,9,0,"5-9-0",1,0,100,100,100], + [6,0,0,"6-0-0",1,0,100,100,100], + [6,1,0,"6-1-0",1,0,100,100,100], + [6,10,0,"6-10-0",1,0,100,100,100], + [6,11,0,"6-11-0",1,0,100,100,100], + [6,12,0,"6-12-0",0,0,100,100,100], + [6,13,0,"6-13-0",1,0,100,100,100], + [6,14,0,"6-14-0",1,0,100,100,100], + [6,15,0,"6-15-0",1,0,100,100,100], + [6,16,0,"6-16-0",1,0,100,100,100], + [6,17,0,"6-17-0",0,0,100,100,100], + [6,18,0,"6-18-0",1,0,100,100,100], + [6,2,0,"6-2-0",0,0,100,100,100], + [6,3,0,"6-3-0",1,0,100,100,100], + [6,4,0,"6-4-0",1,0,100,100,100], + [6,5,0,"6-5-0",1,0,100,100,100], + [6,6,0,"6-6-0",1,0,100,100,100], + [6,7,0,"6-7-0",0,0,100,100,100], + [6,8,0,"6-8-0",1,0,100,100,100], + [6,9,0,"6-9-0",1,0,100,100,100], + [7,0,0,"7-0-0",1,0,100,100,100], + [7,1,0,"7-1-0",1,0,100,100,100], + [7,10,0,"7-10-0",1,0,100,100,100], + [7,11,0,"7-11-0",1,0,100,100,100], + [7,12,0,"7-12-0",0,0,100,100,100], + [7,13,0,"7-13-0",1,0,100,100,100], + [7,14,0,"7-14-0",1,0,100,100,100], + [7,15,0,"7-15-0",1,0,100,100,100], + [7,16,0,"7-16-0",1,0,100,100,100], + [7,17,0,"7-17-0",0,0,100,100,100], + [7,18,0,"7-18-0",1,0,100,100,100], + [7,2,0,"7-2-0",0,0,100,100,100], + [7,3,0,"7-3-0",1,0,100,100,100], + [7,4,0,"7-4-0",1,0,100,100,100], + [7,5,0,"7-5-0",1,0,100,100,100], + [7,6,0,"7-6-0",1,0,100,100,100], + [7,7,0,"7-7-0",0,0,100,100,100], + [7,8,0,"7-8-0",1,0,100,100,100], + [7,9,0,"7-9-0",1,0,100,100,100], + [8,0,0,"8-0-0",1,0,100,100,100], + [8,1,0,"8-1-0",1,0,100,100,100], + [8,10,0,"8-10-0",1,0,100,100,100], + [8,11,0,"8-11-0",1,0,100,100,100], + [8,12,0,"8-12-0",0,0,100,100,100], + [8,13,0,"8-13-0",0,0,100,100,100], + [8,14,0,"8-14-0",0,0,100,100,100], + [8,15,0,"8-15-0",0,0,100,100,100], + [8,16,0,"8-16-0",0,0,100,100,100], + [8,17,0,"8-17-0",0,0,100,100,100], + [8,18,0,"8-18-0",1,0,100,100,100], + [8,2,0,"8-2-0",0,0,100,100,100], + [8,3,0,"8-3-0",1,0,100,100,100], + [8,4,0,"8-4-0",1,0,100,100,100], + [8,5,0,"8-5-0",1,0,100,100,100], + [8,6,0,"8-6-0",1,0,100,100,100], + [8,7,0,"8-7-0",0,0,100,100,100], + [8,8,0,"8-8-0",1,0,100,100,100], + [8,9,0,"8-9-0",1,0,100,100,100], + [9,0,0,"9-0-0",1,0,100,100,100], + [9,1,0,"9-1-0",1,0,100,100,100], + [9,10,0,"9-10-0",1,0,100,100,100], + [9,11,0,"9-11-0",1,0,100,100,100], + [9,12,0,"9-12-0",0,0,100,100,100], + [9,13,0,"9-13-0",1,0,100,100,100], + [9,14,0,"9-14-0",1,0,100,100,100], + [9,15,0,"9-15-0",1,0,100,100,100], + [9,2,0,"9-2-0",0,0,100,100,100], + [9,3,0,"9-3-0",1,0,100,100,100], + [9,4,0,"9-4-0",1,0,100,100,100], + [9,5,0,"9-5-0",1,0,100,100,100], + [9,6,0,"9-6-0",1,0,100,100,100], + [9,7,0,"9-7-0",0,0,100,100,100], + [9,8,0,"9-8-0",1,0,100,100,100], + [9,9,0,"9-9-0",1,0,100,100,100], + ], + latticeForFourwayCar2:[ + [0,0,2,"0-0-2",1,0,100,100,100], [0,1,2,"0-1-2",1,0,100,100,100], [0,10,2,"0-10-2",1,0,100,100,100], [0,11,2,"0-11-2",1,0,100,100,100], @@ -1433,7 +1434,9 @@ var arrRe=[ [9,7,2,"9-7-2",0,0,100,100,100], [9,8,2,"9-8-2",1,0,100,100,100], [9,9,2,"9-9-2",1,0,100,100,100], -[0,0,3,"0-0-3",1,0,100,100,100], + ], + latticeForFourwayCar3:[ + [0,0,3,"0-0-3",1,0,100,100,100], [0,1,3,"0-1-3",1,0,100,100,100], [0,10,3,"0-10-3",1,0,100,100,100], [0,11,3,"0-11-3",1,0,100,100,100], @@ -1790,450 +1793,454 @@ var arrRe=[ [3,7,3,"3-7-3",0,0,100,100,100], [3,8,3,"3-8-3",1,0,100,100,100], [3,9,3,"3-9-3",1,0,100,100,100], -[4,0,3,"4-0-3",1,0,100,100,100], -[4,1,3,"4-1-3",1,0,100,100,100], -[4,10,3,"4-10-3",1,0,100,100,100], -[4,12,3,"4-12-3",0,0,100,100,100], -[4,13,3,"4-13-3",1,0,100,100,100], -[4,14,3,"4-14-3",1,0,100,100,100], -[4,15,3,"4-15-3",1,0,100,100,100], -[4,16,3,"4-16-3",1,0,100,100,100], -[4,17,3,"4-17-3",0,0,100,100,100], -[4,2,3,"4-2-3",0,0,100,100,100], -[4,3,3,"4-3-3",1,0,100,100,100], -[4,5,3,"4-5-3",1,0,100,100,100], -[4,6,3,"4-6-3",1,0,100,100,100], -[4,7,3,"4-7-3",0,0,100,100,100], -[4,8,3,"4-8-3",1,0,100,100,100], -[4,9,3,"4-9-3",1,0,100,100,100], -[5,0,3,"5-0-3",1,0,100,100,100], -[5,1,3,"5-1-3",1,0,100,100,100], -[5,10,3,"5-10-3",1,0,100,100,100], -[5,12,3,"5-12-3",0,0,100,100,100], -[5,13,3,"5-13-3",1,0,100,100,100], -[5,14,3,"5-14-3",1,0,100,100,100], -[5,15,3,"5-15-3",1,0,100,100,100], -[5,16,3,"5-16-3",1,0,100,100,100], -[5,17,3,"5-17-3",0,0,100,100,100], -[5,2,3,"5-2-3",0,0,100,100,100], -[5,3,3,"5-3-3",1,0,100,100,100], -[5,5,3,"5-5-3",1,0,100,100,100], -[5,6,3,"5-6-3",1,0,100,100,100], -[5,7,3,"5-7-3",0,0,100,100,100], -[5,8,3,"5-8-3",1,0,100,100,100], -[5,9,3,"5-9-3",1,0,100,100,100], -[6,0,3,"6-0-3",1,0,100,100,100], -[6,1,3,"6-1-3",1,0,100,100,100], -[6,10,3,"6-10-3",1,0,100,100,100], -[6,11,3,"6-11-3",1,0,100,100,100], -[6,12,3,"6-12-3",0,0,100,100,100], -[6,13,3,"6-13-3",1,0,100,100,100], -[6,14,3,"6-14-3",1,0,100,100,100], -[6,15,3,"6-15-3",1,0,100,100,100], -[6,16,3,"6-16-3",1,0,100,100,100], -[6,17,3,"6-17-3",0,0,100,100,100], -[6,18,3,"6-18-3",1,0,100,100,100], -[6,2,3,"6-2-3",0,0,100,100,100], -[6,3,3,"6-3-3",1,0,100,100,100], -[6,4,3,"6-4-3",1,0,100,100,100], -[6,5,3,"6-5-3",1,0,100,100,100], -[6,6,3,"6-6-3",1,0,100,100,100], -[6,7,3,"6-7-3",0,0,100,100,100], -[6,8,3,"6-8-3",1,0,100,100,100], -[6,9,3,"6-9-3",1,0,100,100,100], -[7,0,3,"7-0-3",1,0,100,100,100], -[7,1,3,"7-1-3",1,0,100,100,100], -[7,10,3,"7-10-3",1,0,100,100,100], -[7,11,3,"7-11-3",1,0,100,100,100], -[7,12,3,"7-12-3",0,0,100,100,100], -[7,13,3,"7-13-3",1,0,100,100,100], -[7,14,3,"7-14-3",1,0,100,100,100], -[7,15,3,"7-15-3",1,0,100,100,100], -[7,16,3,"7-16-3",1,0,100,100,100], -[7,17,3,"7-17-3",0,0,100,100,100], -[7,18,3,"7-18-3",1,0,100,100,100], -[7,2,3,"7-2-3",0,0,100,100,100], -[7,3,3,"7-3-3",1,0,100,100,100], -[7,4,3,"7-4-3",1,0,100,100,100], -[7,5,3,"7-5-3",1,0,100,100,100], -[7,6,3,"7-6-3",1,0,100,100,100], -[7,7,3,"7-7-3",0,0,100,100,100], -[7,8,3,"7-8-3",1,0,100,100,100], -[7,9,3,"7-9-3",1,0,100,100,100], -[8,0,3,"8-0-3",1,0,100,100,100], -[8,1,3,"8-1-3",1,0,100,100,100], -[8,10,3,"8-10-3",1,0,100,100,100], -[8,11,3,"8-11-3",1,0,100,100,100], -[8,12,3,"8-12-3",0,0,100,100,100], -[8,13,3,"8-13-3",0,0,100,100,100], -[8,14,3,"8-14-3",0,0,100,100,100], -[8,15,3,"8-15-3",0,0,100,100,100], -[8,16,3,"8-16-3",0,0,100,100,100], -[8,17,3,"8-17-3",0,0,100,100,100], -[8,18,3,"8-18-3",1,0,100,100,100], -[8,2,3,"8-2-3",0,0,100,100,100], -[8,3,3,"8-3-3",1,0,100,100,100], -[8,4,3,"8-4-3",1,0,100,100,100], -[8,5,3,"8-5-3",1,0,100,100,100], -[8,6,3,"8-6-3",1,0,100,100,100], -[8,7,3,"8-7-3",0,0,100,100,100], -[8,8,3,"8-8-3",1,0,100,100,100], -[8,9,3,"8-9-3",1,0,100,100,100], -[9,0,3,"9-0-3",1,0,100,100,100], -[9,1,3,"9-1-3",1,0,100,100,100], -[9,10,3,"9-10-3",1,0,100,100,100], -[9,11,3,"9-11-3",1,0,100,100,100], -[9,12,3,"9-12-3",0,0,100,100,100], -[9,13,3,"9-13-3",1,0,100,100,100], -[9,14,3,"9-14-3",1,0,100,100,100], -[9,15,3,"9-15-3",1,0,100,100,100], -[9,2,3,"9-2-3",0,0,100,100,100], -[9,3,3,"9-3-3",1,0,100,100,100], -[9,4,3,"9-4-3",1,0,100,100,100], -[9,5,3,"9-5-3",1,0,100,100,100], -[9,6,3,"9-6-3",1,0,100,100,100], -[9,7,3,"9-7-3",0,0,100,100,100], -[9,8,3,"9-8-3",1,0,100,100,100], -[9,9,3,"9-9-3",1,0,100,100,100], -[0,10,4,"0-10-4",1,0,100,100,100], -[0,11,4,"0-11-4",1,0,100,100,100], -[0,12,4,"0-12-4",0,0,100,100,100], -[0,13,4,"0-13-4",1,0,100,100,100], -[0,14,4,"0-14-4",1,0,100,100,100], -[0,15,4,"0-15-4",1,0,100,100,100], -[0,16,4,"0-16-4",1,0,100,100,100], -[0,17,4,"0-17-4",0,0,100,100,100], -[0,18,4,"0-18-4",1,0,100,100,100], -[0,5,4,"0-5-4",1,0,100,100,100], -[0,6,4,"0-6-4",1,0,100,100,100], -[0,7,4,"0-7-4",0,0,100,100,100], -[0,8,4,"0-8-4",1,0,100,100,100], -[0,9,4,"0-9-4",1,0,100,100,100], -[1,10,4,"1-10-4",1,0,100,100,100], -[1,11,4,"1-11-4",1,0,100,100,100], -[1,12,4,"1-12-4",0,0,100,100,100], -[1,13,4,"1-13-4",1,0,100,100,100], -[1,14,4,"1-14-4",1,0,100,100,100], -[1,15,4,"1-15-4",1,0,100,100,100], -[1,16,4,"1-16-4",1,0,100,100,100], -[1,17,4,"1-17-4",0,0,100,100,100], -[1,18,4,"1-18-4",1,0,100,100,100], -[1,5,4,"1-5-4",1,0,100,100,100], -[1,6,4,"1-6-4",1,0,100,100,100], -[1,7,4,"1-7-4",0,0,100,100,100], -[1,8,4,"1-8-4",1,0,100,100,100], -[1,9,4,"1-9-4",1,0,100,100,100], -[10,10,4,"10-10-4",0,0,100,100,100], -[10,11,4,"10-11-4",0,0,100,100,100], -[10,12,4,"10-12-4",0,0,100,100,100], -[10,13,4,"10-13-4",0,0,100,100,100], -[10,14,4,"10-14-4",0,0,100,100,100], -[10,15,4,"10-15-4",0,0,100,100,100], -[10,5,4,"10-5-4",1,0,100,100,100], -[10,6,4,"10-6-4",1,0,100,100,100], -[10,7,4,"10-7-4",0,0,100,100,100], -[10,8,4,"10-8-4",0,0,100,100,100], -[10,9,4,"10-9-4",0,0,100,100,100], -[11,12,4,"11-12-4",0,0,100,100,100], -[11,13,4,"11-13-4",1,0,100,100,100], -[11,14,4,"11-14-4",1,0,100,100,100], -[11,15,4,"11-15-4",1,0,100,100,100], -[11,5,4,"11-5-4",1,0,100,100,100], -[11,6,4,"11-6-4",1,0,100,100,100], -[11,7,4,"11-7-4",0,0,100,100,100], -[11,8,4,"11-8-4",1,0,100,100,100], -[11,9,4,"11-9-4",1,0,100,100,100], -[12,10,4,"12-10-4",1,0,100,100,100], -[12,12,4,"12-12-4",0,0,100,100,100], -[12,13,4,"12-13-4",1,0,100,100,100], -[12,14,4,"12-14-4",1,0,100,100,100], -[12,15,4,"12-15-4",1,0,100,100,100], -[12,5,4,"12-5-4",1,0,100,100,100], -[12,6,4,"12-6-4",1,0,100,100,100], -[12,7,4,"12-7-4",0,0,100,100,100], -[12,8,4,"12-8-4",1,0,100,100,100], -[12,9,4,"12-9-4",1,0,100,100,100], -[13,10,4,"13-10-4",1,0,100,100,100], -[13,11,4,"13-11-4",1,0,100,100,100], -[13,12,4,"13-12-4",0,0,100,100,100], -[13,13,4,"13-13-4",0,0,100,100,100], -[13,14,4,"13-14-4",0,0,100,100,100], -[13,15,4,"13-15-4",0,0,100,100,100], -[13,16,4,"13-16-4",0,0,100,100,100], -[13,17,4,"13-17-4",0,0,100,100,100], -[13,18,4,"13-18-4",1,0,100,100,100], -[13,5,4,"13-5-4",1,0,100,100,100], -[13,6,4,"13-6-4",1,0,100,100,100], -[13,7,4,"13-7-4",0,0,100,100,100], -[13,8,4,"13-8-4",1,0,100,100,100], -[13,9,4,"13-9-4",1,0,100,100,100], -[14,10,4,"14-10-4",1,0,100,100,100], -[14,11,4,"14-11-4",1,0,100,100,100], -[14,12,4,"14-12-4",0,0,100,100,100], -[14,13,4,"14-13-4",1,0,100,100,100], -[14,14,4,"14-14-4",1,0,100,100,100], -[14,15,4,"14-15-4",1,0,100,100,100], -[14,16,4,"14-16-4",1,0,100,100,100], -[14,17,4,"14-17-4",0,0,100,100,100], -[14,18,4,"14-18-4",1,0,100,100,100], -[14,5,4,"14-5-4",1,0,100,100,100], -[14,6,4,"14-6-4",1,0,100,100,100], -[14,7,4,"14-7-4",0,0,100,100,100], -[14,8,4,"14-8-4",1,0,100,100,100], -[14,9,4,"14-9-4",1,0,100,100,100], -[15,10,4,"15-10-4",1,0,100,100,100], -[15,11,4,"15-11-4",1,0,100,100,100], -[15,12,4,"15-12-4",0,0,100,100,100], -[15,13,4,"15-13-4",1,0,100,100,100], -[15,14,4,"15-14-4",1,0,100,100,100], -[15,15,4,"15-15-4",1,0,100,100,100], -[15,16,4,"15-16-4",1,0,100,100,100], -[15,17,4,"15-17-4",0,0,100,100,100], -[15,18,4,"15-18-4",1,0,100,100,100], -[15,5,4,"15-5-4",1,0,100,100,100], -[15,6,4,"15-6-4",1,0,100,100,100], -[15,7,4,"15-7-4",0,0,100,100,100], -[15,8,4,"15-8-4",1,0,100,100,100], -[15,9,4,"15-9-4",1,0,100,100,100], -[16,10,4,"16-10-4",1,0,100,100,100], -[16,11,4,"16-11-4",1,0,100,100,100], -[16,12,4,"16-12-4",0,0,100,100,100], -[16,13,4,"16-13-4",1,0,100,100,100], -[16,14,4,"16-14-4",1,0,100,100,100], -[16,15,4,"16-15-4",1,0,100,100,100], -[16,16,4,"16-16-4",1,0,100,100,100], -[16,17,4,"16-17-4",0,0,100,100,100], -[16,18,4,"16-18-4",1,0,100,100,100], -[16,5,4,"16-5-4",1,0,100,100,100], -[16,6,4,"16-6-4",1,0,100,100,100], -[16,7,4,"16-7-4",0,0,100,100,100], -[16,8,4,"16-8-4",1,0,100,100,100], -[16,9,4,"16-9-4",1,0,100,100,100], -[17,10,4,"17-10-4",1,0,100,100,100], -[17,11,4,"17-11-4",1,0,100,100,100], -[17,12,4,"17-12-4",0,0,100,100,100], -[17,13,4,"17-13-4",1,0,100,100,100], -[17,14,4,"17-14-4",1,0,100,100,100], -[17,15,4,"17-15-4",1,0,100,100,100], -[17,16,4,"17-16-4",1,0,100,100,100], -[17,17,4,"17-17-4",0,0,100,100,100], -[17,18,4,"17-18-4",1,0,100,100,100], -[17,5,4,"17-5-4",1,0,100,100,100], -[17,6,4,"17-6-4",1,0,100,100,100], -[17,7,4,"17-7-4",0,0,100,100,100], -[17,8,4,"17-8-4",1,0,100,100,100], -[17,9,4,"17-9-4",1,0,100,100,100], -[18,10,4,"18-10-4",1,0,100,100,100], -[18,12,4,"18-12-4",0,0,100,100,100], -[18,13,4,"18-13-4",1,0,100,100,100], -[18,14,4,"18-14-4",1,0,100,100,100], -[18,15,4,"18-15-4",1,0,100,100,100], -[18,16,4,"18-16-4",1,0,100,100,100], -[18,17,4,"18-17-4",0,0,100,100,100], -[18,5,4,"18-5-4",1,0,100,100,100], -[18,6,4,"18-6-4",1,0,100,100,100], -[18,7,4,"18-7-4",0,0,100,100,100], -[18,8,4,"18-8-4",1,0,100,100,100], -[18,9,4,"18-9-4",1,0,100,100,100], -[19,10,4,"19-10-4",1,0,100,100,100], -[19,12,4,"19-12-4",0,0,100,100,100], -[19,13,4,"19-13-4",1,0,100,100,100], -[19,14,4,"19-14-4",1,0,100,100,100], -[19,15,4,"19-15-4",1,0,100,100,100], -[19,16,4,"19-16-4",1,0,100,100,100], -[19,17,4,"19-17-4",0,0,100,100,100], -[19,5,4,"19-5-4",1,0,100,100,100], -[19,6,4,"19-6-4",1,0,100,100,100], -[19,7,4,"19-7-4",0,0,100,100,100], -[19,8,4,"19-8-4",1,0,100,100,100], -[19,9,4,"19-9-4",1,0,100,100,100], -[2,10,4,"2-10-4",1,0,100,100,100], -[2,11,4,"2-11-4",1,0,100,100,100], -[2,12,4,"2-12-4",0,0,100,100,100], -[2,13,4,"2-13-4",1,0,100,100,100], -[2,14,4,"2-14-4",1,0,100,100,100], -[2,15,4,"2-15-4",1,0,100,100,100], -[2,16,4,"2-16-4",1,0,100,100,100], -[2,17,4,"2-17-4",0,0,100,100,100], -[2,18,4,"2-18-4",1,0,100,100,100], -[2,5,4,"2-5-4",1,0,100,100,100], -[2,6,4,"2-6-4",1,0,100,100,100], -[2,7,4,"2-7-4",0,0,100,100,100], -[2,8,4,"2-8-4",1,0,100,100,100], -[2,9,4,"2-9-4",1,0,100,100,100], -[20,10,4,"20-10-4",1,0,100,100,100], -[20,11,4,"20-11-4",1,0,100,100,100], -[20,12,4,"20-12-4",0,0,100,100,100], -[20,13,4,"20-13-4",1,0,100,100,100], -[20,14,4,"20-14-4",1,0,100,100,100], -[20,15,4,"20-15-4",1,0,100,100,100], -[20,16,4,"20-16-4",1,0,100,100,100], -[20,17,4,"20-17-4",0,0,100,100,100], -[20,18,4,"20-18-4",1,0,100,100,100], -[20,5,4,"20-5-4",1,0,100,100,100], -[20,6,4,"20-6-4",1,0,100,100,100], -[20,7,4,"20-7-4",0,0,100,100,100], -[20,8,4,"20-8-4",1,0,100,100,100], -[20,9,4,"20-9-4",1,0,100,100,100], -[21,10,4,"21-10-4",1,0,100,100,100], -[21,11,4,"21-11-4",1,0,100,100,100], -[21,12,4,"21-12-4",0,0,100,100,100], -[21,13,4,"21-13-4",1,0,100,100,100], -[21,14,4,"21-14-4",1,0,100,100,100], -[21,15,4,"21-15-4",1,0,100,100,100], -[21,16,4,"21-16-4",1,0,100,100,100], -[21,17,4,"21-17-4",0,0,100,100,100], -[21,18,4,"21-18-4",1,0,100,100,100], -[21,5,4,"21-5-4",1,0,100,100,100], -[21,6,4,"21-6-4",1,0,100,100,100], -[21,7,4,"21-7-4",0,0,100,100,100], -[21,8,4,"21-8-4",1,0,100,100,100], -[21,9,4,"21-9-4",1,0,100,100,100], -[22,10,4,"22-10-4",1,0,100,100,100], -[22,11,4,"22-11-4",1,0,100,100,100], -[22,12,4,"22-12-4",0,0,100,100,100], -[22,13,4,"22-13-4",1,0,100,100,100], -[22,14,4,"22-14-4",1,0,100,100,100], -[22,15,4,"22-15-4",1,0,100,100,100], -[22,16,4,"22-16-4",1,0,100,100,100], -[22,17,4,"22-17-4",0,0,100,100,100], -[22,18,4,"22-18-4",1,0,100,100,100], -[22,5,4,"22-5-4",1,0,100,100,100], -[22,6,4,"22-6-4",1,0,100,100,100], -[22,7,4,"22-7-4",0,0,100,100,100], -[22,8,4,"22-8-4",1,0,100,100,100], -[22,9,4,"22-9-4",1,0,100,100,100], -[23,10,4,"23-10-4",1,0,100,100,100], -[23,11,4,"23-11-4",1,0,100,100,100], -[23,12,4,"23-12-4",0,0,100,100,100], -[23,13,4,"23-13-4",1,0,100,100,100], -[23,14,4,"23-14-4",1,0,100,100,100], -[23,15,4,"23-15-4",1,0,100,100,100], -[23,16,4,"23-16-4",1,0,100,100,100], -[23,17,4,"23-17-4",0,0,100,100,100], -[23,18,4,"23-18-4",1,0,100,100,100], -[23,5,4,"23-5-4",1,0,100,100,100], -[23,6,4,"23-6-4",1,0,100,100,100], -[23,7,4,"23-7-4",0,0,100,100,100], -[23,8,4,"23-8-4",1,0,100,100,100], -[23,9,4,"23-9-4",1,0,100,100,100], -[24,10,4,"24-10-4",1,0,100,100,100], -[24,11,4,"24-11-4",1,0,100,100,100], -[24,12,4,"24-12-4",0,0,100,100,100], -[24,13,4,"24-13-4",1,0,100,100,100], -[24,14,4,"24-14-4",1,0,100,100,100], -[24,15,4,"24-15-4",1,0,100,100,100], -[24,16,4,"24-16-4",1,0,100,100,100], -[24,17,4,"24-17-4",0,0,100,100,100], -[24,18,4,"24-18-4",1,0,100,100,100], -[24,5,4,"24-5-4",1,0,100,100,100], -[24,6,4,"24-6-4",1,0,100,100,100], -[24,7,4,"24-7-4",0,0,100,100,100], -[24,8,4,"24-8-4",1,0,100,100,100], -[24,9,4,"24-9-4",1,0,100,100,100], -[25,10,4,"25-10-4",1,0,100,100,100], -[25,12,4,"25-12-4",0,0,100,100,100], -[25,13,4,"25-13-4",1,0,100,100,100], -[25,14,4,"25-14-4",1,0,100,100,100], -[25,15,4,"25-15-4",1,0,100,100,100], -[25,16,4,"25-16-4",1,0,100,100,100], -[25,17,4,"25-17-4",0,0,100,100,100], -[25,5,4,"25-5-4",1,0,100,100,100], -[25,6,4,"25-6-4",1,0,100,100,100], -[25,7,4,"25-7-4",0,0,100,100,100], -[25,8,4,"25-8-4",1,0,100,100,100], -[25,9,4,"25-9-4",1,0,100,100,100], -[3,10,4,"3-10-4",1,0,100,100,100], -[3,11,4,"3-11-4",1,0,100,100,100], -[3,12,4,"3-12-4",0,0,100,100,100], -[3,13,4,"3-13-4",1,0,100,100,100], -[3,14,4,"3-14-4",1,0,100,100,100], -[3,15,4,"3-15-4",1,0,100,100,100], -[3,16,4,"3-16-4",1,0,100,100,100], -[3,17,4,"3-17-4",0,0,100,100,100], -[3,18,4,"3-18-4",1,0,100,100,100], -[3,5,4,"3-5-4",1,0,100,100,100], -[3,6,4,"3-6-4",1,0,100,100,100], -[3,7,4,"3-7-4",0,0,100,100,100], -[3,8,4,"3-8-4",1,0,100,100,100], -[3,9,4,"3-9-4",1,0,100,100,100], -[4,10,4,"4-10-4",1,0,100,100,100], -[4,12,4,"4-12-4",0,0,100,100,100], -[4,13,4,"4-13-4",1,0,100,100,100], -[4,14,4,"4-14-4",1,0,100,100,100], -[4,15,4,"4-15-4",1,0,100,100,100], -[4,16,4,"4-16-4",1,0,100,100,100], -[4,17,4,"4-17-4",0,0,100,100,100], -[4,5,4,"4-5-4",1,0,100,100,100], -[4,6,4,"4-6-4",1,0,100,100,100], -[4,7,4,"4-7-4",0,0,100,100,100], -[4,8,4,"4-8-4",1,0,100,100,100], -[4,9,4,"4-9-4",1,0,100,100,100], -[5,10,4,"5-10-4",1,0,100,100,100], -[5,12,4,"5-12-4",0,0,100,100,100], -[5,13,4,"5-13-4",1,0,100,100,100], -[5,14,4,"5-14-4",1,0,100,100,100], -[5,15,4,"5-15-4",1,0,100,100,100], -[5,16,4,"5-16-4",1,0,100,100,100], -[5,17,4,"5-17-4",0,0,100,100,100], -[5,5,4,"5-5-4",1,0,100,100,100], -[5,6,4,"5-6-4",1,0,100,100,100], -[5,7,4,"5-7-4",0,0,100,100,100], -[5,8,4,"5-8-4",1,0,100,100,100], -[5,9,4,"5-9-4",1,0,100,100,100], -[6,10,4,"6-10-4",1,0,100,100,100], -[6,11,4,"6-11-4",1,0,100,100,100], -[6,12,4,"6-12-4",0,0,100,100,100], -[6,13,4,"6-13-4",1,0,100,100,100], -[6,14,4,"6-14-4",1,0,100,100,100], -[6,15,4,"6-15-4",1,0,100,100,100], -[6,16,4,"6-16-4",1,0,100,100,100], -[6,17,4,"6-17-4",0,0,100,100,100], -[6,18,4,"6-18-4",1,0,100,100,100], -[6,5,4,"6-5-4",1,0,100,100,100], -[6,6,4,"6-6-4",1,0,100,100,100], -[6,7,4,"6-7-4",0,0,100,100,100], -[6,8,4,"6-8-4",1,0,100,100,100], -[6,9,4,"6-9-4",1,0,100,100,100], -[7,10,4,"7-10-4",1,0,100,100,100], -[7,11,4,"7-11-4",1,0,100,100,100], -[7,12,4,"7-12-4",0,0,100,100,100], -[7,13,4,"7-13-4",1,0,100,100,100], -[7,14,4,"7-14-4",1,0,100,100,100], -[7,15,4,"7-15-4",1,0,100,100,100], -[7,16,4,"7-16-4",1,0,100,100,100], -[7,17,4,"7-17-4",0,0,100,100,100], -[7,18,4,"7-18-4",1,0,100,100,100], -[7,5,4,"7-5-4",1,0,100,100,100], -[7,6,4,"7-6-4",1,0,100,100,100], -[7,7,4,"7-7-4",0,0,100,100,100], -[7,8,4,"7-8-4",1,0,100,100,100], -[7,9,4,"7-9-4",1,0,100,100,100], -[8,10,4,"8-10-4",1,0,100,100,100], -[8,11,4,"8-11-4",1,0,100,100,100], -[8,12,4,"8-12-4",0,0,100,100,100], -[8,13,4,"8-13-4",0,0,100,100,100], -[8,14,4,"8-14-4",0,0,100,100,100], -[8,15,4,"8-15-4",0,0,100,100,100], -[8,16,4,"8-16-4",0,0,100,100,100], -[8,17,4,"8-17-4",0,0,100,100,100], -[8,18,4,"8-18-4",1,0,100,100,100], -[8,5,4,"8-5-4",1,0,100,100,100], -[8,6,4,"8-6-4",1,0,100,100,100], -[8,7,4,"8-7-4",0,0,100,100,100], -[8,8,4,"8-8-4",1,0,100,100,100], -[8,9,4,"8-9-4",1,0,100,100,100], -[9,10,4,"9-10-4",1,0,100,100,100], -[9,11,4,"9-11-4",1,0,100,100,100], -[9,12,4,"9-12-4",0,0,100,100,100], -[9,13,4,"9-13-4",1,0,100,100,100], -[9,14,4,"9-14-4",1,0,100,100,100], -[9,15,4,"9-15-4",1,0,100,100,100], -[9,5,4,"9-5-4",1,0,100,100,100], -[9,6,4,"9-6-4",1,0,100,100,100], -[9,7,4,"9-7-4",0,0,100,100,100], -[9,8,4,"9-8-4",1,0,100,100,100], -[9,9,4,"9-9-4",1,0,100,100,100], + ], + latticeForFourwayCar4:[ + [4,0,3,"4-0-3",1,0,100,100,100], + [4,1,3,"4-1-3",1,0,100,100,100], + [4,10,3,"4-10-3",1,0,100,100,100], + [4,12,3,"4-12-3",0,0,100,100,100], + [4,13,3,"4-13-3",1,0,100,100,100], + [4,14,3,"4-14-3",1,0,100,100,100], + [4,15,3,"4-15-3",1,0,100,100,100], + [4,16,3,"4-16-3",1,0,100,100,100], + [4,17,3,"4-17-3",0,0,100,100,100], + [4,2,3,"4-2-3",0,0,100,100,100], + [4,3,3,"4-3-3",1,0,100,100,100], + [4,5,3,"4-5-3",1,0,100,100,100], + [4,6,3,"4-6-3",1,0,100,100,100], + [4,7,3,"4-7-3",0,0,100,100,100], + [4,8,3,"4-8-3",1,0,100,100,100], + [4,9,3,"4-9-3",1,0,100,100,100], + [5,0,3,"5-0-3",1,0,100,100,100], + [5,1,3,"5-1-3",1,0,100,100,100], + [5,10,3,"5-10-3",1,0,100,100,100], + [5,12,3,"5-12-3",0,0,100,100,100], + [5,13,3,"5-13-3",1,0,100,100,100], + [5,14,3,"5-14-3",1,0,100,100,100], + [5,15,3,"5-15-3",1,0,100,100,100], + [5,16,3,"5-16-3",1,0,100,100,100], + [5,17,3,"5-17-3",0,0,100,100,100], + [5,2,3,"5-2-3",0,0,100,100,100], + [5,3,3,"5-3-3",1,0,100,100,100], + [5,5,3,"5-5-3",1,0,100,100,100], + [5,6,3,"5-6-3",1,0,100,100,100], + [5,7,3,"5-7-3",0,0,100,100,100], + [5,8,3,"5-8-3",1,0,100,100,100], + [5,9,3,"5-9-3",1,0,100,100,100], + [6,0,3,"6-0-3",1,0,100,100,100], + [6,1,3,"6-1-3",1,0,100,100,100], + [6,10,3,"6-10-3",1,0,100,100,100], + [6,11,3,"6-11-3",1,0,100,100,100], + [6,12,3,"6-12-3",0,0,100,100,100], + [6,13,3,"6-13-3",1,0,100,100,100], + [6,14,3,"6-14-3",1,0,100,100,100], + [6,15,3,"6-15-3",1,0,100,100,100], + [6,16,3,"6-16-3",1,0,100,100,100], + [6,17,3,"6-17-3",0,0,100,100,100], + [6,18,3,"6-18-3",1,0,100,100,100], + [6,2,3,"6-2-3",0,0,100,100,100], + [6,3,3,"6-3-3",1,0,100,100,100], + [6,4,3,"6-4-3",1,0,100,100,100], + [6,5,3,"6-5-3",1,0,100,100,100], + [6,6,3,"6-6-3",1,0,100,100,100], + [6,7,3,"6-7-3",0,0,100,100,100], + [6,8,3,"6-8-3",1,0,100,100,100], + [6,9,3,"6-9-3",1,0,100,100,100], + [7,0,3,"7-0-3",1,0,100,100,100], + [7,1,3,"7-1-3",1,0,100,100,100], + [7,10,3,"7-10-3",1,0,100,100,100], + [7,11,3,"7-11-3",1,0,100,100,100], + [7,12,3,"7-12-3",0,0,100,100,100], + [7,13,3,"7-13-3",1,0,100,100,100], + [7,14,3,"7-14-3",1,0,100,100,100], + [7,15,3,"7-15-3",1,0,100,100,100], + [7,16,3,"7-16-3",1,0,100,100,100], + [7,17,3,"7-17-3",0,0,100,100,100], + [7,18,3,"7-18-3",1,0,100,100,100], + [7,2,3,"7-2-3",0,0,100,100,100], + [7,3,3,"7-3-3",1,0,100,100,100], + [7,4,3,"7-4-3",1,0,100,100,100], + [7,5,3,"7-5-3",1,0,100,100,100], + [7,6,3,"7-6-3",1,0,100,100,100], + [7,7,3,"7-7-3",0,0,100,100,100], + [7,8,3,"7-8-3",1,0,100,100,100], + [7,9,3,"7-9-3",1,0,100,100,100], + [8,0,3,"8-0-3",1,0,100,100,100], + [8,1,3,"8-1-3",1,0,100,100,100], + [8,10,3,"8-10-3",1,0,100,100,100], + [8,11,3,"8-11-3",1,0,100,100,100], + [8,12,3,"8-12-3",0,0,100,100,100], + [8,13,3,"8-13-3",0,0,100,100,100], + [8,14,3,"8-14-3",0,0,100,100,100], + [8,15,3,"8-15-3",0,0,100,100,100], + [8,16,3,"8-16-3",0,0,100,100,100], + [8,17,3,"8-17-3",0,0,100,100,100], + [8,18,3,"8-18-3",1,0,100,100,100], + [8,2,3,"8-2-3",0,0,100,100,100], + [8,3,3,"8-3-3",1,0,100,100,100], + [8,4,3,"8-4-3",1,0,100,100,100], + [8,5,3,"8-5-3",1,0,100,100,100], + [8,6,3,"8-6-3",1,0,100,100,100], + [8,7,3,"8-7-3",0,0,100,100,100], + [8,8,3,"8-8-3",1,0,100,100,100], + [8,9,3,"8-9-3",1,0,100,100,100], + [9,0,3,"9-0-3",1,0,100,100,100], + [9,1,3,"9-1-3",1,0,100,100,100], + [9,10,3,"9-10-3",1,0,100,100,100], + [9,11,3,"9-11-3",1,0,100,100,100], + [9,12,3,"9-12-3",0,0,100,100,100], + [9,13,3,"9-13-3",1,0,100,100,100], + [9,14,3,"9-14-3",1,0,100,100,100], + [9,15,3,"9-15-3",1,0,100,100,100], + [9,2,3,"9-2-3",0,0,100,100,100], + [9,3,3,"9-3-3",1,0,100,100,100], + [9,4,3,"9-4-3",1,0,100,100,100], + [9,5,3,"9-5-3",1,0,100,100,100], + [9,6,3,"9-6-3",1,0,100,100,100], + [9,7,3,"9-7-3",0,0,100,100,100], + [9,8,3,"9-8-3",1,0,100,100,100], + [9,9,3,"9-9-3",1,0,100,100,100], + [0,10,4,"0-10-4",1,0,100,100,100], + [0,11,4,"0-11-4",1,0,100,100,100], + [0,12,4,"0-12-4",0,0,100,100,100], + [0,13,4,"0-13-4",1,0,100,100,100], + [0,14,4,"0-14-4",1,0,100,100,100], + [0,15,4,"0-15-4",1,0,100,100,100], + [0,16,4,"0-16-4",1,0,100,100,100], + [0,17,4,"0-17-4",0,0,100,100,100], + [0,18,4,"0-18-4",1,0,100,100,100], + [0,5,4,"0-5-4",1,0,100,100,100], + [0,6,4,"0-6-4",1,0,100,100,100], + [0,7,4,"0-7-4",0,0,100,100,100], + [0,8,4,"0-8-4",1,0,100,100,100], + [0,9,4,"0-9-4",1,0,100,100,100], + [1,10,4,"1-10-4",1,0,100,100,100], + [1,11,4,"1-11-4",1,0,100,100,100], + [1,12,4,"1-12-4",0,0,100,100,100], + [1,13,4,"1-13-4",1,0,100,100,100], + [1,14,4,"1-14-4",1,0,100,100,100], + [1,15,4,"1-15-4",1,0,100,100,100], + [1,16,4,"1-16-4",1,0,100,100,100], + [1,17,4,"1-17-4",0,0,100,100,100], + [1,18,4,"1-18-4",1,0,100,100,100], + [1,5,4,"1-5-4",1,0,100,100,100], + [1,6,4,"1-6-4",1,0,100,100,100], + [1,7,4,"1-7-4",0,0,100,100,100], + [1,8,4,"1-8-4",1,0,100,100,100], + [1,9,4,"1-9-4",1,0,100,100,100], + [10,10,4,"10-10-4",0,0,100,100,100], + [10,11,4,"10-11-4",0,0,100,100,100], + [10,12,4,"10-12-4",0,0,100,100,100], + [10,13,4,"10-13-4",0,0,100,100,100], + [10,14,4,"10-14-4",0,0,100,100,100], + [10,15,4,"10-15-4",0,0,100,100,100], + [10,5,4,"10-5-4",1,0,100,100,100], + [10,6,4,"10-6-4",1,0,100,100,100], + [10,7,4,"10-7-4",0,0,100,100,100], + [10,8,4,"10-8-4",0,0,100,100,100], + [10,9,4,"10-9-4",0,0,100,100,100], + [11,12,4,"11-12-4",0,0,100,100,100], + [11,13,4,"11-13-4",1,0,100,100,100], + [11,14,4,"11-14-4",1,0,100,100,100], + [11,15,4,"11-15-4",1,0,100,100,100], + [11,5,4,"11-5-4",1,0,100,100,100], + [11,6,4,"11-6-4",1,0,100,100,100], + [11,7,4,"11-7-4",0,0,100,100,100], + [11,8,4,"11-8-4",1,0,100,100,100], + [11,9,4,"11-9-4",1,0,100,100,100], + [12,10,4,"12-10-4",1,0,100,100,100], + [12,12,4,"12-12-4",0,0,100,100,100], + [12,13,4,"12-13-4",1,0,100,100,100], + [12,14,4,"12-14-4",1,0,100,100,100], + [12,15,4,"12-15-4",1,0,100,100,100], + [12,5,4,"12-5-4",1,0,100,100,100], + [12,6,4,"12-6-4",1,0,100,100,100], + [12,7,4,"12-7-4",0,0,100,100,100], + [12,8,4,"12-8-4",1,0,100,100,100], + [12,9,4,"12-9-4",1,0,100,100,100], + [13,10,4,"13-10-4",1,0,100,100,100], + [13,11,4,"13-11-4",1,0,100,100,100], + [13,12,4,"13-12-4",0,0,100,100,100], + [13,13,4,"13-13-4",0,0,100,100,100], + [13,14,4,"13-14-4",0,0,100,100,100], + [13,15,4,"13-15-4",0,0,100,100,100], + [13,16,4,"13-16-4",0,0,100,100,100], + [13,17,4,"13-17-4",0,0,100,100,100], + [13,18,4,"13-18-4",1,0,100,100,100], + [13,5,4,"13-5-4",1,0,100,100,100], + [13,6,4,"13-6-4",1,0,100,100,100], + [13,7,4,"13-7-4",0,0,100,100,100], + [13,8,4,"13-8-4",1,0,100,100,100], + [13,9,4,"13-9-4",1,0,100,100,100], + [14,10,4,"14-10-4",1,0,100,100,100], + [14,11,4,"14-11-4",1,0,100,100,100], + [14,12,4,"14-12-4",0,0,100,100,100], + [14,13,4,"14-13-4",1,0,100,100,100], + [14,14,4,"14-14-4",1,0,100,100,100], + [14,15,4,"14-15-4",1,0,100,100,100], + [14,16,4,"14-16-4",1,0,100,100,100], + [14,17,4,"14-17-4",0,0,100,100,100], + [14,18,4,"14-18-4",1,0,100,100,100], + [14,5,4,"14-5-4",1,0,100,100,100], + [14,6,4,"14-6-4",1,0,100,100,100], + [14,7,4,"14-7-4",0,0,100,100,100], + [14,8,4,"14-8-4",1,0,100,100,100], + [14,9,4,"14-9-4",1,0,100,100,100], + [15,10,4,"15-10-4",1,0,100,100,100], + [15,11,4,"15-11-4",1,0,100,100,100], + [15,12,4,"15-12-4",0,0,100,100,100], + [15,13,4,"15-13-4",1,0,100,100,100], + [15,14,4,"15-14-4",1,0,100,100,100], + [15,15,4,"15-15-4",1,0,100,100,100], + [15,16,4,"15-16-4",1,0,100,100,100], + [15,17,4,"15-17-4",0,0,100,100,100], + [15,18,4,"15-18-4",1,0,100,100,100], + [15,5,4,"15-5-4",1,0,100,100,100], + [15,6,4,"15-6-4",1,0,100,100,100], + [15,7,4,"15-7-4",0,0,100,100,100], + [15,8,4,"15-8-4",1,0,100,100,100], + [15,9,4,"15-9-4",1,0,100,100,100], + [16,10,4,"16-10-4",1,0,100,100,100], + [16,11,4,"16-11-4",1,0,100,100,100], + [16,12,4,"16-12-4",0,0,100,100,100], + [16,13,4,"16-13-4",1,0,100,100,100], + [16,14,4,"16-14-4",1,0,100,100,100], + [16,15,4,"16-15-4",1,0,100,100,100], + [16,16,4,"16-16-4",1,0,100,100,100], + [16,17,4,"16-17-4",0,0,100,100,100], + [16,18,4,"16-18-4",1,0,100,100,100], + [16,5,4,"16-5-4",1,0,100,100,100], + [16,6,4,"16-6-4",1,0,100,100,100], + [16,7,4,"16-7-4",0,0,100,100,100], + [16,8,4,"16-8-4",1,0,100,100,100], + [16,9,4,"16-9-4",1,0,100,100,100], + [17,10,4,"17-10-4",1,0,100,100,100], + [17,11,4,"17-11-4",1,0,100,100,100], + [17,12,4,"17-12-4",0,0,100,100,100], + [17,13,4,"17-13-4",1,0,100,100,100], + [17,14,4,"17-14-4",1,0,100,100,100], + [17,15,4,"17-15-4",1,0,100,100,100], + [17,16,4,"17-16-4",1,0,100,100,100], + [17,17,4,"17-17-4",0,0,100,100,100], + [17,18,4,"17-18-4",1,0,100,100,100], + [17,5,4,"17-5-4",1,0,100,100,100], + [17,6,4,"17-6-4",1,0,100,100,100], + [17,7,4,"17-7-4",0,0,100,100,100], + [17,8,4,"17-8-4",1,0,100,100,100], + [17,9,4,"17-9-4",1,0,100,100,100], + [18,10,4,"18-10-4",1,0,100,100,100], + [18,12,4,"18-12-4",0,0,100,100,100], + [18,13,4,"18-13-4",1,0,100,100,100], + [18,14,4,"18-14-4",1,0,100,100,100], + [18,15,4,"18-15-4",1,0,100,100,100], + [18,16,4,"18-16-4",1,0,100,100,100], + [18,17,4,"18-17-4",0,0,100,100,100], + [18,5,4,"18-5-4",1,0,100,100,100], + [18,6,4,"18-6-4",1,0,100,100,100], + [18,7,4,"18-7-4",0,0,100,100,100], + [18,8,4,"18-8-4",1,0,100,100,100], + [18,9,4,"18-9-4",1,0,100,100,100], + [19,10,4,"19-10-4",1,0,100,100,100], + [19,12,4,"19-12-4",0,0,100,100,100], + [19,13,4,"19-13-4",1,0,100,100,100], + [19,14,4,"19-14-4",1,0,100,100,100], + [19,15,4,"19-15-4",1,0,100,100,100], + [19,16,4,"19-16-4",1,0,100,100,100], + [19,17,4,"19-17-4",0,0,100,100,100], + [19,5,4,"19-5-4",1,0,100,100,100], + [19,6,4,"19-6-4",1,0,100,100,100], + [19,7,4,"19-7-4",0,0,100,100,100], + [19,8,4,"19-8-4",1,0,100,100,100], + [19,9,4,"19-9-4",1,0,100,100,100], + [2,10,4,"2-10-4",1,0,100,100,100], + [2,11,4,"2-11-4",1,0,100,100,100], + [2,12,4,"2-12-4",0,0,100,100,100], + [2,13,4,"2-13-4",1,0,100,100,100], + [2,14,4,"2-14-4",1,0,100,100,100], + [2,15,4,"2-15-4",1,0,100,100,100], + [2,16,4,"2-16-4",1,0,100,100,100], + [2,17,4,"2-17-4",0,0,100,100,100], + [2,18,4,"2-18-4",1,0,100,100,100], + [2,5,4,"2-5-4",1,0,100,100,100], + [2,6,4,"2-6-4",1,0,100,100,100], + [2,7,4,"2-7-4",0,0,100,100,100], + [2,8,4,"2-8-4",1,0,100,100,100], + [2,9,4,"2-9-4",1,0,100,100,100], + [20,10,4,"20-10-4",1,0,100,100,100], + [20,11,4,"20-11-4",1,0,100,100,100], + [20,12,4,"20-12-4",0,0,100,100,100], + [20,13,4,"20-13-4",1,0,100,100,100], + [20,14,4,"20-14-4",1,0,100,100,100], + [20,15,4,"20-15-4",1,0,100,100,100], + [20,16,4,"20-16-4",1,0,100,100,100], + [20,17,4,"20-17-4",0,0,100,100,100], + [20,18,4,"20-18-4",1,0,100,100,100], + [20,5,4,"20-5-4",1,0,100,100,100], + [20,6,4,"20-6-4",1,0,100,100,100], + [20,7,4,"20-7-4",0,0,100,100,100], + [20,8,4,"20-8-4",1,0,100,100,100], + [20,9,4,"20-9-4",1,0,100,100,100], + [21,10,4,"21-10-4",1,0,100,100,100], + [21,11,4,"21-11-4",1,0,100,100,100], + [21,12,4,"21-12-4",0,0,100,100,100], + [21,13,4,"21-13-4",1,0,100,100,100], + [21,14,4,"21-14-4",1,0,100,100,100], + [21,15,4,"21-15-4",1,0,100,100,100], + [21,16,4,"21-16-4",1,0,100,100,100], + [21,17,4,"21-17-4",0,0,100,100,100], + [21,18,4,"21-18-4",1,0,100,100,100], + [21,5,4,"21-5-4",1,0,100,100,100], + [21,6,4,"21-6-4",1,0,100,100,100], + [21,7,4,"21-7-4",0,0,100,100,100], + [21,8,4,"21-8-4",1,0,100,100,100], + [21,9,4,"21-9-4",1,0,100,100,100], + [22,10,4,"22-10-4",1,0,100,100,100], + [22,11,4,"22-11-4",1,0,100,100,100], + [22,12,4,"22-12-4",0,0,100,100,100], + [22,13,4,"22-13-4",1,0,100,100,100], + [22,14,4,"22-14-4",1,0,100,100,100], + [22,15,4,"22-15-4",1,0,100,100,100], + [22,16,4,"22-16-4",1,0,100,100,100], + [22,17,4,"22-17-4",0,0,100,100,100], + [22,18,4,"22-18-4",1,0,100,100,100], + [22,5,4,"22-5-4",1,0,100,100,100], + [22,6,4,"22-6-4",1,0,100,100,100], + [22,7,4,"22-7-4",0,0,100,100,100], + [22,8,4,"22-8-4",1,0,100,100,100], + [22,9,4,"22-9-4",1,0,100,100,100], + [23,10,4,"23-10-4",1,0,100,100,100], + [23,11,4,"23-11-4",1,0,100,100,100], + [23,12,4,"23-12-4",0,0,100,100,100], + [23,13,4,"23-13-4",1,0,100,100,100], + [23,14,4,"23-14-4",1,0,100,100,100], + [23,15,4,"23-15-4",1,0,100,100,100], + [23,16,4,"23-16-4",1,0,100,100,100], + [23,17,4,"23-17-4",0,0,100,100,100], + [23,18,4,"23-18-4",1,0,100,100,100], + [23,5,4,"23-5-4",1,0,100,100,100], + [23,6,4,"23-6-4",1,0,100,100,100], + [23,7,4,"23-7-4",0,0,100,100,100], + [23,8,4,"23-8-4",1,0,100,100,100], + [23,9,4,"23-9-4",1,0,100,100,100], + [24,10,4,"24-10-4",1,0,100,100,100], + [24,11,4,"24-11-4",1,0,100,100,100], + [24,12,4,"24-12-4",0,0,100,100,100], + [24,13,4,"24-13-4",1,0,100,100,100], + [24,14,4,"24-14-4",1,0,100,100,100], + [24,15,4,"24-15-4",1,0,100,100,100], + [24,16,4,"24-16-4",1,0,100,100,100], + [24,17,4,"24-17-4",0,0,100,100,100], + [24,18,4,"24-18-4",1,0,100,100,100], + [24,5,4,"24-5-4",1,0,100,100,100], + [24,6,4,"24-6-4",1,0,100,100,100], + [24,7,4,"24-7-4",0,0,100,100,100], + [24,8,4,"24-8-4",1,0,100,100,100], + [24,9,4,"24-9-4",1,0,100,100,100], + [25,10,4,"25-10-4",1,0,100,100,100], + [25,12,4,"25-12-4",0,0,100,100,100], + [25,13,4,"25-13-4",1,0,100,100,100], + [25,14,4,"25-14-4",1,0,100,100,100], + [25,15,4,"25-15-4",1,0,100,100,100], + [25,16,4,"25-16-4",1,0,100,100,100], + [25,17,4,"25-17-4",0,0,100,100,100], + [25,5,4,"25-5-4",1,0,100,100,100], + [25,6,4,"25-6-4",1,0,100,100,100], + [25,7,4,"25-7-4",0,0,100,100,100], + [25,8,4,"25-8-4",1,0,100,100,100], + [25,9,4,"25-9-4",1,0,100,100,100], + [3,10,4,"3-10-4",1,0,100,100,100], + [3,11,4,"3-11-4",1,0,100,100,100], + [3,12,4,"3-12-4",0,0,100,100,100], + [3,13,4,"3-13-4",1,0,100,100,100], + [3,14,4,"3-14-4",1,0,100,100,100], + [3,15,4,"3-15-4",1,0,100,100,100], + [3,16,4,"3-16-4",1,0,100,100,100], + [3,17,4,"3-17-4",0,0,100,100,100], + [3,18,4,"3-18-4",1,0,100,100,100], + [3,5,4,"3-5-4",1,0,100,100,100], + [3,6,4,"3-6-4",1,0,100,100,100], + [3,7,4,"3-7-4",0,0,100,100,100], + [3,8,4,"3-8-4",1,0,100,100,100], + [3,9,4,"3-9-4",1,0,100,100,100], + [4,10,4,"4-10-4",1,0,100,100,100], + [4,12,4,"4-12-4",0,0,100,100,100], + [4,13,4,"4-13-4",1,0,100,100,100], + [4,14,4,"4-14-4",1,0,100,100,100], + [4,15,4,"4-15-4",1,0,100,100,100], + [4,16,4,"4-16-4",1,0,100,100,100], + [4,17,4,"4-17-4",0,0,100,100,100], + [4,5,4,"4-5-4",1,0,100,100,100], + [4,6,4,"4-6-4",1,0,100,100,100], + [4,7,4,"4-7-4",0,0,100,100,100], + [4,8,4,"4-8-4",1,0,100,100,100], + [4,9,4,"4-9-4",1,0,100,100,100], + [5,10,4,"5-10-4",1,0,100,100,100], + [5,12,4,"5-12-4",0,0,100,100,100], + [5,13,4,"5-13-4",1,0,100,100,100], + [5,14,4,"5-14-4",1,0,100,100,100], + [5,15,4,"5-15-4",1,0,100,100,100], + [5,16,4,"5-16-4",1,0,100,100,100], + [5,17,4,"5-17-4",0,0,100,100,100], + [5,5,4,"5-5-4",1,0,100,100,100], + [5,6,4,"5-6-4",1,0,100,100,100], + [5,7,4,"5-7-4",0,0,100,100,100], + [5,8,4,"5-8-4",1,0,100,100,100], + [5,9,4,"5-9-4",1,0,100,100,100], + [6,10,4,"6-10-4",1,0,100,100,100], + [6,11,4,"6-11-4",1,0,100,100,100], + [6,12,4,"6-12-4",0,0,100,100,100], + [6,13,4,"6-13-4",1,0,100,100,100], + [6,14,4,"6-14-4",1,0,100,100,100], + [6,15,4,"6-15-4",1,0,100,100,100], + [6,16,4,"6-16-4",1,0,100,100,100], + [6,17,4,"6-17-4",0,0,100,100,100], + [6,18,4,"6-18-4",1,0,100,100,100], + [6,5,4,"6-5-4",1,0,100,100,100], + [6,6,4,"6-6-4",1,0,100,100,100], + [6,7,4,"6-7-4",0,0,100,100,100], + [6,8,4,"6-8-4",1,0,100,100,100], + [6,9,4,"6-9-4",1,0,100,100,100], + [7,10,4,"7-10-4",1,0,100,100,100], + [7,11,4,"7-11-4",1,0,100,100,100], + [7,12,4,"7-12-4",0,0,100,100,100], + [7,13,4,"7-13-4",1,0,100,100,100], + [7,14,4,"7-14-4",1,0,100,100,100], + [7,15,4,"7-15-4",1,0,100,100,100], + [7,16,4,"7-16-4",1,0,100,100,100], + [7,17,4,"7-17-4",0,0,100,100,100], + [7,18,4,"7-18-4",1,0,100,100,100], + [7,5,4,"7-5-4",1,0,100,100,100], + [7,6,4,"7-6-4",1,0,100,100,100], + [7,7,4,"7-7-4",0,0,100,100,100], + [7,8,4,"7-8-4",1,0,100,100,100], + [7,9,4,"7-9-4",1,0,100,100,100], + [8,10,4,"8-10-4",1,0,100,100,100], + [8,11,4,"8-11-4",1,0,100,100,100], + [8,12,4,"8-12-4",0,0,100,100,100], + [8,13,4,"8-13-4",0,0,100,100,100], + [8,14,4,"8-14-4",0,0,100,100,100], + [8,15,4,"8-15-4",0,0,100,100,100], + [8,16,4,"8-16-4",0,0,100,100,100], + [8,17,4,"8-17-4",0,0,100,100,100], + [8,18,4,"8-18-4",1,0,100,100,100], + [8,5,4,"8-5-4",1,0,100,100,100], + [8,6,4,"8-6-4",1,0,100,100,100], + [8,7,4,"8-7-4",0,0,100,100,100], + [8,8,4,"8-8-4",1,0,100,100,100], + [8,9,4,"8-9-4",1,0,100,100,100], + [9,10,4,"9-10-4",1,0,100,100,100], + [9,11,4,"9-11-4",1,0,100,100,100], + [9,12,4,"9-12-4",0,0,100,100,100], + [9,13,4,"9-13-4",1,0,100,100,100], + [9,14,4,"9-14-4",1,0,100,100,100], + [9,15,4,"9-15-4",1,0,100,100,100], + [9,5,4,"9-5-4",1,0,100,100,100], + [9,6,4,"9-6-4",1,0,100,100,100], + [9,7,4,"9-7-4",0,0,100,100,100], + [9,8,4,"9-8-4",1,0,100,100,100], + [9,9,4,"9-9-4",1,0,100,100,100], + ], + latticeForFourwayCar5:[ [0,10,5,"0-10-5",1,0,100,100,100], [0,11,5,"0-11-5",1,0,100,100,100], [0,12,5,"0-12-5",0,0,100,100,100], diff --git a/src/views/libraryManage/warehouseMap/index.vue b/src/views/libraryManage/warehouseMap/index.vue index 8fdb2e3..a5ea44c 100644 --- a/src/views/libraryManage/warehouseMap/index.vue +++ b/src/views/libraryManage/warehouseMap/index.vue @@ -121,7 +121,88 @@ +
+ 一层 + 二层 + 三层 + 四层 + 五层 + + + + +
+ +
+
+
+

+ 库位数 + {{locationObj.num1}} + {{locationObj.num2}} + {{locationObj.num3}} + {{locationObj.num4}} +

+

+ 已用库位 + {{locationObj2.num1}} + {{locationObj2.num2}} + {{locationObj2.num3}} + {{locationObj2.num4}} +

+

+ 总库位 + 1604 +

+ +
+
+ +