From 6340f0f8bd290fabb253dab4d593782b353accb3 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 21 Sep 2023 15:05:17 +0800 Subject: [PATCH] [3.4.0-map-sdk] fix bug of bus passenger map mode --- .../passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OCH/bus/passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml b/OCH/bus/passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml index 916fa3f759..82ea072da1 100644 --- a/OCH/bus/passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml +++ b/OCH/bus/passenger/src/jinlvvan/res/layout/bus_p_base_fragment.xml @@ -8,6 +8,8 @@ android:id="@+id/mapBizView" android:layout_width="1810dp" android:layout_height="match_parent" + app:styleMode="MAP_STYLE_DAY_VR" + app:isWeatherEnable="false" app:locationIcon3DRes="@raw/xiaoba" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent"