Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
方 梦梦
world51tocmap
Commits
778220da
Commit
778220da
authored
Apr 28, 2025
by
吕 成东
Browse files
更新感知区域的特效颜色和透明度,调整区域尺寸高度
parent
ab747939
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
778220da
...
...
@@ -1011,7 +1011,7 @@
// camera.flyTo(options);
road
.
initSignals
({
id
:
"
51worldinitSignals
"
,
//ID
url
:
"
wss://itg-dev.cu-sc.com:13443/WSPLUS/socket?token=111&msgType=3&reType=51world
"
,
//&intersectionCode=51-D-JD0006
url
:
"
wss://itg-dev.cu-sc.com:13443/WSPLUS/socket?token=111&msgType=3&reType=51world
"
,
//&intersectionCode=51-D-JD0006
});
}
...
...
@@ -1586,10 +1586,10 @@
type
:
"
fusionPerception
"
,
options
:
{
id
:
"
2200002282
"
,
//感知区域ID
color
:
[
0
,
0
,
0
,
1
],
//特效颜色
outline
:
true
,
// 是否使用边框
height
:
2
,
// 区域尺寸高度
heightOffset
:
300
,
// 区域生成位置高度
opacity
:
0.2
,
coordinates
:
[
// 区域范围经纬度
[
117.32701900000001
,
38.999834
],
...
...
@@ -1607,10 +1607,11 @@
type
:
"
fusionPerception
"
,
options
:
{
id
:
"
2200002282
"
,
//感知区域ID
color
:
[
0
,
0
,
0
,
1
],
//特效颜色
outline
:
true
,
// 是否使用边框
height
:
2
,
// 区域尺寸高度
height
:
10
,
// 区域尺寸高度
heightOffset
:
300
,
// 区域生成位置高度
opacity
:
0.
2
,
opacity
:
0.
7
,
coordinates
:
[
// 区域范围经纬度
[
117.32701900000001
,
38.999834
],
...
...
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