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 ) );