|
|
|
@ -167,7 +167,9 @@ export default {
|
|
|
|
|
title: `
|
|
|
|
|
经度:${e[0]}
|
|
|
|
|
纬度:${e[1]}
|
|
|
|
|
时间:${i}`
|
|
|
|
|
时间:${i}`,
|
|
|
|
|
offset:new AMap.Pixel(-2.5,-2.5),
|
|
|
|
|
content:`<div style="width: 5px;height: 5px; border-radius: 50%;background-color: #1890ff"> </div>`
|
|
|
|
|
});
|
|
|
|
|
map.add(marker);
|
|
|
|
|
map.setFitView()
|
|
|
|
|