This commit is contained in:
2020-11-12 23:25:32 +00:00
parent 0084036334
commit 810a89ec46
4 changed files with 46 additions and 0 deletions

View File

@@ -905,6 +905,7 @@ async function clickHandler(menuItem) {
break;
case "geoview":
window.$gz.util.viewGeoLocation({
pointname: m.vm.obj.name,
latitude: m.vm.obj.latitude,
longitude: m.vm.obj.longitude
});