@@ -1290,6 +1290,11 @@
duration: 2
})
},
+ dropLocation: function(lat, lng,leve) { //落点定位
+ this.map.flyTo([lat, lng], leve, {
+ duration: 2
+ })
+ },
dropLocation10: function(lat, lng) { //落点定位
this.map.flyTo([lat, lng], 10, {
@@ -616,7 +616,7 @@
// })
// },
dropLocation(lat, lng) {
- this.$refs.supermap.dropLocation(lat, lng)
+ this.$refs.supermap.dropLocation(lat, lng,18)
showEventDialog(eventCode) {
//事件信息弹出