Explorar o código

蜂鸟解析器 增加解析字段heigth

haojianlong %!s(int64=5) %!d(string=hai) anos
pai
achega
1ae4e17333

+ 1 - 1
saga-web-big/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/big",
-    "version": "1.0.54",
+    "version": "1.0.56",
     "description": "上格云建筑信息化库",
     "main": "lib/index.js",
     "types": "lib/index.d.js",

+ 2 - 2
saga-web-fengmap/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/feng-map",
-    "version": "1.0.13",
+    "version": "1.0.15",
     "description": "上格云Web平面图。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -32,7 +32,7 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@saga-web/big": "1.0.54",
+        "@saga-web/big": "1.0.56",
         "axios": "^0.18.0"
     }
 }

+ 2 - 1
saga-web-fengmap/src/parser/SFengParser.ts

@@ -285,7 +285,8 @@ export class SFengParser extends SParser {
                                 Type: t.typeID,
                                 // @ts-ignore
                                 Tag: SFengParser.typeIdMap[t.typeID],
-                                SourceId: t.FID
+                                SourceId: t.FID,
+                                Height: t.target.height
                             });
                         } else if (this.columnType.indexOf(type) > -1) {
                             // @ts-ignore