bug
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
const markers = res.data.records.filter(item => item.lat).map(item => {
|
||||
return {
|
||||
title: item.businessName,
|
||||
lnglat: [item.lon, item.lat],
|
||||
lnglat: [item.lng, item.lat],
|
||||
lat: item.lat,
|
||||
lng: item.lon,
|
||||
lng: item.lng,
|
||||
id: item.id,
|
||||
name: item.businessName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user