Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
d25ede17
Commit
d25ede17
authored
Jul 26, 2024
by
纪泽龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jzl'
parents
bb8e74d8
0ed94e74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
map.js
zh-baseversion-web/src/utils/mapClass/map.js
+3
-3
No files found.
zh-baseversion-web/src/utils/mapClass/map.js
View file @
d25ede17
/*
* @Author: your name
* @Date: 2022-01-11 13:45:12
* @LastEditTime: 2024-07-26 17:
12:04
* @LastEditTime: 2024-07-26 17:
23:07
* @LastEditors: 纪泽龙 jizelong@qq.com
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/utils/mapClass.js
...
...
@@ -120,7 +120,7 @@ export class EditorMap {
// });
new
AMap
.
Polyline
({
map
:
this
.
map
,
strokeWeight
:
4
,
strokeWeight
:
2
,
strokeColor
:
"#09f"
,
strokeStyle
:
"dashed"
,
path
:
bounds
[
i
],
...
...
@@ -1223,7 +1223,7 @@ export class EditorMap {
const
pipe
=
this
.
createPipeLine
({
id
:
id
,
path
:
eval
(
path
),
strokeWeight
:
objData
.
strokeWeight
||
2
,
strokeWeight
:
objData
.
strokeWeight
||
3
,
strokeColor
:
color
,
extData
:
objData
,
cursor
:
"pointer"
,
...
...
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