fix:大屏整合页面,添加按钮切换,添加根据图层层级打点画线

This commit is contained in:
2024-10-23 17:17:37 +08:00
parent ebb4b51161
commit e52a22edb7
10 changed files with 1471 additions and 97 deletions
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-12 14:52:23
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-10-12 17:24:45
* @LastEditTime: 2024-10-23 10:24:00
* @FilePath: \znxjxt-ui\src\views\xj\inspection\traffic-management\index.vue
* @Description: 巡检管理-交安事件
-->
@@ -479,7 +479,6 @@ export default {
} else if (this.queryParams.stakeEnd) {
if (phonereg.test(this.queryParams.stakeEnd)) {
this.pagination.page = 1;
this.searchForm = JSON.parse(JSON.stringify(this.queryParams));
this.getRoadList();
} else {
@@ -487,7 +486,6 @@ export default {
}
} else {
this.pagination.page = 1;
this.searchForm = JSON.parse(JSON.stringify(this.queryParams));
this.getRoadList();
}
+5 -5
View File
@@ -2,7 +2,7 @@
* @Author: SunTao 328867980@qq.com
* @Date: 2024-10-09 13:11:56
* @LastEditors: SunTao 328867980@qq.com
* @LastEditTime: 2024-10-14 17:05:20
* @LastEditTime: 2024-10-22 16:38:50
* @FilePath: \znxjxt-ui\src\views\xj\parameter\index.vue
* @Description: 系统工具-系统参数
-->
@@ -141,7 +141,7 @@ export default {
/* 地图打点 */
drawPoint(value) {
const features = [];
const point = new Point(value); // 修改坐标格式
const feature = new Feature({
geometry: point,
@@ -154,7 +154,7 @@ export default {
crossOrigin: "anonymous",
src: logo,
// size: [40, 40],
scale: 0.2, // 图标缩放比例
scale: 0.05, // 图标缩放比例
}),
}),
]);
@@ -196,13 +196,13 @@ export default {
layers: [
new TileLayer({
source: new XYZ({
url: "http://t{0-7}.tianditu.com/DataServer?x={x}&y={y}&l={z}&T=vec_c&tk=c691040443c68cda625755c5c3e2acc3",
url: "http://t{0-7}.tianditu.com/DataServer?x={x}&y={y}&l={z}&T=vec_c&tk=1eb44fae5b9dc454442b322e9a41d233",
projection: "EPSG:4326",
}),
}),
new TileLayer({
source: new XYZ({
url: "http://t{0-7}.tianditu.com/DataServer?x={x}&y={y}&l={z}&T=cva_c&tk=c691040443c68cda625755c5c3e2acc3",
url: "http://t{0-7}.tianditu.com/DataServer?x={x}&y={y}&l={z}&T=cva_c&tk=1eb44fae5b9dc454442b322e9a41d233",
projection: "EPSG:4326",
}),
}),