mapbox-vector-tile 3.0.0 #481
This commit is contained in:
@@ -45,7 +45,6 @@ subprojects {
|
|||||||
maven { url 'https://repo.boundlessgeo.com/main/' }
|
maven { url 'https://repo.boundlessgeo.com/main/' }
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
|
|||||||
@@ -86,16 +86,10 @@ implementation 'com.squareup.okio:okio:1.13.0'
|
|||||||
|
|
||||||
- Mapbox vector tiles
|
- Mapbox vector tiles
|
||||||
|
|
||||||
```groovy
|
|
||||||
repositories {
|
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
implementation 'org.mapsforge:vtm-mvt:[CURRENT-VERSION]'
|
implementation 'org.mapsforge:vtm-mvt:[CURRENT-VERSION]'
|
||||||
implementation 'com.github.wdtinc:mapbox-vector-tile-java:master-SNAPSHOT'
|
|
||||||
implementation 'com.google.protobuf:protobuf-java:3.5.1'
|
implementation 'com.google.protobuf:protobuf-java:3.5.1'
|
||||||
|
implementation 'com.wdtinc:mapbox-vector-tile:3.0.0'
|
||||||
implementation 'org.locationtech.jts:jts-core:1.15.0'
|
implementation 'org.locationtech.jts:jts-core:1.15.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apply plugin: 'maven'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':vtm')
|
api project(':vtm')
|
||||||
api 'com.github.wdtinc:mapbox-vector-tile-java:master-SNAPSHOT'
|
api 'com.wdtinc:mapbox-vector-tile:3.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user