From 1a1ea36e63bb62051f382ed3c6d424f7269bb23c Mon Sep 17 00:00:00 2001 From: jiaguofeng Date: Thu, 6 Aug 2020 14:31:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E8=BD=A6=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=B6=88=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/map-custom/build.gradle | 2 +- .../src/main/java/com/mogo/map/impl/custom/AMapBaseMapView.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index 23401a1a52..3fef95b87a 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - implementation 'com.zhidaoauto.machine:map:1.0.0-j8' + implementation 'com.zhidaoauto.machine:map:1.0.0-j10' } apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString() diff --git a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapBaseMapView.java b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapBaseMapView.java index d46bdf030c..8c9a261c1e 100644 --- a/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapBaseMapView.java +++ b/libraries/map-custom/src/main/java/com/mogo/map/impl/custom/AMapBaseMapView.java @@ -26,7 +26,7 @@ public class AMapBaseMapView implements IMogoMapViewCreator { MapAutoApi.INSTANCE.init( MapParams.Companion.init().setDebugMode( false ) .setCoordinateType( MapParams.COORDINATETYPE_GCJ02 ) .setPerspectiveMode( MapParams.MAP_PERSPECTIVE_2D ) - .setStyleDir("/sdcard/shmdata/style" ) +// .setStyleDir("/sdcard/shmdata/style" ) .setZoom( 16 ) .setPointToCenter(0.5f,0.5f) .setStyleMode( MapParams.MAP_STYLE_NIGHT ) );