Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
motorCity
Overview
Overview
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
node_server
motorCity
Commits
74dd60b2
Commit
74dd60b2
authored
Aug 31, 2022
by
孙香冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
59bfec69
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
吉利.png
images/img/吉利.png
+0
-0
serverConfig.xml
serverConfig.xml
+1
-1
data.ts
src/biz/jgfwnl/data.ts
+2
-2
mapInterfaceData.ts
src/data/interface/mapInterfaceData.ts
+3
-0
嘉定汽车城用户手册.docx
嘉定汽车城用户手册.docx
+0
-0
No files found.
images/img/吉利.png
deleted
100644 → 0
View file @
59bfec69
3.09 KB
serverConfig.xml
View file @
74dd60b2
...
...
@@ -14,7 +14,7 @@
<broken>
3
</broken>
<token>
09a98bc555474e058ef90b6cc6e23638
</token>
</mapView>
<imagePath>
192.168.0.
47
</imagePath>
<imagePath>
192.168.0.
105
</imagePath>
<mapCenter>
<lng>
121.183574
</lng>
<lat>
31.291126
</lat>
...
...
src/biz/jgfwnl/data.ts
View file @
74dd60b2
...
...
@@ -148,8 +148,8 @@ export async function mapData(req, res) {
"摄像头"
:
cameraData
.
length
,
"激光雷达"
:
lidarData
.
length
,
// "毫米波雷达":millimeterWaveRadarData.length,
"
路侧单元
"
:
RSUData
.
length
,
"
信号灯数据采集器
"
:
SIBOXData
.
length
"
RSU
"
:
RSUData
.
length
,
"
SIBOX
"
:
SIBOXData
.
length
};
ret
[
"base"
]
=
getKeyValueNumberOutData
(
"计算云资源"
,
基础数据
data
);
...
...
src/data/interface/mapInterfaceData.ts
View file @
74dd60b2
...
...
@@ -25,6 +25,9 @@ export async function getMap() {
case
"激光雷达"
:
lidarData
.
push
({
lat
:
latitude
,
lng
:
longitude
,
devname
,
state
:
online
});
break
;
case
"毫米波雷达"
:
millimeterWaveRadarData
.
push
({
lat
:
latitude
,
lng
:
longitude
,
devname
,
state
:
online
});
break
;
case
"RSU"
:
RSUData
.
push
({
lat
:
latitude
,
lng
:
longitude
,
devname
,
state
:
online
});
break
;
...
...
嘉定汽车城用户手册.docx
deleted
100644 → 0
View file @
59bfec69
File deleted
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