Browse Source

新增楼层编号

zhuzhou
徐振升 4 years ago
parent
commit
3f0db36e47
  1. 3
      src/app/canvas-share-data.service.ts

3
src/app/canvas-share-data.service.ts

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

Loading…
Cancel
Save