|
|
@ -33,7 +33,6 @@ export class CanvasShareDataService { |
|
|
|
allNodeMarkers: any = { highlightMarkers: {}, markers: {} }; // 灾情 标签信息
|
|
|
|
allNodeMarkers: any = { highlightMarkers: {}, markers: {} }; // 灾情 标签信息
|
|
|
|
selectPanelPoint: DisposalNodeData = new DisposalNodeData(); // 当前数据节点
|
|
|
|
selectPanelPoint: DisposalNodeData = new DisposalNodeData(); // 当前数据节点
|
|
|
|
selectPanelPointBaseData: any = { description: '', notes: '', weather: '', airTemperature: '', windDirection: '', windScale: '' }; // 当前 数据节点 对应 父级节点
|
|
|
|
selectPanelPointBaseData: any = { description: '', notes: '', weather: '', airTemperature: '', windDirection: '', windScale: '' }; // 当前 数据节点 对应 父级节点
|
|
|
|
isInheritSky:any; //缓存 节点 天气
|
|
|
|
|
|
|
|
customizeDisposalNode: any; // 新建 自定义数据节点 底图+名称
|
|
|
|
customizeDisposalNode: any; // 新建 自定义数据节点 底图+名称
|
|
|
|
// 处置 节点
|
|
|
|
// 处置 节点
|
|
|
|
|
|
|
|
|
|
|
@ -263,6 +262,7 @@ export class CanvasShareDataService { |
|
|
|
important.Id = ''; |
|
|
|
important.Id = ''; |
|
|
|
important.ImageUrls = []; |
|
|
|
important.ImageUrls = []; |
|
|
|
important.BuildingId = this.selectStorey.buildingId; |
|
|
|
important.BuildingId = this.selectStorey.buildingId; |
|
|
|
|
|
|
|
important.BuildingAreaId = item.FloorId; |
|
|
|
item.PropertyInfos.forEach(element => { |
|
|
|
item.PropertyInfos.forEach(element => { |
|
|
|
if (element.PropertyName === '名称/编号') { |
|
|
|
if (element.PropertyName === '名称/编号') { |
|
|
|
important.Name = element.PropertyValue; |
|
|
|
important.Name = element.PropertyValue; |
|
|
@ -409,6 +409,7 @@ export class BuildingAdjoinInfo { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
export class BuildingImportantLocationInfo { |
|
|
|
export class BuildingImportantLocationInfo { |
|
|
|
public BuildingId: string; |
|
|
|
public BuildingId: string; |
|
|
|
|
|
|
|
public BuildingAreaId: string; |
|
|
|
public Id: string; |
|
|
|
public Id: string; |
|
|
|
public Name: string; |
|
|
|
public Name: string; |
|
|
|
public Position: string; |
|
|
|
public Position: string; |
|
|
|