This commit is contained in:
邹宗楠
2024-07-04 15:22:39 +08:00
parent 7c20be8f06
commit d1c406fcdf
2 changed files with 23 additions and 4 deletions

View File

@@ -699,7 +699,7 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
Lat: store.FloatLat,
})
}
coords, err = api.BaiDuNaviAPI.BatchCoordinateConvert(coords, baidunavi.CoordSysGCJ02, baidunavi.CoordSysBaiDu)
coords, err = api.BaiDuNaviAPI.BatchCoordinateConvert(coords, baidunavi.CoordSysGaoDe2Baidu)
if err == nil {
for k, v := range batchItemList {
store := v.(*StoreExt)