From 742405a19364c138043be590e09bb217330ef7ce Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 20 Apr 2020 18:47:10 +0300 Subject: [PATCH] Update documentation --- docs/Changelog.md | 2 +- docs/Integration.md | 18 ++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 92ad94c2..c4cec681 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,7 +5,7 @@ - Render themes: symbol styles [#769](https://github.com/mapsforge/vtm/pull/769) - Marker renderer sort option - `Parameters.MARKER_SORT` -- Disable vtm-jeo module [#768](https://github.com/mapsforge/vtm/issues/768) +- Update vtm-jeo module [#770](https://github.com/mapsforge/vtm/pull/770) - Many other minor improvements and bug fixes - [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.14.0) diff --git a/docs/Integration.md b/docs/Integration.md index 00c4309b..b5290c78 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -129,29 +129,15 @@ implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9' ### jeo (indoor maps) -Add _first_ the Boundless repository: ```groovy repositories { - maven { url 'https://repo.boundlessgeo.com/main/' } - jcenter() - ... + maven { url 'https://jitpack.io' } } -``` -```groovy implementation 'org.mapsforge:vtm-jeo:[CURRENT-VERSION]' -implementation('org.jeo:jeo:0-SNAPSHOT') { +implementation('com.github.jeo.jeo:jeo-carto:master-SNAPSHOT') { exclude group: 'org.slf4j', module: 'slf4j-jdk14' } -implementation('org.jeo:jeo-carto:0-SNAPSHOT') { - exclude group: 'org.slf4j', module: 'slf4j-jdk14' -} -implementation('org.jeo:jeo-render:0-SNAPSHOT') { - exclude group: 'org.slf4j', module: 'slf4j-jdk14' -} -implementation 'org.osgeo:proj4j:0.1.0:jeo' -implementation 'com.metaweb:lessen:1.0' -implementation 'com.vividsolutions:jts:1.13' ``` ## Snapshots