# lineneteditor **Repository Path**: tipsyspirit/lineneteditor ## Basic Information - **Project Name**: lineneteditor - **Description**: 线网图编辑器 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-22 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: antv-x6, editor ## README # topologyeditor ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 待办事项 - [x] 1001:下载绘图文件并读取绘图文件 - [ ] 1002:增加修改线路信息更新到全局 - [x] 1003:增加修改车站dbm - [x] 1004:对于两个站之间的多条线,合并为一条线;即需要判断开始结束位置的 - [x] 1005:导出时将所有的车站简要信息导出: 比如———— {"车站名": "车站id"} - [x] 1006:绘制单个站点,在状态栏中可以支持多个站点 - [x] 1007:绘制单个条线,在状态栏中有提示,需要选中两个点 - [ ] 1008:绘制普通原点(拐点) - [ ] 1009:绘制矩形,属性更全一些的,仿照乐吾乐实现