Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
Project
Project
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
lizhichao
whp-xl
Commits
70805ff8
Commit
70805ff8
authored
Jun 29, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Plain Diff
大屏
parents
8b4a1cd5
c832106c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
22 deletions
+25
-22
mapUtil.js
dcit-hcsystem-hcsystem-master/src/utils/mapUtil.js
+5
-4
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+20
-18
No files found.
dcit-hcsystem-hcsystem-master/src/utils/mapUtil.js
View file @
70805ff8
...
@@ -197,10 +197,11 @@ export default class Mutil {
...
@@ -197,10 +197,11 @@ export default class Mutil {
}
}
closeAllOverlays
(){
closeAllOverlays
(){
let
lays
=
this
.
MAP
.
getOverlays
().
getArray
();
let
lays
=
this
.
MAP
.
getOverlays
().
clear
();
lays
.
forEach
((
ele
)
=>
{
// lays.forEach((ele)=>{
ele
.
setPosition
(
undefined
)
// ele.setPosition(undefined)
})
// that.MAP.addOverlay(overlay);
// })
}
}
//增加标注弹窗
//增加标注弹窗
addPopup
(
popConHtml
,
id
,
longitude
,
latitude
)
{
addPopup
(
popConHtml
,
id
,
longitude
,
latitude
)
{
...
...
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
70805ff8
...
@@ -10,7 +10,9 @@
...
@@ -10,7 +10,9 @@
<!--
<button
@
click=
"Mutil.tianSlC()"
class=
"map-botton"
>
切换3
</button>
-->
<!--
<button
@
click=
"Mutil.tianSlC()"
class=
"map-botton"
>
切换3
</button>
-->
</div>
</div>
<div
v-show=
"isShowVideo"
style=
"display: none;position:absolute;left:1000px;top:10px;z-index: 2;background-color: #0BD30B;width: 400px;height: 300px;"
>
<div
id=
"div_video"
></div>
</div>
</div>
</div>
...
@@ -100,7 +102,6 @@
...
@@ -100,7 +102,6 @@
</div>
</div>
<div
class=
"markbox-div"
>
<div
class=
"markbox-div"
>
<el-tooltip
:disabled=
"disabled"
content=
"职业危害场所"
placement=
"left"
effect=
"light"
>
<el-tooltip
:disabled=
"disabled"
content=
"职业危害场所"
placement=
"left"
effect=
"light"
>
<div>
<img
width=
"20px"
src=
"@/assets/mark/weihaichangsuo.png"
/>
<img
width=
"20px"
src=
"@/assets/mark/weihaichangsuo.png"
/>
</div>
</div>
...
@@ -164,7 +165,8 @@ export default class GIS extends Vue {
...
@@ -164,7 +165,8 @@ export default class GIS extends Vue {
@
Provide
()
Mutil
:
any
;
@
Provide
()
Mutil
:
any
;
@
Provide
()
mapLoadDone
=
false
;
@
Provide
()
mapLoadDone
=
false
;
@
Provide
()
MAP
:
any
;
@
Provide
()
MAP
:
any
;
@
Provide
()
isShowVideo
:
boolean
=
false
;
@
Provide
()
player
:
any
;
@
Provide
()
mapOption
=
{
@
Provide
()
mapOption
=
{
plugin
:
[{
plugin
:
[{
pName
:
"MapType"
,
pName
:
"MapType"
,
...
@@ -190,6 +192,7 @@ export default class GIS extends Vue {
...
@@ -190,6 +192,7 @@ export default class GIS extends Vue {
// city: "石家庄",
// city: "石家庄",
// citylimit: true,
// citylimit: true,
// };
// };
@
Provide
()
lastVideoPlayId
:
any
=
""
;
@
Provide
()
markersB
:
any
=
[];
@
Provide
()
markersB
:
any
=
[];
@
Provide
()
toolobj
:
any
;
@
Provide
()
toolobj
:
any
;
@
Provide
()
mouseTool
:
any
;
//测量工具
@
Provide
()
mouseTool
:
any
;
//测量工具
...
@@ -306,31 +309,28 @@ export default class GIS extends Vue {
...
@@ -306,31 +309,28 @@ export default class GIS extends Vue {
}
}
getshipinWindowInfo
(
deviceId
:
string
)
{
getshipinWindowInfo
(
deviceId
:
string
)
{
let
that
=
this
;
let
that
=
this
;
// (window as any).checkDetail = function (param: string) {
this
.
closeVideo
();
// that.$router.push({
// path: "/EnDetail",
// query: {
// enterpriseId: param
// }
// });
// };
METHOD
.
axiosGet
(
METHOD
.
axiosGet
(
that
,
that
,
`/safetyDeviceInfo/getSafetyDeviceInfoById/
${
deviceId
}
`
,
`/safetyDeviceInfo/getSafetyDeviceInfoById/
${
deviceId
}
`
,
function
(
res
:
any
)
{
function
(
res
:
any
)
{
if
(
res
.
code
==
0
)
{
if
(
res
.
code
==
0
)
{
let
device
=
res
.
data
,
let
device
=
res
.
data
;
html
=
`<div class="windowDg"><h3>
${
device
.
deviceName
}
</h3>`
+
`<div id="playerWindow" class="playerWindow"></div>`
+
`</div>`
;
that
.
isShowVideo
=
true
;
that
.
player
.
play
(
'http://27.128.189.137:18000/flv/hls/stream_88_0.flv'
,
1
);
that
.
Mutil
.
addPopup
(
html
,
device
.
id
,
device
.
longitude
,
device
.
latitude
)
that
.
lastVideoPlayId
=
"stream_88_0"
;
//记录上次播放的视频ID
alert
(
2
)
var
player
=
new
WasmPlayer
(
null
,
"playerWindow"
,
null
,
{
Height
:
true
});
player
.
play
(
'http://27.128.189.137:18000/flv/hls/stream_88_0.flv'
,
1
);
console
.
log
(
device
,
"de-----"
)
console
.
log
(
device
,
"de-----"
)
}
}
}
}
);
);
}
}
//关闭视频方法
closeVideo
(){
if
(
this
.
lastVideoPlayId
!=
""
){
this
.
player
.
stop
(
'http://27.128.189.137:18000/flv/hls/'
+
this
.
lastVideoPlayId
+
'.flv'
,
1
);
}
this
.
isShowVideo
=
false
;
}
addMark
(
obj
:
any
,
index
:
any
)
{
addMark
(
obj
:
any
,
index
:
any
)
{
let
icon
,
let
icon
,
that
=
this
;
that
=
this
;
...
@@ -481,6 +481,8 @@ export default class GIS extends Vue {
...
@@ -481,6 +481,8 @@ export default class GIS extends Vue {
}
}
mounted
()
{
mounted
()
{
let
that
=
this
;
let
that
=
this
;
that
.
player
=
new
WasmPlayer
(
null
,
"div_video"
,
null
,
{
Height
:
true
});
that
.
mapLoadDone
=
true
;
that
.
mapLoadDone
=
true
;
that
.
Mutil
=
new
Mutil
(
"mapbox"
);
that
.
Mutil
=
new
Mutil
(
"mapbox"
);
that
.
MAP
=
that
.
Mutil
.
MAP
;
that
.
MAP
=
that
.
Mutil
.
MAP
;
...
...
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