From f9d4421e99d45e8c9481fa1d2a2c3bfdffb7075c Mon Sep 17 00:00:00 2001
From: cpf <1105965053@qq.com>
Date: Tue, 8 Mar 2022 14:05:10 +0800
Subject: [PATCH] =?UTF-8?q?gis=E7=BC=A9=E6=94=BE=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../gis-labeling/gis-labeling.component.ts | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/app/gis-management/gis-labeling/gis-labeling.component.ts b/src/app/gis-management/gis-labeling/gis-labeling.component.ts
index 99eddec..a856ee9 100644
--- a/src/app/gis-management/gis-labeling/gis-labeling.component.ts
+++ b/src/app/gis-management/gis-labeling/gis-labeling.component.ts
@@ -416,20 +416,20 @@ export class GisLabelingComponent implements OnInit {
消防负责人:
-
防火级别:
+
防火级别:
消防管理人:
防火管辖:
-
防火监督员:
+
防火监督员:
责任队站:
-
总建筑面积:
+
总建筑面积:
-
建筑信息分类:
-
总占地面积:
+
建筑信息分类:
+
总占地面积:
值班电话:
@@ -1235,20 +1235,20 @@ export class GisLabelingComponent implements OnInit {
消防负责人:
-
防火级别:
+
防火级别:
消防管理人:
防火管辖:
-
防火监督员:
+
防火监督员:
责任队站:
-
总建筑面积:
+
总建筑面积:
-
建筑信息分类:
-
总占地面积:
+
建筑信息分类:
+
总占地面积:
值班电话:
@@ -1288,7 +1288,7 @@ export class GisLabelingComponent implements OnInit {
this.renderer2.listen(this.elementRef.nativeElement.querySelector('#seePlan'), 'click', (event) => { this.seePlan(e) })//查看预案点击事件
this.renderer2.listen(this.elementRef.nativeElement.querySelector('#share'), 'click', (event) => { this.share(e) })//分享点击事件
})
- this.map.setZoomAndCenter(13, [marker._position[0], marker._position[1] + 0.015]); //设置地图中心点
+ this.map.setZoomAndCenter(15, [marker._position[0], marker._position[1]]); //设置地图中心点
this.allCompany = []
} else {
const config = new MatSnackBarConfig();
@@ -1453,7 +1453,7 @@ export class GisLabelingComponent implements OnInit {
this.endCoordinate = null
this.routeGIS ? this.routeGIS.clear() : null
this.routes = { distance: 0, time: 0, steps: [], }
- this.map.setZoomAndCenter(13, [this.selectedUnit.location.x, this.selectedUnit.location.y]); //设置地图中心点
+ this.map.setZoomAndCenter(15, [this.selectedUnit.location.x, this.selectedUnit.location.y]); //设置地图中心点
}
//交换起始点