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
50a41759
Commit
50a41759
authored
Jun 19, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f327a915
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
50 deletions
+44
-50
mapUtil.js
dcit-hcsystem-hcsystem-master/src/utils/mapUtil.js
+38
-37
qyMap.vue
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
+6
-13
No files found.
dcit-hcsystem-hcsystem-master/src/utils/mapUtil.js
View file @
50a41759
...
@@ -40,9 +40,8 @@ export default class Mutil {
...
@@ -40,9 +40,8 @@ export default class Mutil {
let
MAP
,
tianSlA
=
new
TileLayer
({
let
MAP
,
tianSlA
=
new
TileLayer
({
className
:
"mapTypeC"
,
className
:
"mapTypeC"
,
source
:
new
XYZ
({
source
:
new
XYZ
({
// url:
// url:"http://t{0-7}.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=c8df739f047ce17cfe41b63cbeae6997",
// "http://t{0-7}.tianditu.gov.cn/img_w/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=c8df739f047ce17cfe41b63cbeae6997",
// url: "https://t{0-7}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=c8df739f047ce17cfe41b63cbeae6997",
//url: "https://t{0-7}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=c8df739f047ce17cfe41b63cbeae6997",
url
:
"http://webst0{1-4}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}"
,
url
:
"http://webst0{1-4}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}"
,
}),
}),
visible
:
true
,
visible
:
true
,
...
@@ -51,7 +50,7 @@ export default class Mutil {
...
@@ -51,7 +50,7 @@ export default class Mutil {
let
tianSlB
=
new
TileLayer
({
let
tianSlB
=
new
TileLayer
({
className
:
"mapTypeC"
,
className
:
"mapTypeC"
,
source
:
new
XYZ
({
source
:
new
XYZ
({
//url: "https://t{0-7}.tianditu.gov.cn/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=c8df739f047ce17cfe41b63cbeae6997",
//
url: "https://t{0-7}.tianditu.gov.cn/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=c8df739f047ce17cfe41b63cbeae6997",
url
:
" http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7"
,
url
:
" http://wprd0{1-4}.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scl=1&style=7"
,
}),
}),
visible
:
false
,
visible
:
false
,
...
@@ -60,7 +59,7 @@ export default class Mutil {
...
@@ -60,7 +59,7 @@ export default class Mutil {
let
tianSlC
=
new
TileLayer
({
let
tianSlC
=
new
TileLayer
({
className
:
"mapTypeC"
,
className
:
"mapTypeC"
,
source
:
new
XYZ
({
source
:
new
XYZ
({
//url: "https://t{0-7}.tianditu.gov.cn/DataServer?T=cia_w&x={x}&y={y}&l={z}&tk=c8df739f047ce17cfe41b63cbeae6997",
//
url: "https://t{0-7}.tianditu.gov.cn/DataServer?T=cia_w&x={x}&y={y}&l={z}&tk=c8df739f047ce17cfe41b63cbeae6997",
url
:
"http://webst0{1-4}.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}"
,
url
:
"http://webst0{1-4}.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}"
,
}),
}),
visible
:
false
,
visible
:
false
,
...
@@ -306,13 +305,33 @@ export default class Mutil {
...
@@ -306,13 +305,33 @@ export default class Mutil {
//对获取的点坐标数据进行处理,重构,得到我们需要的数据结构
//对获取的点坐标数据进行处理,重构,得到我们需要的数据结构
for
(
let
i
=
0
;
i
<
points
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
points
.
length
;
i
++
)
{
let
region
=
points
[
i
];
//单个面
let
region
=
points
[
i
];
//单个面
//let pointArr = region.split(',');
//let p = pointArr[j];
let
pArr
=
region
.
split
(
','
);
let
pArr
=
region
.
split
(
','
);
let
pos
=
fromLonLat
(
pArr
);
//将坐标转为默认投影,默认投影是EPSG:3857
let
pos
=
fromLonLat
(
pArr
);
//将坐标转为默认投影,默认投影是EPSG:3857
//
let hdms = transform(pos, 'EPSG:3857', 'EPSG:4326'); //坐标系间坐标转换,由前面的坐标转为后面坐标系坐标
let
hdms
=
transform
(
pos
,
'EPSG:3857'
,
'EPSG:4326'
);
//坐标系间坐标转换,由前面的坐标转为后面坐标系坐标
pointsz
.
push
(
p
os
)
//将转化格式后的点坐标存储起来
pointsz
.
push
(
p
Arr
)
//将转化格式后的点坐标存储起来
};
};
//自己造的地图数据(GeoJSON数据)
//自己造的地图数据(GeoJSON数据)
let
geojsonObject
=
this
.
structureGeojson
(
pointsz
);
let
geojsonObject
=
{
'type'
:
'FeatureCollection'
,
//要素集合
'crs'
:
{
'type'
:
'name'
,
'properties'
:
{
//特性
'name'
:
'EPSG:3857'
}
},
'features'
:
[{
//要素
'type'
:
'Feature'
,
'geometry'
:
{
//几何图形
'type'
:
'GeometryCollection'
,
//几何图形集合
'geometries'
:
[{
//几何形状
'type'
:
'Polygon'
,
//多边形
'coordinates'
:
[
pointsz
]
//坐标
}]
}
}]
};
let
vectorSource
=
new
VectorSource
({
//提供矢量图层的数据
let
vectorSource
=
new
VectorSource
({
//提供矢量图层的数据
features
:
(
new
GeoJSON
().
readFeatures
(
geojsonObject
))
features
:
(
new
GeoJSON
().
readFeatures
(
geojsonObject
))
});
});
...
@@ -320,11 +339,11 @@ export default class Mutil {
...
@@ -320,11 +339,11 @@ export default class Mutil {
source
:
vectorSource
,
//来源
source
:
vectorSource
,
//来源
style
:
new
Style
({
style
:
new
Style
({
stroke
:
new
Stroke
({
stroke
:
new
Stroke
({
color
:
'
#08d527
'
,
color
:
'
yellow
'
,
width
:
4
width
:
6
}),
}),
fill
:
new
Fill
({
fill
:
new
Fill
({
color
:
'rgba(2
12, 220, 29,
0.1)'
color
:
'rgba(2
55,255,0,
0.1)'
})
})
})
})
});
});
...
@@ -335,35 +354,17 @@ export default class Mutil {
...
@@ -335,35 +354,17 @@ export default class Mutil {
this
.
MAP
.
addLayer
(
vectorLayer
);
this
.
MAP
.
addLayer
(
vectorLayer
);
this
.
tempLayer
=
vectorLayer
;
this
.
tempLayer
=
vectorLayer
;
}
}
structureGeojson
(
pointsz
){
let
geojsonObject
=
{
'type'
:
'FeatureCollection'
,
//要素集合
'crs'
:
{
'type'
:
'name'
,
'properties'
:
{
//特性
'name'
:
'EPSG:3857'
}
},
'features'
:
[{
//要素
'type'
:
'Feature'
,
'geometry'
:
{
//几何图形
'type'
:
'GeometryCollection'
,
//几何图形集合
'geometries'
:
[{
//几何形状
'type'
:
'Polygon'
,
//多边形
'coordinates'
:
[
pointsz
]
//坐标
}]
}
}]
};
return
geojsonObject
;
}
getBoundaries
(
name
)
{
//根据name传参
changeCenter
(
name
)
{
//根据name传参
axios
.
get
(
'https://restapi.amap.com/v3/config/district?key=cb087c0fb3b8bc56a4af064630495bb9&subdistrict=0&extensions=all&keywords='
+
name
).
then
(
res
=>
{
axios
.
get
(
'https://restapi.amap.com/v3/config/district?key=cb087c0fb3b8bc56a4af064630495bb9&subdistrict=0&extensions=all&keywords='
+
name
).
then
(
res
=>
{
let
local
=
res
.
data
.
districts
[
0
].
center
.
split
(
","
);
let
local
=
res
.
data
.
districts
[
0
].
center
.
split
(
","
);
let
view
=
this
.
MAP
.
getView
();
let
view
=
new
View
({
view
.
setCenter
(
fromLonLat
(
local
));
center
:
transform
(
fromLonLat
(
local
),
'EPSG:3857'
,
'EPSG:4326'
),
//将中心点坐标转为EPSG:4326
view
.
setZoom
(
10
);
projection
:
get
(
'EPSG:4326'
),
//投影坐标系 EPSG:4326
zoom
:
10
});
this
.
MAP
.
setView
(
view
);
this
.
drawArea
(
res
.
data
.
districts
[
0
])
this
.
drawArea
(
res
.
data
.
districts
[
0
])
})
})
}
}
...
...
dcit-hcsystem-hcsystem-master/src/views/qyMap/qyMap.vue
View file @
50a41759
...
@@ -31,11 +31,13 @@
...
@@ -31,11 +31,13 @@
<div
style=
""
>
<div
style=
""
>
<div
style=
"width: 500px;height: 100%;z-index: 11;background-color: rgba(2, 40, 90, 0.4);position: absolute;top: 0;left: 10px;float: left;"
>
<div
style=
"width: 500px;height: 100%;z-index: 11;background-color: rgba(2, 40, 90, 0.4);position: absolute;top: 0;left: 10px;float: left;"
>
<div
id=
"pieReport"
style=
"width: 480px;height: 200px;background-color: rgba(2, 20, 44, 0.5);margin-top: 30px;margin-left: 10px;"
></div>
<div
id=
"pieReport"
style=
"width: 480px;height: 200px;background-color: rgba(2, 20, 44, 0.5);margin-top: 30px;margin-left: 10px;"
></div>
<div
id=
"pieReport"
style=
"width: 480px;height: 250px;background-color: rgba(2, 20, 44, 0.5);margin-top: 30px;margin-left: 10px;"
></div>
<div
id=
"pieReport"
style=
"width: 480px;height: 250px;background-color: rgba(2, 20, 44, 0.5);margin-top: 30px;margin-left: 10px;"
>
<div
id=
"main1"
style=
"width:480px;height:250px;"
></div>
</div>
<div
id=
"pieReport"
style=
"width: 480px;height: 250px;background-color: rgba(2, 20, 44, 0.5);margin-top: 30px;margin-left: 10px;"
></div>
<div
id=
"pieReport"
style=
"width: 480px;height: 250px;background-color: rgba(2, 20, 44, 0.5);margin-top: 30px;margin-left: 10px;"
></div>
<!--
<div
id=
"pieReport"
style=
"width: 400px;height: 300px;background-color: rgba(2, 20, 44, 0.4)"
></div>
-->
<!--
<div
id=
"pieReport"
style=
"width: 400px;height: 300px;background-color: rgba(2, 20, 44, 0.4)"
></div>
-->
</div>
</div>
<div
style=
"width: 500px;height: 100%;z-index: 12;background-color: rgba(
0, 0,
0, 0.3);position: absolute;top: 0;right: 10px;float: right"
>
<div
style=
"width: 500px;height: 100%;z-index: 12;background-color: rgba(
2, 40, 9
0, 0.3);position: absolute;top: 0;right: 10px;float: right"
>
<!--
<dv-border-box-10
class=
"show-box"
:color=
"['#4980b5','#4980b5']"
backgroundColor=
"rgba(255, 255, 255, 0.5)"
style=
"width:220px;height:280px;"
>
<!--
<dv-border-box-10
class=
"show-box"
:color=
"['#4980b5','#4980b5']"
backgroundColor=
"rgba(255, 255, 255, 0.5)"
style=
"width:220px;height:280px;"
>
<div
class=
"markBox"
>
<div
class=
"markBox"
>
<ul>
<ul>
...
@@ -91,16 +93,7 @@ import METHOD from "@/utils/methods";
...
@@ -91,16 +93,7 @@ import METHOD from "@/utils/methods";
},
},
})
})
export
default
class
GIS
extends
Vue
{
export
default
class
GIS
extends
Vue
{
data
()
{
return
{
charts
:
""
,
opinion
:
[
"及格人数"
,
"未及格人数"
],
opinionData
:
[
{
value
:
12
,
name
:
"及格人数"
,
itemStyle
:
"#1ab394"
},
{
value
:
18
,
name
:
"未及格人数"
,
itemStyle
:
"#79d2c0"
}
]
};
}
@
Provide
()
Mutil
:
any
;
@
Provide
()
Mutil
:
any
;
@
Provide
()
mapLoadDone
=
false
;
@
Provide
()
mapLoadDone
=
false
;
...
@@ -296,9 +289,9 @@ export default class GIS extends Vue {
...
@@ -296,9 +289,9 @@ export default class GIS extends Vue {
if
(
id
)
that
.
getPopcon
(
id
);
if
(
id
)
that
.
getPopcon
(
id
);
})
})
this
.
getStatiData
();
this
.
getStatiData
();
this
.
Mutil
.
getBoundaries
(
"石家庄"
);
this
.
Mutil
.
getBoundaries
(
"石家庄"
);
}
}
getStatiData
()
{
getStatiData
()
{
let
that
=
this
;
let
that
=
this
;
METHOD
.
axiosPost
(
METHOD
.
axiosPost
(
...
...
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