Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.53 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.53 KB

Jts-Toolkit jts开发工具组

GitHub License Maven Central Nexus Release Nexus Snapshot Tests

   依赖rest-toolkit组件下的Gis相关开发工具整理.

   针对jackson-datatype-jts的基础上进行对geotools工具升级, 并包含shape数据的zip压缩文件的上传,下载示例。

Maven Central

依赖环境

Spring Boot 2.7.7.RELEASE
Maven 3.6.0+
JDK 1.8

jts-toolkit-core

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>jts-toolkit-core</artifactId>
    <version>1.0.4</version>
  </dependency>

jts-toolkit-utils

  • Maven (pom.xml)
  <dependency>
    <groupId>io.github.nichetoolkit</groupId>
    <artifactId>jts-toolkit-utils</artifactId>
    <version>1.0.4</version>
  </dependency>

使用方式

参考jts-toolkit-test-web模块.

License

Apache License

依赖参考

rest-toolkit

geotools

jackson-datatype-jts