|
@@ -270,8 +270,8 @@ function toggleCubeDetail(row, status) {
|
|
color: c.color
|
|
color: c.color
|
|
})),
|
|
})),
|
|
size: {
|
|
size: {
|
|
- x: row.cubes[0].boxSize.lonLength,
|
|
|
|
- y: row.cubes[0].boxSize.latLength,
|
|
|
|
|
|
+ x: row.cubes[0].boxSize.latLength,
|
|
|
|
+ y: row.cubes[0].boxSize.lonLength,
|
|
z: row.cubes[0].boxSize.height
|
|
z: row.cubes[0].boxSize.height
|
|
}
|
|
}
|
|
})
|
|
})
|