# img_rep **Repository Path**: lifeisbinary/img_rep ## Basic Information - **Project Name**: img_rep - **Description**: arcgis - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-08 - **Last Updated**: 2023-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于WebService的仓储cxf web程序以及webGIs项目 ----- ### 更新记录 #### V0.2 20210725 * 1. 增加arcgis 4 api 支持,对接国内天地图切片加载服。可以进行绘制图层,将图层信息保存到服务器进行同。 * 2. 优化百度地图项目中部分功能与代码。 ----- 1. 数据导入 基于mysql数据库,使用项目中的stockment.sql脚本快速建库。 ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210719233405774.png?raw=true) 2. 导入后段工程文件到您的ide工具中。 3. 启动springboot项目查看wsdl相关信息 ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210719233548764.png?raw=true) 4. 启动前端服务器,这里简单使用nginx作为前端服务器,您也可以使用node.js ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210719233752695.png?raw=true) ----- ##### 相关功能测试 1. 入库功能测试 ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210719233847527.png?raw=true) ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210719233927032.png?raw=true) 此处暂设为单个单个数量入库,应按实际情况选择要入库的数量。 ​ 1.1堆垛机线程阻塞30秒,执行入库时 ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720000649484.png?raw=true) ​ 1.2 执行完毕,可以看到执行时间为30多秒 ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720000728175.png?raw=true) 2. webgis项目功能测试 1. 访问同级目录下的map.html![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720001141557.png?raw=true) 2. 单击下方绘制,可以使用鼠标设立多个点绘制多边形,双击鼠标左键结束绘制。![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720001347810.png?raw=true) 3. 单击鼠标右键,以点击点为圆心生成标注物,键入标语,若包含换行请使用空格符号代替。![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720001514387.png?raw=true) ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720001543732.png?raw=true) ![1](https://github.com/pynum1/stockAndGis/blob/main/img/image-20210720001556466.png?raw=true) 4. 单击保存,会讲当前地图上的标注与覆盖层信息,保存到数据库。 5. 单击更新按钮,强制同步数据库数据到地图上。