This commit is contained in:
@@ -937,7 +937,12 @@ async function clickHandler(menuItem) {
|
||||
window.$gz.util.viewGeoLocation({
|
||||
pointname: m.vm.obj.name,
|
||||
latitude: m.vm.obj.latitude,
|
||||
longitude: m.vm.obj.longitude
|
||||
longitude: m.vm.obj.longitude,
|
||||
address: m.vm.obj.address || m.vm.obj.postAddress,
|
||||
city: m.vm.obj.city || m.vm.obj.postCity,
|
||||
region: m.vm.obj.region || m.vm.obj.postRegion,
|
||||
country: m.vm.obj.country || m.vm.obj.postCountry,
|
||||
postCode: m.vm.obj.postCode
|
||||
});
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user