action.js
467 Bytes
export default {
attribute: {
zoomIn: { func: "Navigate.ZoomIn", args: [] },
zoomOut: { func: "Navigate.ZoomOut", args: [] },
rotate : { func : 'Command.Execute', args : [1507, 1]},
measure: { func: "Command.Execute", args: [1035, 0] },
vertical: { func: "Command.Execute", args: [1034, 0] },
terrain: { func: "Command.Execute", args: [1165, 0] },
plane: { func: "Command.Execute", args: [1037, 0] }
}
}