# webgis **Repository Path**: tiankenzi/webgis ## Basic Information - **Project Name**: webgis - **Description**: 基于Vue+Express+postgis的四川省旅游资源查询系统 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2023-09-01 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webgis #### 介绍 基于Vue+Express+postgis的四川省旅游资源查询系统。个人练习的小项目,没有太多复杂的内容,还需要不断学习完善。 #### 软件架构 用到的一些主要第三方依赖: 前端: 1. vue2 2. vue-router 3. axios 4. bootstrap 5. bootstrap-vue 6. leaflet 7. turf 后端: 1. express 2. pg #### 说明 1. 用户登录模块仅作了简单的增加与查询,后续会完善 2. 路径查询的原始路网数据没有进行精确修改,所以查询的道路精度不高,后续会完善。 3. node仅作了简单的功能实现,没有权限控制,安全性等内容,后续会完善。