Skip to content

Commit

Permalink
Update JTS dependency (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored Feb 25, 2025
1 parent b539dc7 commit 5b5fde6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next version

- Update JTS dependency [#1172](https://github.com/mapsforge/vtm/pull/1172)
- Remove SLF4J dependency [#1167](https://github.com/mapsforge/vtm/pull/1167) [#1170](https://github.com/mapsforge/vtm/pull/1170)
- Disable `vtm-ios` [#1166](https://github.com/mapsforge/vtm/pull/1166)
- Remove `vtm-theme-comparator` [#1169](https://github.com/mapsforge/vtm/pull/1169)
Expand Down
9 changes: 3 additions & 6 deletions docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ runtimeOnly 'org.lwjgl:lwjgl:3.3.1:natives-windows'

```groovy
implementation '[PACKAGE]:vtm-jts:[CURRENT-VERSION]'
// https://github.com/locationtech/jts/issues/145
implementation 'org.locationtech.jts:jts-core:1.15.1'
implementation 'org.locationtech.jts:jts-core:1.20.0'
```

### Online tiles
Expand All @@ -120,8 +119,7 @@ implementation '[PACKAGE]:vtm-android-mvt:[CURRENT-VERSION]'
implementation '[PACKAGE]:vtm-mvt:[CURRENT-VERSION]'
implementation 'com.google.protobuf:protobuf-java:3.6.1'
implementation 'com.wdtinc:mapbox-vector-tile:3.1.0'
// https://github.com/locationtech/jts/issues/145
implementation 'org.locationtech.jts:jts-core:1.15.1'
implementation 'org.locationtech.jts:jts-core:1.20.0'
```

### Mapbox vector tiles
Expand All @@ -130,8 +128,7 @@ implementation 'org.locationtech.jts:jts-core:1.15.1'
implementation '[PACKAGE]:vtm-mvt:[CURRENT-VERSION]'
implementation 'com.google.protobuf:protobuf-java:3.6.1'
implementation 'com.wdtinc:mapbox-vector-tile:3.1.0'
// https://github.com/locationtech/jts/issues/145
implementation 'org.locationtech.jts:jts-core:1.15.1'
implementation 'org.locationtech.jts:jts-core:1.20.0'
```

### GeoJSON vector tiles
Expand Down
3 changes: 1 addition & 2 deletions vtm-extras/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ apply plugin: 'maven-publish'
dependencies {
api project(':vtm')
api 'com.fasterxml.jackson.core:jackson-core:2.9.9'
// https://github.com/locationtech/jts/issues/145
api 'org.locationtech.jts:jts-core:1.15.1'
api 'org.locationtech.jts:jts-core:1.20.0'
api 'org.openstreetmap.osmosis:osmosis-osm-binary:0.47'
}

Expand Down
3 changes: 1 addition & 2 deletions vtm-jts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apply plugin: 'maven-publish'

dependencies {
api project(':vtm')
// https://github.com/locationtech/jts/issues/145
api 'org.locationtech.jts:jts-core:1.15.1'
api 'org.locationtech.jts:jts-core:1.20.0'
}

sourceSets {
Expand Down

0 comments on commit 5b5fde6

Please sign in to comment.