|
@@ -1325,7 +1325,7 @@ export default {
|
|
|
} else if (type == 'zdqy') {
|
|
|
markersMap.icon = 'sj-icon-tcqh'
|
|
|
} else if (type == 'sxt') {
|
|
|
- markersMap.icon = 'sj-icon-jkzx'
|
|
|
+ markersMap.icon = 'camera'
|
|
|
}
|
|
|
markersMap.lng = res.data[i].longitude
|
|
|
markersMap.lat = res.data[i].latitude
|
|
@@ -1763,7 +1763,7 @@ export default {
|
|
|
that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
|
that.$refs.supermapDialog.clearM(false)
|
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
|
- that.$refs.supermapDialog.dropLocation(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
+ that.$refs.supermapDialog.dropLocation5(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
}, 2000)
|
|
|
if (res.data.centermonitorTCamera != null) {
|
|
|
let markersMap = {
|
|
@@ -1846,7 +1846,7 @@ export default {
|
|
|
} else {
|
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
|
}
|
|
|
- that.$refs.supermapDialog.dropLocation(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
+ that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
}, 2000)
|
|
|
if (res.data.centermonitorTCamera != null) {
|
|
|
let markersMap = {
|