This commit is contained in:
parent
f79df88712
commit
e08a09a30f
|
|
@ -64,8 +64,8 @@ const getMapDataList = async () => {
|
||||||
if (res) {
|
if (res) {
|
||||||
let { longitude, latitude } = wgs84ToGcj02ToBd09Public(res.longitude, res.latitude)
|
let { longitude, latitude } = wgs84ToGcj02ToBd09Public(res.longitude, res.latitude)
|
||||||
mapData.value = res
|
mapData.value = res
|
||||||
// mapData.value.longitude = longitude
|
mapData.value.longitude = longitude
|
||||||
// mapData.value.latitude = latitude
|
mapData.value.latitude = latitude
|
||||||
console.log('🚀 ~ getMapDataList ~ longitude:', longitude, latitude)
|
console.log('🚀 ~ getMapDataList ~ longitude:', longitude, latitude)
|
||||||
points.value = [
|
points.value = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue