Skip to content

Commit

Permalink
jts 1.18.2 and release 1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
halset committed Feb 23, 2022
1 parent 7ceb19c commit c0b3446
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ encoder.addFeature("road", attributes, geometry, id);
byte[] encoded = encoder.encode();
```

## Maven - with JTS from LocationTech
## Maven

```
<repository>
Expand All @@ -35,26 +35,10 @@ byte[] encoded = encoder.encode();
<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.3.15</version>
<version>1.3.16</version>
</dependency>
```

## Maven - with JTS from Vividsolutions

```
<repository>
<id>ECC</id>
<url>https://github.com/ElectronicChartCentre/ecc-mvn-repo/raw/master/releases</url>
</repository>
<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.2.11</version>
</dependency>
```


## Generate VectorTile.java

```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<packaging>jar</packaging>
<version>1.3.15</version>
<version>1.3.16</version>
<name>java-vector-tile</name>
<url>http://maven.apache.org</url>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.18.1</version>
<version>1.18.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c0b3446

Please sign in to comment.