fix: 面纹理优化,根据实际长度设置纹理重复repeat次数

This commit is contained in:
xiaoyan 2023-09-20 13:41:16 +08:00
parent 0bacea8259
commit 2b574da6d4
2 changed files with 2 additions and 1 deletions

View File

@ -258,6 +258,7 @@
"code": 3014,
"name": "人行横道",
"catch":true,
"checkLinkId": false,
"zoomMin": 18,
"zoomMax": 20
},

View File

@ -166,7 +166,7 @@ class PersonalCenterFragment(private var indoorDataListener: ((Boolean) -> Unit?
// 定位到指定位置
niMapController.mMapView.vtmMap.animator()
// .animateTo(GeoPoint( 40.05108004733645, 116.29187746293708 ))
.animateTo(GeoPoint(40.09848700000006, 116.53088699999999))
.animateTo(GeoPoint(40.09819324139729,116.53123207733361 ))
}
R.id.personal_center_menu_open_all_layer -> {