|
|
@ -94,6 +94,12 @@ export default {
|
|
|
|
heading: 357.9,
|
|
|
|
heading: 357.9,
|
|
|
|
pitch: -31.5,
|
|
|
|
pitch: -31.5,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
cameraController: {
|
|
|
|
|
|
|
|
enableZoom: true,
|
|
|
|
|
|
|
|
enableTranslate: true,
|
|
|
|
|
|
|
|
enableRotate: true,
|
|
|
|
|
|
|
|
enableTilt: true,
|
|
|
|
|
|
|
|
},
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
this.map = map;
|
|
|
|
this.map = map;
|
|
|
@ -187,11 +193,11 @@ export default {
|
|
|
|
// parseFloat(lastPoint.lat),
|
|
|
|
// parseFloat(lastPoint.lat),
|
|
|
|
// ]),
|
|
|
|
// ]),
|
|
|
|
// positions: [[parseFloat(lastPoint.lng), parseFloat(lastPoint.lat)]],
|
|
|
|
// positions: [[parseFloat(lastPoint.lng), parseFloat(lastPoint.lat)]],
|
|
|
|
camera: {
|
|
|
|
// camera: {
|
|
|
|
type: "gs",
|
|
|
|
// type: "gs",
|
|
|
|
heading: 0,
|
|
|
|
// heading: 0,
|
|
|
|
radius: 3000,
|
|
|
|
// radius: 3000,
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
model: {
|
|
|
|
model: {
|
|
|
|
show: true,
|
|
|
|
show: true,
|
|
|
|
url: this.carUrl,
|
|
|
|
url: this.carUrl,
|
|
|
@ -460,7 +466,7 @@ export default {
|
|
|
|
top: 238px;
|
|
|
|
top: 238px;
|
|
|
|
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
& > div {
|
|
|
|
width: 340px !important;
|
|
|
|
width: 350px !important;
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
height: 80px !important;
|
|
|
|
height: 80px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -469,5 +475,8 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-list {
|
|
|
|
|
|
|
|
padding: 20px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|