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
a62b30ae
Commit
a62b30ae
authored
Apr 28, 2025
by
吕 成东
Browse files
修改参数
parent
778220da
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
a62b30ae
...
...
@@ -1583,27 +1583,6 @@
camera
.
flyTo
(
options
);
const
json
=
{
type
:
"
fusionPerception
"
,
options
:
{
id
:
"
2200002282
"
,
//感知区域ID
color
:
[
0
,
0
,
0
,
1
],
//特效颜色
outline
:
true
,
// 是否使用边框
height
:
2
,
// 区域尺寸高度
heightOffset
:
300
,
// 区域生成位置高度
coordinates
:
[
// 区域范围经纬度
[
117.32701900000001
,
38.999834
],
[
117.32768
,
38.999651999999998
],
[
117.327579
,
38.999527999999998
],
[
117.327307
,
38.999614999999999
],
[
117.32723799999999
,
38.999487000000002
],
[
117.327061
,
38.999552999999999
],
[
117.327112
,
38.999678000000003
],
[
117.326925
,
38.999741999999998
],
],
},
};
map
.
addPerceptionEffect
({
type
:
"
fusionPerception
"
,
options
:
{
id
:
"
2200002282
"
,
//感知区域ID
...
...
@@ -1624,7 +1603,8 @@
[
117.326925
,
38.999741999999998
],
],
},
});
};
map
.
addPerceptionEffect
(
json
);
}
// 移除毫米波雷达
...
...
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