|
@@ -335,7 +335,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
addCameraToMap() {
|
|
addCameraToMap() {
|
|
|
- console.log(11111,this.radius)
|
|
|
|
|
if (graphicsLayer) {
|
|
if (graphicsLayer) {
|
|
|
window.map.removeLayer(graphicsLayer)
|
|
window.map.removeLayer(graphicsLayer)
|
|
|
}
|
|
}
|
|
@@ -357,7 +356,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 添加摄像头图标
|
|
// 添加摄像头图标
|
|
|
addCameraIcon() {
|
|
addCameraIcon() {
|
|
|
- console.log(this.radius)
|
|
|
|
|
if (!graphicsLayer) {
|
|
if (!graphicsLayer) {
|
|
|
graphicsLayer = new this.mars3d.layer.GraphicLayer()
|
|
graphicsLayer = new this.mars3d.layer.GraphicLayer()
|
|
|
window.map.addLayer(graphicsLayer)
|
|
window.map.addLayer(graphicsLayer)
|