fix: 修改测试按钮跳转位置

This commit is contained in:
xiaoyan 2023-06-15 10:23:11 +08:00
parent 79659e78fb
commit 23eaaf5aec
2 changed files with 37 additions and 51 deletions

View File

@ -111,7 +111,7 @@ class PersonalCenterFragment : BaseFragment(), FSAFActivityCallbacks {
viewModel.readRealmData() viewModel.readRealmData()
// 定位到指定位置 // 定位到指定位置
niMapController.mMapView.vtmMap.animator() niMapController.mMapView.vtmMap.animator()
.animateTo(GeoPoint(40.0 ,100.0 )) .animateTo(GeoPoint( 40.034842306317486, 116.31735963074652 ))
} }
R.id.personal_center_menu_task_list -> { R.id.personal_center_menu_task_list -> {
findNavController().navigate(R.id.TaskManagerFragment) findNavController().navigate(R.id.TaskManagerFragment)

View File

@ -1603,46 +1603,34 @@
</m> </m>
<!--道路种别--> <!--道路种别-->
<m v="OMDB_RD_LINK_KIND"> <m v="OMDB_RD_LINK_KIND">
<m k="kind"> <outline-layer id="kind0" stroke="#44000000" width="0.1" />
<m v="1"> <outline-layer id="kind1" stroke="#aa807040" width="0.1" />
<line stroke="#fcacd4" width="1"/> <m k="kind" v="1">
</m> <line outline="kind0" blur="0.3" use="highway:z11" />
<m v="2"> </m>
<line stroke="#dcacfc" width="1"/> <m k="kind" v="2|3">
</m> <line outline="kind0" use="trunk" />
<m v="3"> </m>
<line stroke="#fc9c9c" width="1"/> <m k="kind" v="4">
</m> <line outline="kind0" use="primary:z11" />
<m v="4"> </m>
<line stroke="#fcd484" width="1"/> <m k="kind" v="5|6">
</m> <line outline="kind0" use="secondary:z11" />
<m v="5"> </m>
<line stroke="#ecfccc" width="1"/> <m k="kind" v="7">
</m> <line outline="kind0" use="tertiary" />
<m v="6"> </m>
<line stroke="#acec84" width="1"/> <m k="kind" v="8">
</m> <line outline="kind0" use="residential" />
<m v="7"> </m>
<line stroke="#806048" width="1"/> <m k="kind" v="9|10">
</m> <line outline="kind0" use="footway:z17" />
<m v="8"> </m>
<line stroke="#fcfc7c" width="1"/> <m k="kind" v="11|13">
</m> <line outline="kind0" use="ferry" />
<m v="9"> </m>
<line stroke="#acc4fc" width="1"/> <m k="kind" v="15">
</m> <line outline="kind0" use="highway:cycleway" />
<m v="10">
<line stroke="#8cc8e0" width="1"/>
</m>
<m v="11">
<line stroke="#64ecdc" width="1"/>
</m>
<m v="13">
<line stroke="#585080" width="1"/>
</m>
<m v="15">
<line stroke="#647430" width="1"/>
</m>
</m> </m>
</m> </m>
@ -1668,22 +1656,20 @@
</m> </m>
<!--条件点限速--> <!--条件点限速-->
<m v="OMDB_SPEEDLIMIT_COND"> <m v="OMDB_SPEEDLIMIT_COND">
<m k="speedFlag"> <m k="speedFlag" v="0">
<m v="0">
<!-- <symbol src="assets:omdb/round_speedlimit.svg" symbol-width="30" symbol-height="30"></symbol>--> <!-- <symbol src="assets:omdb/round_speedlimit.svg" symbol-width="30" symbol-height="30"></symbol>-->
<caption k="maxSpeed" fill="#000000" priority="0" size="14" stroke="#ffffff" <caption k="maxSpeed" fill="#000000" priority="0" size="14" stroke="#ffffff"
stroke-width="1.0"></caption> stroke-width="1.0"></caption>
<symbol src="assets:omdb/icon_4003_0.png" symbol-width="46" symbol-height="46"></symbol> <symbol src="assets:omdb/icon_4003_0.png" symbol-width="46" symbol-height="46"></symbol>
<caption k="minSpeed" dy="-28" fill="#000000" priority="0" size="14" stroke="#ffffff" <caption k="minSpeed" dy="-28" fill="#000000" priority="0" size="14" stroke="#ffffff"
stroke-width="1.0"></caption> stroke-width="1.0"></caption>
</m> </m>
<m v="1"> <m k="speedFlag" v="0">
<caption k="maxSpeed" fill="#000000" priority="0" size="14" stroke="#ffffff" <caption k="maxSpeed" fill="#000000" priority="0" size="14" stroke="#ffffff"
stroke-width="1.0"></caption> stroke-width="1.0"></caption>
<symbol src="assets:omdb/icon_4003_1.png" symbol-width="46" symbol-height="46"></symbol> <symbol src="assets:omdb/icon_4003_1.png" symbol-width="46" symbol-height="46"></symbol>
<caption k="minSpeed" dy="-28" fill="#000000" priority="0" size="14" stroke="#ffffff" <caption k="minSpeed" dy="-28" fill="#000000" priority="0" size="14" stroke="#ffffff"
stroke-width="1.0"></caption> stroke-width="1.0"></caption>
</m>
</m> </m>
</m> </m>
<!--可变点限速--> <!--可变点限速-->