# spring_gis_template **Repository Path**: magic1412/spring_gis_template ## Basic Information - **Project Name**: spring_gis_template - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 13 - **Created**: 2021-01-11 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring_GIS_template springboot集成postgis和gdal的GIS后端基础项目 ## 环境和选型 框架:springboot2 持久层:mybatis plus 数据库:postgresql+postgis GIS库:gdal 接口文档:swagger-ui ## 现有功能 1、通过postgis空间函数查询, 实现按点相交查询图形接口,按fid查询图形接口,和geometry统计接口 2、通过gdal, 实现dxf转geojson接口,和shapefile转geojson接口 3、参照 postgis-java-demo 项目,使用postgis-jdbc连接postgis,完成org.postgis.Geometry的json序列化。 具体方法可以参照 https://github.com/lonelyleaf/postgis-java-demo 是个很好的学习案例 ## 项目数据库表 geo_school.sql