Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinkong
holo-web
Commits
975d57f3
Commit
975d57f3
authored
Jun 04, 2025
by
董国亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高德路况渲染调整
parent
18e056b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
mapboxTools.js
wj-manage-web/src/utils/mapboxTools.js
+5
-2
No files found.
wj-manage-web/src/utils/mapboxTools.js
View file @
975d57f3
...
...
@@ -291,6 +291,7 @@ export function addOrUpdateRoadVector(map) {
"
line-join
"
:
"
round
"
,
"
line-cap
"
:
"
round
"
,
},
//0:未知;1:畅通;2:缓行;3:拥堵
paint
:
{
"
line-width
"
:
3
,
"
line-color
"
:
[
...
...
@@ -299,9 +300,11 @@ export function addOrUpdateRoadVector(map) {
"
1
"
,
"
green
"
,
"
2
"
,
"
yellow
"
,
"
3
"
,
//
"yellow",
//
"3",
"
orange
"
,
"
3
"
,
"
red
"
,
"
4
"
,
"
red
"
,
"
green
"
,
...
...
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