添加停止线测试数据

This commit is contained in:
liujing
2021-04-01 15:52:37 +08:00
parent 430b91d83c
commit 706fcca95c
2 changed files with 38 additions and 25 deletions

View File

@@ -1,18 +1,29 @@
{
"type":0,
"lat":39.977148,
"lon":116.417478,
"type": 0,
"lat": 39.977148,
"lon": 116.417478,
"distance": 2.22,
"collisionLat": 39.977094,
"collisionLon": 116.417634,
"stopLines":[
{
"stopLineLat": 39.977082,
"stopLineLon": 116.417553
},
{
"stopLineLat": 39.977078,
"stopLineLon": 116.417666
}
],
"from": 1,
"angle": 120,
"direction": 10014,
"speed":11.108121,
"speed": 11.108121,
"targetColor": "#FF4040",
"stopLineDistance":20,
"stopLineDistance": 20,
"stopLineLat": 39.977094,
"stopLineLon": 116.417634,
"warningContent": "小心行人",
"heading": 30
"heading": 30,
"showTime": 3000
}