Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS

This commit is contained in:
squallzhjch 2023-09-21 10:12:21 +08:00
commit 781f7d5a52
5 changed files with 6 additions and 3 deletions

View File

@ -262,6 +262,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 -> {

View File

@ -260,6 +260,8 @@
<xs:attribute name="gland" default="true" type="xs:boolean" use="optional"/>
<!-- 原图标旋转角度默认情况下应该使用以X轴为正方向的图标此处可设置原图标的旋转角度在渲染时自动对图标进行旋转仅支持线要素 -->
<xs:attribute name="degree" default="0" type="xs:float" use="optional"/>
<!-- 图标在y轴方向上的偏移量 -->
<xs:attribute name="dy" default="0" type="xs:float" use="optional"/>
</xs:complexType>
<xs:complexType name="extrusion">

View File

@ -1568,7 +1568,7 @@
<!-- 交通标牌 -->
<m v="OMDB_TRAFFIC_SIGN">
<symbol repeat="false" repeat-gap="2000" repeat-start="0" rotate="true"
src="@src" symbol-height="24" symbol-width="24" degree="-90"></symbol>
src="@src" symbol-height="24" symbol-width="24" degree="-90" dy="-30"></symbol>
</m>
<m v="OMDB_AREA">

2
vtm

@ -1 +1 @@
Subproject commit 39b9993b1cc5257d11c872161812ffe890e44bd9
Subproject commit 719c44b65d3ed26d725b24b3a5366b281c9e4fad