From d10aa0370ae715ffc64fe18f9bb7ba09c10c6296 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Wed, 9 Jun 2021 16:28:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=B9=B3=E9=9D=A2=E5=9B=BE?= =?UTF-8?q?=E5=AF=BC=E5=85=A5gis=E4=BF=9D=E5=AD=98=E8=A7=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collection-tools.component.html | 357 ++++++++------ .../collection-tools.component.html | 6 +- .../collection-tools.component.ts | 29 +- .../collection-tools.component.html | 440 +++++++++++------- 4 files changed, 522 insertions(+), 310 deletions(-) diff --git a/src/app/ui/collection-tools-building/collection-tools.component.html b/src/app/ui/collection-tools-building/collection-tools.component.html index d1f2efc..6b76bf3 100644 --- a/src/app/ui/collection-tools-building/collection-tools.component.html +++ b/src/app/ui/collection-tools-building/collection-tools.component.html @@ -8,7 +8,7 @@ list - + 基本信息名称 visibility @@ -17,10 +17,12 @@ 多选 - 显示图例 + 显示图例 - - - {{node.name}} - - ({{node.children.length}}) - visibility + {{node.name}} + + ({{node.children.length}}) + + visibility + - - - - - {{node.name}} - - ({{node.children.length}}) - visibility + {{node.name}} + + ({{node.children.length}}) + + visibility + - + @@ -481,8 +572,10 @@
- - + +
diff --git a/src/app/ui/collection-tools-plan/collection-tools.component.html b/src/app/ui/collection-tools-plan/collection-tools.component.html index 633c521..98ef120 100644 --- a/src/app/ui/collection-tools-plan/collection-tools.component.html +++ b/src/app/ui/collection-tools-plan/collection-tools.component.html @@ -7,7 +7,7 @@ - + 基本信息名称 visibility @@ -217,12 +217,12 @@ -

是否高亮

+
颜色 diff --git a/src/app/ui/collection-tools-plan/collection-tools.component.ts b/src/app/ui/collection-tools-plan/collection-tools.component.ts index c0d1811..95f98d4 100644 --- a/src/app/ui/collection-tools-plan/collection-tools.component.ts +++ b/src/app/ui/collection-tools-plan/collection-tools.component.ts @@ -800,17 +800,25 @@ export class CollectionToolsPlanComponent implements OnInit { //如果是单位 总平面图 if (this.checkedBuildingIndex == -1) { - if(this.isGis){ + if (this.isGis) { let data = JSON.parse(JSON.stringify(this.selectingSitePlan)) data.zoomLevel = this.map.getZoom(), - data.defaultCenter = {x:this.map.getCenter().lng,y:this.map.getCenter().lat} + data.defaultCenter = { x: this.map.getCenter().lng, y: this.map.getCenter().lat } delete data.userId delete data.userName delete data.sitePlanDataInfo - console.log('gisselectingSitePlan',this.selectingSitePlan) - - this.http.put(`/api/SitePlans/${this.selectingSitePlan.id}`,data).subscribe(data=>{ - console.log('保存中心点成功') + this.http.put(`/api/SitePlans/${this.selectingSitePlan.id}`, data).subscribe(data => { + this.sitePlanData.forEach(element => { + if (element.id == this.selectingSitePlan.id) { + element.zoomLevel = this.map.getZoom() + element.defaultCenter = { x: this.map.getCenter().lng, y: this.map.getCenter().lat } + } + }); + }, err => { + let config = new MatSnackBarConfig(); + config.verticalPosition = 'top'; + config.duration = 3000 + this.snackBar.open('gis保存当前视角失败', '确定', config); }) } @@ -1406,19 +1414,18 @@ export class CollectionToolsPlanComponent implements OnInit { map: any toLoadGis() { console.log(666666, this.selectingSitePlan) - + this.map = new AMap.Map('planContainer', { viewMode: '2D', // 默认使用 2D 模式,如果希望使用带有俯仰角的 3D 模式,请设置 viewMode: '3D', zoom: 11, //初始化地图层级 }); - if(this.selectingSitePlan.defaultCenter){ - console.log('设置了吗') + if (this.selectingSitePlan.defaultCenter) { this.map.setZoom(this.selectingSitePlan.zoomLevel); //设置地图层级 this.map.setCenter([this.selectingSitePlan.defaultCenter.x, this.selectingSitePlan.defaultCenter.y]) - }else{ + } else { this.map.setCity('上海市'); } - + this.map.on('click', (e) => { this.showInfoClick(e) }); diff --git a/src/app/ui/collection-tools/collection-tools.component.html b/src/app/ui/collection-tools/collection-tools.component.html index 54466d1..aa4f7a2 100644 --- a/src/app/ui/collection-tools/collection-tools.component.html +++ b/src/app/ui/collection-tools/collection-tools.component.html @@ -8,10 +8,12 @@ list - + 基本信息名称visibility - + 想定作业名称visibility @@ -19,16 +21,17 @@ 多选 - 显示图例 + 显示图例 - + - + 适应缩放 @@ -44,37 +47,41 @@
天气 - + 气温
- +
风力 风向 - +
- +
@@ -95,13 +102,18 @@ keyboard_arrow_down - - - - + + + +
-
+
-
总平面图
-
+
总平面图
+
{{item.name}}
-
-
+
+
@@ -131,21 +146,26 @@
- - + + +
+ [ngClass]="{'selectanelPoint': selectDisposalNode==node.origin.id,'selectanelPointData': canvasData.selectPanelPoint.DisposalNodeId==node.origin.id}">
- edit + edit add - library_books + library_books delete_forever
@@ -165,21 +185,29 @@ add
-
-
- - +
+
+ + photo_size_select_actual - + -
+

- keyboard_arrow_up + keyboard_arrow_up +

edit @@ -190,7 +218,8 @@ library_books

- keyboard_arrow_down + + keyboard_arrow_down

@@ -209,8 +238,9 @@
-
+

{{items.name}}

@@ -222,7 +252,7 @@ - +
{{items.name}}

- + @@ -241,18 +271,22 @@
-
+
-
+
-
+
属性
-
+

面积(平方米)

{{canvasData.selectStorey.area}}

详情

@@ -261,20 +295,25 @@
-
+

{{assetName}}

宽度(像素)

- +

高度(像素)

- +

角度

+ oninput="if(value>360)value=360;if(value<0)value=0;" (input)="assetAngleIunput()" + [disabled]="!isEditPattern || (canvasAssetObj.GameMode == 0 && !pattern)"> + [(ngModel)]="sliderValue" (change)="assetAngleIunput()" + [disabled]="!isEditPattern || (canvasAssetObj.GameMode == 0 && !pattern)">
@@ -282,17 +321,19 @@

厚度

+ oninput="if(value>999)value=999;if(value<0)value=0;" (input)="assetThicknessIunput()" + [disabled]="!isEditPattern || (canvasAssetObj.GameMode == 0 && !pattern)"> + [(ngModel)]="sliderValueThickness" (change)="assetThicknessIunput()" + [disabled]="!isEditPattern || (canvasAssetObj.GameMode == 0 && !pattern)">
-

是否高亮

+
颜色 @@ -300,58 +341,81 @@
-
+
    -
  • +
透明度 + [(ngModel)]="colorDivSliderValue" (change)="colorDivSliderChange()" + [disabled]="!isEditPattern || (canvasAssetObj.GameMode == 0 && !pattern)"> {{colorDivSliderValue}}%
-

{{item.PropertyName}}({{item.PhysicalUnit}})

- +

{{item.PropertyName}}({{item.PhysicalUnit}})

+
-

{{item.PropertyName}}({{item.PhysicalUnit}})

+

{{item.PropertyName}}({{item.PhysicalUnit}})

- -
+ +
更换
-
+
-

{{item.PropertyName}}({{item.PhysicalUnit}})

- +

{{item.PropertyName}}({{item.PhysicalUnit}})

+
-

{{item.PropertyName}}({{item.PhysicalUnit}})

- +

{{item.PropertyName}}({{item.PhysicalUnit}})

+

{{item.PropertyName}}

- {{imagesArr.length ? imagesArr.length : 0}} / {{item.PropertyValue}} - -
添加
- - -
+ {{imagesArr.length ? imagesArr.length : 0}} + / {{item.PropertyValue}} + +
添加
+ + +
-
+
- + delete
@@ -360,45 +424,52 @@

{{item.PropertyName}}

- + + + + + + + +

{{item.PropertyName}}

- - + +

{{item.PropertyName}}

- + + + + + + +

{{item.PropertyName}}

- + + + + +
@@ -407,15 +478,22 @@

宽度(像素)

- +

高度(像素)

- +

角度

+ oninput="if(value>360)value=360;if(value<0)value=0;" (input)="multipleAssetAngleInput()" + [disabled]="!isEditPattern || (firstMultipleAssetData.assetData.GameMode == 0 && !pattern)"> + [(ngModel)]="multipleAsset.Angle" (change)="multipleAssetAngleInput()" + [disabled]="!isEditPattern || (firstMultipleAssetData.assetData.GameMode == 0 && !pattern)"> +
@@ -423,9 +501,12 @@

厚度

+ oninput="if(value>999)value=999;if(value<0)value=0;" (input)="multipleAssetThicknessInput()" + [disabled]="!isEditPattern || (firstMultipleAssetData.assetData.GameMode == 0 && !pattern)"> + [(ngModel)]="multipleAsset.Thickness" (change)="multipleAssetThicknessInput()" + [disabled]="!isEditPattern || (firstMultipleAssetData.assetData.GameMode == 0 && !pattern)"> +
@@ -435,31 +516,43 @@
-
+
    -
  • +
透明度 + [(ngModel)]="colorDivSliderValue" (change)="multipleColorDivSliderChange()" + [disabled]="!isEditPattern || (firstMultipleAssetData.assetData.GameMode == 0 && !pattern)"> + {{colorDivSliderValue}}%
-

{{item.PropertyName}}({{item.PhysicalUnit}})

- +

{{item.PropertyName}}({{item.PhysicalUnit}})

+
-

{{item.PropertyName}}({{item.PhysicalUnit}})

- +

{{item.PropertyName}}({{item.PhysicalUnit}})

+
-

{{item.PropertyName}}({{item.PhysicalUnit}})

- +

{{item.PropertyName}}({{item.PhysicalUnit}})

+

{{item.PropertyName}}

- - + +

{{item.PropertyName}}

- + + + + + + +

{{item.PropertyName}}

- + + + + +
@@ -511,8 +610,9 @@
-
- +
+
消防要素 @@ -520,41 +620,51 @@
-
visibility
+
+ + visibility +
- - + + - {{node.name}} - - ({{node.children.length}}) - visibility + {{node.name}} + + ({{node.children.length}}) + + visibility + - - - - - {{node.name}} - - ({{node.children.length}}) - visibility + {{node.name}} + + ({{node.children.length}}) + + visibility + - +
-
+
@@ -565,8 +675,10 @@
- - + +