|
@@ -322,10 +322,6 @@ function handleCheck(item, type) {
|
|
|
id: item.id,
|
|
|
name: item.name,
|
|
|
height: shapeObj.height,
|
|
|
- lb: item.lb,
|
|
|
- rwxz: item.rwxz,
|
|
|
- ssdw: item.ssdw,
|
|
|
- jx_js: item.name,
|
|
|
},
|
|
|
}
|
|
|
if (item.spaceType !== '6') {
|
|
@@ -336,6 +332,10 @@ function handleCheck(item, type) {
|
|
|
color = hexToRgb(color, 0.5)
|
|
|
// 已批复空域添加属性
|
|
|
additional.attributes = {
|
|
|
+ lb: item.lb,
|
|
|
+ rwxz: item.rwxz,
|
|
|
+ ssdw: item.ssdw,
|
|
|
+ jx_js: item.jx_js,
|
|
|
...additional.attributes,
|
|
|
}
|
|
|
}
|