|
@@ -790,7 +790,7 @@ export function polygonContent(airspaceInfo, type=3) {
|
|
|
content.push(c)
|
|
content.push(c)
|
|
|
}
|
|
}
|
|
|
content = content.join('、') + `${length}点连线范围内`
|
|
content = content.join('、') + `${length}点连线范围内`
|
|
|
- content += `,${getHeight(airspaceInfo.height, airspaceInfo.heightStandard, type}`
|
|
|
|
|
|
|
+ content += `,${getHeight(airspaceInfo.height, airspaceInfo.heightStandard, type)}`
|
|
|
if (airspaceInfo.note)
|
|
if (airspaceInfo.note)
|
|
|
content = `${content},备注:${airspaceInfo.note}`
|
|
content = `${content},备注:${airspaceInfo.note}`
|
|
|
return content;
|
|
return content;
|