支持标准矢量图层的创建和展示
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -29,6 +29,10 @@
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ECC</id>
|
||||
<url>https://maven.ecc.no/releases</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
@@ -392,6 +396,20 @@
|
||||
<version>1.78.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- mvt矢量瓦片库 -->
|
||||
<dependency>
|
||||
<groupId>no.ecc.vectortile</groupId>
|
||||
<artifactId>java-vector-tile</artifactId>
|
||||
<version>1.4.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- JTS for geometry creation -->
|
||||
<dependency>
|
||||
<groupId>org.locationtech.jts</groupId>
|
||||
<artifactId>jts-core</artifactId>
|
||||
<version>1.18.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user