diff --git a/gradle.properties b/gradle.properties index f8d5fe5ffb..c14951ad31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -38,7 +38,7 @@ MOGO_CONNECTION_VERSION=1.0.3.8 MOGO_MODULE_APPS_VERSION=1.0.3.8 MOGO_MODULE_NAVI_VERSION=1.0.3.8 MOGO_MODULE_SHARE_VERSION=1.0.3.8 -MOGO_MODULE_COMMON_VERSION=1.0.3.8 +MOGO_MODULE_COMMON_VERSION=1.0.3.9 MOGO_MODULE_MAIN_VERSION=1.0.3.8 MOGO_MODULE_MAP_VERSION=1.0.3.8 MOGO_MODULE_SERVICE_VERSION=1.0.3.8 diff --git a/modules/mogo-module-common/src/main/java/com/mogo/module/common/map/MapCenterPointStrategy.java b/modules/mogo-module-common/src/main/java/com/mogo/module/common/map/MapCenterPointStrategy.java index 2fde55545b..03d6f72ae3 100644 --- a/modules/mogo-module-common/src/main/java/com/mogo/module/common/map/MapCenterPointStrategy.java +++ b/modules/mogo-module-common/src/main/java/com/mogo/module/common/map/MapCenterPointStrategy.java @@ -65,8 +65,8 @@ public class MapCenterPointStrategy { // V2X,场景视图右边 Map< Integer, MapCenterPoint > categoryV2XEvent = new HashMap<>(); - categoryV2XEvent.put( CarSeries.CAR_SERIES_D80X, new MapCenterPoint( 0.677734375D, 0.54D ) ); - categoryV2XEvent.put( CarSeries.CAR_SERIES_F80X, new MapCenterPoint( 0.6963541D, 0.558737D ) ); + categoryV2XEvent.put( CarSeries.CAR_SERIES_D80X, new MapCenterPoint( 0.677734375D, 0.7D ) ); + categoryV2XEvent.put( CarSeries.CAR_SERIES_F80X, new MapCenterPoint( 0.6963541D, 0.65D ) ); sStrategies.put( Scene.CATEGORY_V2X_EVENT, categoryV2XEvent ); }