fix: 面纹理优化,根据实际长度设置纹理重复repeat次数
This commit is contained in:
parent
0bacea8259
commit
2b574da6d4
@ -258,6 +258,7 @@
|
||||
"code": 3014,
|
||||
"name": "人行横道",
|
||||
"catch":true,
|
||||
"checkLinkId": false,
|
||||
"zoomMin": 18,
|
||||
"zoomMax": 20
|
||||
},
|
||||
|
@ -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 -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user