diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt index 3465b17c26..afbd0d4893 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/map/MapPointCloudSubscriber.kt @@ -57,7 +57,7 @@ class MapPointCloudSubscriber private constructor() : IMoGoSubscriber, IMoGoAuto * @return 是否执行 */ Logger.d(TAG, "====开始传入地图点云数据====") - val result = PointCloudHelper.updatePointCloudDataByPb(pointCloud, false, false, true) + val result = PointCloudHelper.updatePointCloudDataByPb(pointCloud, false, true, true) Logger.d(TAG, "====结束传入地图点云数据=====$result") } else { if (isDrawPointCloud) { diff --git a/gradle.properties b/gradle.properties index f356c633a9..b42316837d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -82,7 +82,7 @@ MOGO_LOCATION_VERSION=1.4.3.7 MOGO_TELEMATIC_VERSION=1.4.3.7 ######## MogoAiCloudSDK Version ######## # 自研地图 -MAP_SDK_VERSION=2.3.0.5 +MAP_SDK_VERSION=2.3.0.7 MAP_SDK_OPERATION_VERSION=1.0.13 # websocket WEBSOCKET_VERSION=1.1.7