fix: 修改动态marker显示错乱的问题

This commit is contained in:
xiaoyan 2023-11-08 15:50:17 +08:00
parent c1f4774b43
commit 35301e4c48
2 changed files with 2 additions and 1 deletions

View File

@ -287,6 +287,7 @@
"zoomMax": 20,
"is3D": true,
"catch": true,
"checkLinkId": false,
"transformer": [
{
"k": "geometry",

View File

@ -196,7 +196,7 @@ class PersonalCenterFragment(private var indoorDataListener: ((Boolean) -> Unit?
// 定位到指定位置
niMapController.mMapView.vtmMap.animator()
// .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 ))
.animateTo(GeoPoint(39.63769191655024, 115.58991663847937))
.animateTo(GeoPoint(40.07290793293324, 116.24617660398738 ))
}
R.id.personal_center_menu_open_all_layer -> {