# camel **Repository Path**: oblivion_t/camel ## Basic Information - **Project Name**: camel - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-25 - **Last Updated**: 2022-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # camel #### 介绍 #### 软件架构 软件架构说明 #### 安装教程 1. 使用npm install 安装依赖包 2. 解压data.zip到当前目录 #### 使用说明 1. 运行npm start 2. #### 参与贡献 1. #### 特技 1. **新增功能** **日志** 1.已经解决子类调用父类函数与变量问题,导致问题的是EventManager回调函数,registerEvent 回调的this.run,移动到 PlotManager 的run ,图形绘制实例类使用全局变量存储可以解决。 2 .添加距离量算功能,线标绘功能。具体点击按钮即可用鼠标左键绘制。