Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
huaxin-rq
Commits
f423bf1d
Commit
f423bf1d
authored
Jul 15, 2026
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史轨迹优化
parent
5ba1f93c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
map.js
huaxin-web/src/utils/mapClass/map.js
+3
-1
No files found.
huaxin-web/src/utils/mapClass/map.js
View file @
f423bf1d
/*
/*
* @Author: your name
* @Author: your name
* @Date: 2022-01-11 13:45:12
* @Date: 2022-01-11 13:45:12
* @LastEditTime: 2026-0
4-16 15:38:02
* @LastEditTime: 2026-0
7-15 15:55:04
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/utils/mapClass.js
* @FilePath: /test/hello-world/src/utils/mapClass.js
...
@@ -819,6 +819,7 @@ export class EditorMap {
...
@@ -819,6 +819,7 @@ export class EditorMap {
hfLine
=
null
;
hfLine
=
null
;
hfLine2
=
null
;
hfLine2
=
null
;
huifang
(
path
)
{
huifang
(
path
)
{
if
(
path
.
length
<
1
)
return
;
AMap
.
plugin
(
"AMap.MoveAnimation"
,
()
=>
{
AMap
.
plugin
(
"AMap.MoveAnimation"
,
()
=>
{
var
marker
,
var
marker
,
lineArr
=
path
;
lineArr
=
path
;
...
@@ -868,6 +869,7 @@ export class EditorMap {
...
@@ -868,6 +869,7 @@ export class EditorMap {
}
}
clearhf
()
{
clearhf
()
{
if
(
this
.
hfMarker
||
this
.
hfLine
||
this
.
hfLine2
)
{
if
(
this
.
hfMarker
||
this
.
hfLine
||
this
.
hfLine2
)
{
this
.
hfMarker
.
stopMove
();
this
.
map
.
remove
(
this
.
hfMarker
);
this
.
map
.
remove
(
this
.
hfMarker
);
this
.
map
.
remove
(
this
.
hfLine
);
this
.
map
.
remove
(
this
.
hfLine
);
this
.
map
.
remove
(
this
.
hfLine2
);
this
.
map
.
remove
(
this
.
hfLine2
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment